Home
last modified time | relevance | path

Searched refs:st_info (Results 1 – 25 of 49) sorted by relevance

12

/external/elfutils/tests/
Ddwflsyms.c33 switch (GELF_ST_TYPE (sym->st_info)) in gelf_type()
57 switch (GELF_ST_BIND (sym->st_info)) in gelf_bind()
73 switch (GELF_ST_BIND (sym->st_info)) in gelf_bind_order()
150 if (GELF_ST_TYPE (sym.st_info) == STT_FUNC && shndxp != SHN_UNDEF) in list_syms()
Dasm-tst8.c166 if (GELF_ST_TYPE (sym->st_info) != STT_FILE) in main()
169 (unsigned int) GELF_ST_TYPE (sym->st_info)); in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h811 unsigned char st_info; // Symbol's type and binding attributes member
817 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
818 unsigned char getType() const { return st_info & 0x0f; } in getType()
822 st_info = (b << 4) + (t & 0x0f); in setBindingAndType()
829 unsigned char st_info; // Symbol's type and binding attributes member
837 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
838 unsigned char getType() const { return st_info & 0x0f; } in getType()
842 st_info = (b << 4) + (t & 0x0f); in setBindingAndType()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h828 unsigned char st_info; // Symbol's type and binding attributes member
834 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
835 unsigned char getType() const { return st_info & 0x0f; } in getType()
839 st_info = (b << 4) + (t & 0x0f); in setBindingAndType()
846 unsigned char st_info; // Symbol's type and binding attributes member
854 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
855 unsigned char getType() const { return st_info & 0x0f; } in getType()
859 st_info = (b << 4) + (t & 0x0f); in setBindingAndType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h947 unsigned char st_info; // Symbol's type and binding attributes member
953 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
954 unsigned char getType() const { return st_info & 0x0f; } in getType()
958 st_info = (b << 4) + (t & 0x0f); in setBindingAndType()
965 unsigned char st_info; // Symbol's type and binding attributes member
973 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
974 unsigned char getType() const { return st_info & 0x0f; } in getType()
978 st_info = (b << 4) + (t & 0x0f); in setBindingAndType()
/external/llvm/include/llvm/Support/
DELF.h824 unsigned char st_info; // Symbol's type and binding attributes member
830 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
831 unsigned char getType() const { return st_info & 0x0f; } in getType()
835 st_info = (b << 4) + (t & 0x0f); in setBindingAndType()
842 unsigned char st_info; // Symbol's type and binding attributes member
850 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
851 unsigned char getType() const { return st_info & 0x0f; } in getType()
855 st_info = (b << 4) + (t & 0x0f); in setBindingAndType()
/external/elfutils/src/
Dnm.c795 if (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_SECTION) in show_symbols_sysv()
849 GELF_ST_BIND (syms[cnt].sym.st_info), in show_symbols_sysv()
851 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info), in show_symbols_sysv()
871 int local_p = GELF_ST_BIND (sym->st_info) == STB_LOCAL; in class_type_char()
881 char result = "NDTSFBD "[GELF_ST_TYPE (sym->st_info)]; in class_type_char()
887 && GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE) in class_type_char()
937 if (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_FILE) in show_symbols_bsd()
960 bool is_tls = GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_TLS; in show_symbols_bsd()
961 bool is_weak = GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK; in show_symbols_bsd()
1097 ? (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_TLS in show_symbols_posix()
[all …]
Delflint.c680 if (sym->st_info != 0) in check_symtab()
748 if (GELF_ST_TYPE (sym->st_info) >= STT_NUM in check_symtab()
749 && !ebl_symbol_type_name (ebl, GELF_ST_TYPE (sym->st_info), NULL, 0)) in check_symtab()
753 if (GELF_ST_BIND (sym->st_info) >= STB_NUM in check_symtab()
754 && !ebl_symbol_binding_name (ebl, GELF_ST_BIND (sym->st_info), NULL, in check_symtab()
759 if (GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE in check_symtab()
760 && GELF_ST_TYPE (sym->st_info) != STT_OBJECT) in check_symtab()
776 if (GELF_R_TYPE (sym->st_info) == STT_FUNC) in check_symtab()
792 if (GELF_ST_TYPE (sym->st_info) == STT_FUNC in check_symtab()
793 || (GELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)) in check_symtab()
[all …]
/external/elfutils/backends/
Daarch64_symbol.c105 && sym->st_size == 0 && GELF_ST_BIND (sym->st_info) == STB_LOCAL in aarch64_data_marker_symbol()
106 && GELF_ST_TYPE (sym->st_info) == STT_NOTYPE in aarch64_data_marker_symbol()
Darm_symbol.c155 && sym->st_size == 0 && GELF_ST_BIND (sym->st_info) == STB_LOCAL in arm_data_marker_symbol()
156 && GELF_ST_TYPE (sym->st_info) == STT_NOTYPE in arm_data_marker_symbol()
/external/elfutils/libdwfl/
Ddwfl_module_addrsym.c116 switch (GELF_ST_BIND (symp->st_info)) in binding_value()
215 && GELF_ST_TYPE (sym.st_info) != STT_SECTION in search_table()
216 && GELF_ST_TYPE (sym.st_info) != STT_FILE in search_table()
217 && GELF_ST_TYPE (sym.st_info) != STT_TLS) in search_table()
Ddwfl_module_getsym.c129 && (GELF_ST_TYPE (sym->st_info) == STT_FUNC in __libdwfl_getsym()
130 || (GELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC in __libdwfl_getsym()
/external/linux-kselftest/tools/testing/selftests/vDSO/
Dparse_vdso.c238 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
240 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym()
241 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/external/elfutils/libelf/
Dabstract.h116 TYPE_EXTRA (unsigned char st_info;) \
117 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \
125 TYPE_EXTRA (unsigned char st_info;) \
126 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \
Dgelf_getsym.c85 COPY (st_info); in gelf_getsym()
Dgelf_update_sym.c91 COPY (st_info); in gelf_update_sym()
Dgelf_getsymshndx.c104 COPY (st_info); in gelf_getsymshndx()
Dgelf_update_symshndx.c116 COPY (st_info); in gelf_update_symshndx()
/external/llvm/include/llvm/Object/
DELFTypes.h196 unsigned char st_info; // Symbol's type and binding attributes
205 unsigned char st_info; // Symbol's type and binding attributes
214 using Elf_Sym_Base<ELFT>::st_info;
221 unsigned char getBinding() const { return st_info >> 4; }
222 unsigned char getType() const { return st_info & 0x0f; }
227 st_info = (b << 4) + (t & 0x0f);
/external/vixl/examples/aarch32/
Ddisasm-a32.cc141 ((ELF32_ST_BIND(sym[snum].st_info) == STB_LOCAL) || in LocateSymbols()
142 (ELF32_ST_BIND(sym[snum].st_info) == STB_GLOBAL)) && in LocateSymbols()
143 (ELF32_ST_TYPE(sym[snum].st_info) == STT_FUNC)) { in LocateSymbols()
/external/swiftshader/third_party/LLVM/test/Scripts/
Delf-dump106 st_info = f.read8()[0]
107 st_bind = (st_info >> 4, 4)
108 st_type = (st_info & 0xf, 4)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFTypes.h171 unsigned char st_info; // Symbol's type and binding attributes
180 unsigned char st_info; // Symbol's type and binding attributes
189 using Elf_Sym_Base<ELFT>::st_info;
196 unsigned char getBinding() const { return st_info >> 4; }
197 unsigned char getType() const { return st_info & 0x0f; }
203 st_info = (b << 4) + (t & 0x0f);
/external/libunwind/src/
Delfxx.c195 GET_SYM_FIELD(ei, sym_offset, &sym, st_info); in elf_w()
198 if (ELF_W (ST_TYPE) (sym.st_info) == STT_FUNC && sym.st_shndx != SHN_UNDEF) { in elf_w()
207 Debug (16, "0x%016lx info=0x%02x\n", (long) val, sym.st_info); in elf_w()
341 if (ELF_W (ST_TYPE) (sym->st_info) == STT_FUNC && sym->st_shndx != SHN_UNDEF) { in elf_w()
349 Debug (16, "0x%016lx info=0x%02x\n", (long) val, sym->st_info); in elf_w()
/external/kernel-headers/original/uapi/linux/
Delf.h187 unsigned char st_info; member
194 unsigned char st_info; /* Type and binding attributes */ member
/external/kmod/libkmod/
Dlibkmod-elf.c867 info = READV(st_info); in kmod_elf_get_symbols()
873 info = READV(st_info); in kmod_elf_get_symbols()
1035 info = READV(st_info); in kmod_elf_get_dependency_symbols()
1040 info = READV(st_info); in kmod_elf_get_dependency_symbols()
1130 info = READV(st_info); in kmod_elf_get_dependency_symbols()
1135 info = READV(st_info); in kmod_elf_get_dependency_symbols()

12