Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h827 struct Elf64_Sym { struct
828 Elf64_Word st_name; // Symbol name (index into string table)
829 unsigned char st_info; // Symbol's type and binding attributes
830 unsigned char st_other; // Must be zero; reserved
831 Elf64_Half st_shndx; // Which section (header table index) it's defined in
832 Elf64_Addr st_value; // Value or address associated with the symbol
833 Elf64_Xword st_size; // Size of the symbol
837 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
838 unsigned char getType() const { return st_info & 0x0f; } in getType()
839 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h844 struct Elf64_Sym { struct
845 Elf64_Word st_name; // Symbol name (index into string table)
846 unsigned char st_info; // Symbol's type and binding attributes
847 unsigned char st_other; // Must be zero; reserved
848 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in
849 Elf64_Addr st_value; // Value or address associated with the symbol
850 Elf64_Xword st_size; // Size of the symbol
854 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
855 unsigned char getType() const { return st_info & 0x0f; } in getType()
856 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/external/llvm/include/llvm/Support/
DELF.h840 struct Elf64_Sym { struct
841 Elf64_Word st_name; // Symbol name (index into string table)
842 unsigned char st_info; // Symbol's type and binding attributes
843 unsigned char st_other; // Must be zero; reserved
844 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in
845 Elf64_Addr st_value; // Value or address associated with the symbol
846 Elf64_Xword st_size; // Size of the symbol
850 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
851 unsigned char getType() const { return st_info & 0x0f; } in getType()
852 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h963 struct Elf64_Sym { struct
964 Elf64_Word st_name; // Symbol name (index into string table)
965 unsigned char st_info; // Symbol's type and binding attributes
966 unsigned char st_other; // Must be zero; reserved
967 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in
968 Elf64_Addr st_value; // Value or address associated with the symbol
969 Elf64_Xword st_size; // Size of the symbol
973 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
974 unsigned char getType() const { return st_info & 0x0f; } in getType()
975 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/external/kernel-headers/original/uapi/linux/
Delf.h199 } Elf64_Sym; typedef
/external/kmod/port-gnu/
Delf.h424 } Elf64_Sym; typedef
/external/elfutils/libelf/
Delf.h536 } Elf64_Sym; typedef