Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DELF.h820 struct Elf32_Sym { struct
821 Elf32_Word st_name; // Symbol name (index into string table)
822 Elf32_Addr st_value; // Value or address associated with the symbol
823 Elf32_Word st_size; // Size of the symbol
824 unsigned char st_info; // Symbol's type and binding attributes
825 unsigned char st_other; // Must be zero; reserved
826 Elf32_Half st_shndx; // Which section (header table index) it's defined in
830 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
831 unsigned char getType() const { return st_info & 0x0f; } in getType()
832 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/external/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 …]
/external/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 …]
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1018 struct Elf32_Sym { struct
1019 Elf32_Word st_name; // Symbol name (index into string table)
1020 Elf32_Addr st_value; // Value or address associated with the symbol
1021 Elf32_Word st_size; // Size of the symbol
1022 unsigned char st_info; // Symbol's type and binding attributes
1023 unsigned char st_other; // Must be zero; reserved
1024 Elf32_Half st_shndx; // Which section (header table index) it's defined in
1028 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
1029 unsigned char getType() const { return st_info & 0x0f; } in getType()
1030 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/external/kernel-headers/original/uapi/linux/
Delf.h191 } Elf32_Sym; typedef
/external/google-breakpad/src/third_party/musl/include/
Delf.h333 } Elf32_Sym; typedef
/external/kmod/port-gnu/
Delf.h414 } Elf32_Sym; typedef
/external/elfutils/libelf/
Delf.h524 } Elf32_Sym; typedef