/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 844 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 …]
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | ELF.h | 840 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1011 struct Elf64_Sym { struct 1012 Elf64_Word st_name; // Symbol name (index into string table) 1013 unsigned char st_info; // Symbol's type and binding attributes 1014 unsigned char st_other; // Must be zero; reserved 1015 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in 1016 Elf64_Addr st_value; // Value or address associated with the symbol 1017 Elf64_Xword st_size; // Size of the symbol 1021 unsigned char getBinding() const { return st_info >> 4; } in getBinding() 1022 unsigned char getType() const { return st_info & 0x0f; } in getType() 1023 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | ELF.h | 1283 struct Elf64_Sym { struct 1284 Elf64_Word st_name; // Symbol name (index into string table) 1285 unsigned char st_info; // Symbol's type and binding attributes 1286 unsigned char st_other; // Must be zero; reserved 1287 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in 1288 Elf64_Addr st_value; // Value or address associated with the symbol 1289 Elf64_Xword st_size; // Size of the symbol 1293 unsigned char getBinding() const { return st_info >> 4; } in getBinding() 1294 unsigned char getType() const { return st_info & 0x0f; } in getType() 1295 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | ELF.h | 1281 struct Elf64_Sym { struct 1282 Elf64_Word st_name; // Symbol name (index into string table) 1283 unsigned char st_info; // Symbol's type and binding attributes 1284 unsigned char st_other; // Must be zero; reserved 1285 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in 1286 Elf64_Addr st_value; // Value or address associated with the symbol 1287 Elf64_Xword st_size; // Size of the symbol 1291 unsigned char getBinding() const { return st_info >> 4; } in getBinding() 1292 unsigned char getType() const { return st_info & 0x0f; } in getType() 1293 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | ELF.h | 1265 struct Elf64_Sym { struct 1266 Elf64_Word st_name; // Symbol name (index into string table) 1267 unsigned char st_info; // Symbol's type and binding attributes 1268 unsigned char st_other; // Must be zero; reserved 1269 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in 1270 Elf64_Addr st_value; // Value or address associated with the symbol 1271 Elf64_Xword st_size; // Size of the symbol 1275 unsigned char getBinding() const { return st_info >> 4; } in getBinding() 1276 unsigned char getType() const { return st_info & 0x0f; } in getType() 1277 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1209 struct Elf64_Sym { struct 1210 Elf64_Word st_name; // Symbol name (index into string table) 1211 unsigned char st_info; // Symbol's type and binding attributes 1212 unsigned char st_other; // Must be zero; reserved 1213 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in 1214 Elf64_Addr st_value; // Value or address associated with the symbol 1215 Elf64_Xword st_size; // Size of the symbol 1219 unsigned char getBinding() const { return st_info >> 4; } in getBinding() 1220 unsigned char getType() const { return st_info & 0x0f; } in getType() 1221 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | ELF.h | 1281 struct Elf64_Sym { struct 1282 Elf64_Word st_name; // Symbol name (index into string table) 1283 unsigned char st_info; // Symbol's type and binding attributes 1284 unsigned char st_other; // Must be zero; reserved 1285 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in 1286 Elf64_Addr st_value; // Value or address associated with the symbol 1287 Elf64_Xword st_size; // Size of the symbol 1291 unsigned char getBinding() const { return st_info >> 4; } in getBinding() 1292 unsigned char getType() const { return st_info & 0x0f; } in getType() 1293 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding() [all …]
|
/aosp_15_r20/trusty/kernel/lib/backtrace/ |
H A D | elf_sym.h | 47 } Elf64_Sym; typedef
|
/aosp_15_r20/test/vts/vndk_utils/library/elf/ |
H A D | structs.py | 195 class Elf64_Sym(_Sym): class
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 169 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/ |
D | elf.h | 198 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/ |
H A D | elf.h | 159 } Elf64_Sym; typedef
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/ |
H A D | elf.h | 159 } Elf64_Sym; typedef
|