Home
last modified time | relevance | path

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

/DragonOS-0.1.2/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;
/DragonOS-0.1.2/kernel/src/libs/libELF/
Delf.h33 typedef uint32_t Elf64_Word; typedef
86 Elf64_Word e_version; /* Object file version */
90 Elf64_Word e_flags; /* Processor-specific flags */
398 Elf64_Word sh_name; /* Section name (string tbl index) */
399 Elf64_Word sh_type; /* Section type */
404 Elf64_Word sh_link; /* Link to another section */
405 Elf64_Word sh_info; /* Additional section information */
499 Elf64_Word ch_type; /* Compression format. */
500 Elf64_Word ch_reserved;
529 Elf64_Word st_name; /* Symbol name (string tbl index) */
[all …]