Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h824 struct Elf32_Sym { struct
825 Elf32_Word st_name; // Symbol name (index into string table)
826 Elf32_Addr st_value; // Value or address associated with the symbol
827 Elf32_Word st_size; // Size of the symbol
828 unsigned char st_info; // Symbol's type and binding attributes
829 unsigned char st_other; // Must be zero; reserved
830 Elf32_Half st_shndx; // Which section (header table index) it's defined in
834 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
835 unsigned char getType() const { return st_info & 0x0f; } in getType()
836 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h991 struct Elf32_Sym { struct
992 Elf32_Word st_name; // Symbol name (index into string table)
993 Elf32_Addr st_value; // Value or address associated with the symbol
994 Elf32_Word st_size; // Size of the symbol
995 unsigned char st_info; // Symbol's type and binding attributes
996 unsigned char st_other; // Must be zero; reserved
997 Elf32_Half st_shndx; // Which section (header table index) it's defined in
1001 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
1002 unsigned char getType() const { return st_info & 0x0f; } in getType()
1003 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp804 struct Elf32_Sym struct
806 Elf_Word st_name;
807 Elf32_Addr st_value;
808 Elf_Word st_size;
809 unsigned char st_info;
810 unsigned char st_other;
811 Elf_Half st_shndx;
/third_party/elfio/elfio/
Delf_types.hpp1195 struct Elf32_Sym struct
1197 Elf_Word st_name;
1198 Elf32_Addr st_value;
1199 Elf_Word st_size;
1200 unsigned char st_info;
1201 unsigned char st_other;
1202 Elf_Half st_shndx;
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h190 } Elf32_Sym; typedef
/third_party/libunwind/include/win/
Dfreebsd-elf32.h190 } Elf32_Sym; typedef
/third_party/musl/porting/uniproton/kernel/include/
Delf.h454 } Elf32_Sym; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h454 } Elf32_Sym; typedef
/third_party/musl/ndk_musl_include/
Delf.h454 } Elf32_Sym; typedef
/third_party/musl/include/
Delf.h454 } Elf32_Sym; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h454 } Elf32_Sym; typedef
/third_party/musl/porting/linux/user/include/
Delf.h455 } Elf32_Sym; typedef
/third_party/elfutils/libelf/
Delf.h528 } Elf32_Sym; typedef