Home
last modified time | relevance | path

Searched defs:Elf_Sym_Base (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp144 struct Elf_Sym_Base<target_endianness, false> { struct
147 Elf_Addr st_value; // Value or address associated with the symbol
148 Elf_Word st_size; // Size of the symbol
149 unsigned char st_info; // Symbol's type and binding attributes
150 unsigned char st_other; // Must be zero; reserved
151 Elf_Half st_shndx; // Which section (header table index) it's defined in
155 struct Elf_Sym_Base<target_endianness, true> { struct
158 unsigned char st_info; // Symbol's type and binding attributes
159 unsigned char st_other; // Must be zero; reserved
160 Elf_Half st_shndx; // Which section (header table index) it's defined in
[all …]