Home
last modified time | relevance | path

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

/netbsd-src/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-src/external/gpl3/binutils/dist/libctf/
H A Delf.h49 } Elf32_Sym; typedef
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Delf.h49 } Elf32_Sym; typedef
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d415 struct Elf32_Sym struct
417 Elf32_Word st_name;
418 Elf32_Addr st_value;
419 Elf32_Word st_size;
420 ubyte st_info;
421 ubyte st_other;
422 Elf32_Half st_shndx;
/netbsd-src/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
1091 Elf32_Half st_shndx; // Which section (header table index) it's defined in
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()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DElf.cc96 } Elf32_Sym; typedef
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DElf.cc96 } Elf32_Sym; typedef
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d325 struct Elf32_Sym struct
345 struct Elf32_Syminfo argument
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h366 } Elf32_Sym; typedef
/netbsd-src/tools/amiga-elf2bb/sys/
H A Dexec_elf.h396 } Elf32_Sym; typedef
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h491 } Elf32_Sym; typedef
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h493 } Elf32_Sym; typedef
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h493 } Elf32_Sym; typedef
/netbsd-src/sys/sys/
H A Dexec_elf.h585 } Elf32_Sym; typedef