Home
last modified time | relevance | path

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

/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/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-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/kernel-headers/original/uapi/linux/
Delf.h195 } Elf32_Sym; typedef
/external/google-breakpad/src/third_party/musl/include/
Delf.h333 } Elf32_Sym; typedef
/external/kmod/port-gnu/
Delf.h415 } Elf32_Sym; typedef
/external/musl/include/
Delf.h455 } Elf32_Sym; typedef
/external/elfutils/libelf/
Delf.h528 } Elf32_Sym; typedef
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h16971 typedef struct elf32_sym Elf32_Sym; typedef
Dvmlinux.h16971 typedef struct elf32_sym Elf32_Sym; typedef