Searched defs:Elf_Sym_Base (Results 1 – 1 of 1) sorted by relevance
144 struct Elf_Sym_Base<target_endianness, false> { struct147 Elf_Addr st_value; // Value or address associated with the symbol148 Elf_Word st_size; // Size of the symbol149 unsigned char st_info; // Symbol's type and binding attributes150 unsigned char st_other; // Must be zero; reserved151 Elf_Half st_shndx; // Which section (header table index) it's defined in155 struct Elf_Sym_Base<target_endianness, true> { struct158 unsigned char st_info; // Symbol's type and binding attributes159 unsigned char st_other; // Must be zero; reserved160 Elf_Half st_shndx; // Which section (header table index) it's defined in[all …]