Searched refs:Elf32_Half (Results 1 – 9 of 9) sorted by relevance
9 typedef __u16 Elf32_Half; typedef188 Elf32_Half st_shndx;205 Elf32_Half e_type;206 Elf32_Half e_machine;212 Elf32_Half e_ehsize;213 Elf32_Half e_phentsize;214 Elf32_Half e_phnum;215 Elf32_Half e_shentsize;216 Elf32_Half e_shnum;217 Elf32_Half e_shstrndx;
27 Elf32_Half version; /* version of these structures, just in case... */28 Elf32_Half nsegs; /* number of segments */
33 typedef uint16_t Elf32_Half; typedef65 Elf32_Half e_type; // Type of file (see ET_* below)66 Elf32_Half e_machine; // Required architecture for this file (see EM_*)72 Elf32_Half e_ehsize; // Size of ELF header, in bytes73 Elf32_Half e_phentsize; // Size of an entry in the program header table74 Elf32_Half e_phnum; // Number of entries in the program header table75 Elf32_Half e_shentsize; // Size of an entry in the section header table76 Elf32_Half e_shnum; // Number of entries in the section header table77 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table737 Elf32_Half st_shndx; // Which section (header table index) it's defined in
31 typedef uint16_t Elf32_Half; typedef59 typedef Elf32_Half Elf32_Versym;70 Elf32_Half e_type; /* Object file type */71 Elf32_Half e_machine; /* Architecture */77 Elf32_Half e_ehsize; /* ELF header size in bytes */78 Elf32_Half e_phentsize; /* Program header table entry size */79 Elf32_Half e_phnum; /* Program header table entry count */80 Elf32_Half e_shentsize; /* Section header table entry size */81 Elf32_Half e_shnum; /* Section header table entry count */82 Elf32_Half e_shstrndx; /* Section header string table index */[all …]
50 typedef Elf32_Half Half;
34 # define XElf_Half Elf32_Half138 case ELF_T_HALF: fsize = sizeof (Elf32_Half); break; \
1996 assert (offsetof (Elf32_Ehdr, e_shentsize) + sizeof (Elf32_Half) in handle_elf()1998 assert (offsetof (Elf32_Ehdr, e_shnum) + sizeof (Elf32_Half) in handle_elf()2001 const Elf32_Half zero[3] = { 0, 0, SHN_UNDEF }; in handle_elf()
796 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */ in writeObjectCode()799 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
114 typedef uint16_t Elf32_Half; typedef153 Elf32_Half e_type; /* Object file type */154 Elf32_Half e_machine; /* Architecture */160 Elf32_Half e_ehsize; /* ELF header size in bytes */161 Elf32_Half e_phentsize; /* Program header table entry size */162 Elf32_Half e_phnum; /* Program header table entry count */163 Elf32_Half e_shentsize; /* Section header table entry size */164 Elf32_Half e_shnum; /* Section header table entry count */165 Elf32_Half e_shstrndx; /* Section header string table index */401 Elf32_Half si_boundto; /* Direct bindings, symbol bound to */[all …]