Home
last modified time | relevance | path

Searched refs:Elf64_Word (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Delf.h19 typedef uint32_t Elf64_Word; typedef
121 Elf64_Word e_version; // 对象文件的版本
125 Elf64_Word e_flags; // 与处理器相关联的flags。格式为: EF_machine_flag 如果是x86架构,那么该值为0
200 Elf64_Word sh_name; // 段名
201 Elf64_Word sh_type; // 段的类型(按照内容和语义来分类)
207Elf64_Word sh_link; // A section header table index link, whose interpretation depends on th…
208Elf64_Word sh_info; // 依赖于section type来解析的额外的信息。如果sh_flags有SHF_INFO_LINK属性,那么这个变量代表一个section…
290 Elf64_Word st_name;
317 Elf64_Word p_type;
318 Elf64_Word p_flags;