Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h807 struct Elf32_Sym { struct
808 Elf32_Word st_name; // Symbol name (index into string table)
809 Elf32_Addr st_value; // Value or address associated with the symbol
810 Elf32_Word st_size; // Size of the symbol
811 unsigned char st_info; // Symbol's type and binding attributes
812 unsigned char st_other; // Must be zero; reserved
813 Elf32_Half st_shndx; // Which section (header table index) it's defined in
817 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
818 unsigned char getType() const { return st_info & 0x0f; } in getType()
819 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/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/syslinux/com32/include/sys/
Delf32.h57 } Elf32_Sym; typedef
/external/kernel-headers/original/uapi/linux/
Delf.h189 } Elf32_Sym; typedef
/external/kmod/port-gnu/
Delf.h414 } Elf32_Sym; typedef
/external/elfutils/libelf/
Delf.h415 } Elf32_Sym; typedef
/external/valgrind/perf/
Dtinycc.c384 } Elf32_Sym; typedef