Searched refs:Elf64_Half (Results 1 – 8 of 8) sorted by relevance
39 typedef uint16_t Elf64_Half; typedef66 Elf64_Half e_type; /* File type. */67 Elf64_Half e_machine; /* Machine architecture. */73 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */74 Elf64_Half e_phentsize; /* Size of program header entry. */75 Elf64_Half e_phnum; /* Number of program header entries. */76 Elf64_Half e_shentsize; /* Size of section header entry. */77 Elf64_Half e_shnum; /* Number of section header entries. */78 Elf64_Half e_shstrndx; /* Section name strings section. */179 Elf64_Half m_repeat; /* repeat count */[all …]
50 typedef uint16_t Elf64_Half; typedef75 Elf64_Half e_type;76 Elf64_Half e_machine;82 Elf64_Half e_ehsize;83 Elf64_Half e_phentsize;84 Elf64_Half e_phnum;85 Elf64_Half e_shentsize;86 Elf64_Half e_shnum;87 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;785 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in
2072 typedef uint16_t Elf64_Half; /* Unsigned medium integer. */ typedef2167 Elf64_Half e_type; /* Object file type (ET_*). */2168 Elf64_Half e_machine; /* Machine type (EM_*). */2174 Elf64_Half e_ehsize; /* Elf header size in bytes. */2175 Elf64_Half e_phentsize; /* PHDR table entry size in bytes. */2176 Elf64_Half e_phnum; /* Number of PHDR entries. */2177 Elf64_Half e_shentsize; /* SHDR table entry size in bytes. */2178 Elf64_Half e_shnum; /* Number of SHDR entries. */2179 Elf64_Half e_shstrndx; /* Index of section name string table. */2283 Elf64_Half section; /* Index of section affected. */[all …]
68 Elf64_Half phentsize; in main()69 Elf64_Half machine; in main()70 Elf64_Half phnum; in main()
74 #define EC_HALF(a) ((Elf64_Half)(a)) /* "d" */
35 typedef Elf64_Half GElf_Half; /* Half words (16 bit) */
1868 Elf64_Half symbol_idx = symbol.st_shndx; in ParseSymbols()