Searched refs:Elf64_Half (Results 1 – 11 of 11) sorted by relevance
16 typedef __u16 Elf64_Half; typedef195 Elf64_Half st_shndx; /* Associated section index */222 Elf64_Half e_type;223 Elf64_Half e_machine;229 Elf64_Half e_ehsize;230 Elf64_Half e_phentsize;231 Elf64_Half e_phnum;232 Elf64_Half e_shentsize;233 Elf64_Half e_shnum;234 Elf64_Half e_shstrndx;
39 typedef uint16_t Elf64_Half; typedef89 Elf64_Half e_type;90 Elf64_Half e_machine;96 Elf64_Half e_ehsize;97 Elf64_Half e_phentsize;98 Elf64_Half e_phnum;99 Elf64_Half e_shentsize;100 Elf64_Half e_shnum;101 Elf64_Half e_shstrndx;755 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in
32 typedef uint16_t Elf64_Half; typedef60 typedef Elf64_Half Elf64_Versym;88 Elf64_Half e_type; /* Object file type */89 Elf64_Half e_machine; /* Architecture */95 Elf64_Half e_ehsize; /* ELF header size in bytes */96 Elf64_Half e_phentsize; /* Program header table entry size */97 Elf64_Half e_phnum; /* Program header table entry count */98 Elf64_Half e_shentsize; /* Section header table entry size */99 Elf64_Half e_shnum; /* Section header table entry count */100 Elf64_Half e_shstrndx; /* Section header string table index */[all …]
44 typedef Elf64_Half GElf_Half;
7 typedef uint16_t Elf64_Half; typedef24 Elf64_Half dlpi_phnum;
63 typedef Elf64_Half Half;
165 # define XElf_Half Elf64_Half270 case ELF_T_HALF: fsize = sizeof (Elf64_Half); break; \
2016 assert (offsetof (Elf64_Ehdr, e_shentsize) + sizeof (Elf64_Half) in handle_elf()2018 assert (offsetof (Elf64_Ehdr, e_shnum) + sizeof (Elf64_Half) in handle_elf()2021 const Elf64_Half zero[3] = { 0, 0, SHN_UNDEF }; in handle_elf()
913 (Elf64_Half)sizeof(Elf64_Ehdr), /* eh_size */ in writeObjectCode()916 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode()
115 typedef uint16_t Elf64_Half; typedef171 Elf64_Half e_type; /* Object file type */172 Elf64_Half e_machine; /* Architecture */178 Elf64_Half e_ehsize; /* ELF header size in bytes */179 Elf64_Half e_phentsize; /* Program header table entry size */180 Elf64_Half e_phnum; /* Program header table entry count */181 Elf64_Half e_shentsize; /* Section header table entry size */182 Elf64_Half e_shnum; /* Section header table entry count */183 Elf64_Half e_shstrndx; /* Section header string table index */407 Elf64_Half si_boundto; /* Direct bindings, symbol bound to */[all …]
1050 Elf64_Half symbol_idx = symbol.st_shndx; in ParseSymbols()