Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h1388 struct Elf64_Sym { struct
1389 Elf64_Word st_name; // Symbol name (index into string table)
1390 unsigned char st_info; // Symbol's type and binding attributes
1391 unsigned char st_other; // Must be zero; reserved
1392 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in
1393 Elf64_Addr st_value; // Value or address associated with the symbol
1394 Elf64_Xword st_size; // Size of the symbol
1398 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
1399 unsigned char getType() const { return st_info & 0x0f; } in getType()
1400 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/freebsd-10-stable/sys/sys/
Delf64.h209 } Elf64_Sym; typedef
/freebsd-10-stable/sys/xen/interface/
Delfstructs.h293 } Elf64_Sym; typedef