Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1271 struct Elf32_Sym { struct
1272 Elf32_Word st_name; // Symbol name (index into string table)
1273 Elf32_Addr st_value; // Value or address associated with the symbol
1274 Elf32_Word st_size; // Size of the symbol
1275 unsigned char st_info; // Symbol's type and binding attributes
1276 unsigned char st_other; // Must be zero; reserved
1277 Elf32_Half st_shndx; // Which section (header table index) it's defined in
1281 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
1282 unsigned char getType() const { return st_info & 0x0f; } in getType()
1283 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/freebsd/sys/sys/
H A Delf32.h204 } Elf32_Sym; typedef
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2793 } Elf32_Sym; typedef