mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 19:36:47 +00:00
11 lines
214 B
C
11 lines
214 B
C
#pragma once
|
|
#include <common/glib.h>
|
|
|
|
// ====== ELF头文件中的
|
|
typedef uint32_t Elf32_Addr;
|
|
typedef uint16_t Elf32_Half;
|
|
typedef uint32_t Elf32_Off;
|
|
typedef uint32_t Elf32_SWord;
|
|
typedef uint32_t Elf32_Word;
|
|
|