Home
last modified time | relevance | path

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

/netbsd/external/bsd/elftosb/dist/common/
H A DELF.h265 struct Elf32_Sym struct
276 //! Macros for manipulating the st_info field of Elf32_Sym struct. argument
/netbsd/external/gpl3/gdb/dist/libctf/
H A Delf.h49 } Elf32_Sym; typedef
/netbsd/external/gpl3/binutils.old/dist/libctf/
H A Delf.h49 } Elf32_Sym; typedef
/netbsd/external/gpl3/binutils/dist/libctf/
H A Delf.h49 } Elf32_Sym; typedef
/netbsd/external/gpl3/gdb.old/dist/libctf/
H A Delf.h49 } Elf32_Sym; typedef
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h1085 struct Elf32_Sym { struct
1086 Elf32_Word st_name; // Symbol name (index into string table)
1087 Elf32_Addr st_value; // Value or address associated with the symbol
1088 Elf32_Word st_size; // Size of the symbol
1089 unsigned char st_info; // Symbol's type and binding attributes
1090 unsigned char st_other; // Must be zero; reserved
1095 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
1096 unsigned char getType() const { return st_info & 0x0f; } in getType()
1097 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
1098 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType()
[all …]
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DElf.cc96 } Elf32_Sym; typedef
/netbsd/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h366 } Elf32_Sym; typedef
/netbsd/tools/amiga-elf2bb/sys/
H A Dexec_elf.h396 } Elf32_Sym; typedef
/netbsd/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h491 } Elf32_Sym; typedef
/netbsd/tools/arm-elf2aout/sys/
H A Dexec_elf.h493 } Elf32_Sym; typedef
/netbsd/tools/m68k-elf2aout/sys/
H A Dexec_elf.h493 } Elf32_Sym; typedef
/netbsd/sys/sys/
H A Dexec_elf.h585 } Elf32_Sym; typedef