Home
last modified time | relevance | path

Searched defs:Elf64_Sym (Results 1 – 8 of 8) 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/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-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/syslinux/com32/include/sys/
Delf64.h57 } Elf64_Sym; typedef
/external/kernel-headers/original/uapi/linux/
Delf.h199 } Elf64_Sym; typedef
/external/kmod/port-gnu/
Delf.h424 } Elf64_Sym; typedef
/external/elfutils/libelf/
Delf.h425 } Elf64_Sym; typedef
/external/valgrind/perf/
Dtinycc.c394 } Elf64_Sym; typedef