Searched refs:Elf64_Word (Results 1 – 1 of 1) sorted by relevance
19 typedef uint32_t Elf64_Word; typedef121 Elf64_Word e_version; // 对象文件的版本125 Elf64_Word e_flags; // 与处理器相关联的flags。格式为: EF_machine_flag 如果是x86架构,那么该值为0200 Elf64_Word sh_name; // 段名201 Elf64_Word sh_type; // 段的类型(按照内容和语义来分类)207 …Elf64_Word sh_link; // A section header table index link, whose interpretation depends on th…208 …Elf64_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;