Searched refs:Elf64_Half (Results 1 – 2 of 2) sorted by relevance
16 typedef uint16_t Elf64_Half; typedef119 Elf64_Half e_type; // 文件类型标志符120 Elf64_Half e_machine; // 该文件依赖的处理器架构类型126 Elf64_Half e_ehsize; // ELF Header的大小(单位:字节)127 Elf64_Half e_phentsize; // 程序的program header table中的一个entry的大小(所有的entry大小相同)128 Elf64_Half e_phnum; // program header table的entry数量134 Elf64_Half e_shentsize; // 每个section header的大小(字节137 Elf64_Half e_shnum; // section header table的entry数量143 Elf64_Half e_shstrndx; // 与section name string表相关联的section header table的entry的索引下标293 Elf64_Half st_shndx;
28 typedef uint16_t Elf64_Half; typedef56 typedef Elf64_Half Elf64_Versym;84 Elf64_Half e_type; /* Object file type */85 Elf64_Half e_machine; /* Architecture */91 Elf64_Half e_ehsize; /* ELF header size in bytes */92 Elf64_Half e_phentsize; /* Program header table entry size */93 Elf64_Half e_phnum; /* Program header table entry count */94 Elf64_Half e_shentsize; /* Section header table entry size */95 Elf64_Half e_shnum; /* Section header table entry count */96 Elf64_Half e_shstrndx; /* Section header string table index */[all …]