HomeSort by relevance Sort by last modified time
    Searched refs:st_info (Results 76 - 100 of 178) sorted by null

1 2 34 5 6 7 8

  /toolchain/binutils/binutils-2.27/bfd/
elf32-sh64.c 360 if (ELF_ST_TYPE (elf_sym->st_info) == STT_DATALABEL)
391 if (ELF_ST_TYPE (sym->st_info) == STT_DATALABEL
492 if (ELF_ST_TYPE (sym->st_info) == STT_DATALABEL)
elf-s390-common.c 239 if (ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC
elf32-sparc.c 188 if (ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC
elflink.c 66 || ELF_ST_BIND (cookie->locsyms[r_symndx].st_info) != STB_LOCAL)
553 && (ELF_ST_TYPE (sym->st_info) == STT_OBJECT
554 || ELF_ST_TYPE (sym->st_info) == STT_COMMON))))
775 entry->isym.st_info
776 = ELF_ST_INFO (STB_LOCAL, ELF_ST_TYPE (entry->isym.st_info));
1000 bind = ELF_ST_BIND (sym->st_info);
7318 unsigned char st_info; \/* Type and binding attributes *\/ member in struct:elf_symbuf_symbol
    [all...]
elfcode.h 191 dst->st_info = H_GET_8 (abfd, src->st_info);
220 H_PUT_8 (abfd, src->st_info, dst->st_info);
    [all...]
elf32-microblaze.c     [all...]
  /external/kmod/libkmod/
libkmod-elf.c 841 info = READV(st_info);
846 info = READV(st_info);
1007 info = READV(st_info);
1012 info = READV(st_info);
1102 info = READV(st_info);
1107 info = READV(st_info);
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_386.go 13 st_info byte
vdso_linux_amd64.go 11 st_info byte
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_386.go 13 st_info byte
vdso_linux_amd64.go 11 st_info byte
  /bionic/linker/
linker_mips.cpp 195 if (ELF_ST_BIND(local_sym->st_info) != STB_WEAK) {
  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 28 'ELF_Sym', 'st_name st_value st_size st_info st_other st_shndx')):
38 return (self.st_info >> 4)
  /external/elfutils/tests/
asm-tst3.c 309 if (sym->st_info != info[inner])
  /external/mesa3d/src/amd/common/
ac_binary.c 62 if (GELF_ST_BIND(symbol.st_info) != STB_GLOBAL ||
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_elf_util.c 56 if (GELF_ST_BIND(symbol.st_info) != STB_GLOBAL ||
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 218 if (ELF32_ST_BIND(sym_ref->st_info) != STB_WEAK)
  /external/syslinux/com32/lib/sys/module/x86_64/
elf_module.c 218 if (ELF64_ST_BIND(sym_ref->st_info) != STB_WEAK)
  /toolchain/binutils/binutils-2.27/include/elf/
internal.h 132 unsigned char st_info; /* Type and binding attributes */ member in struct:elf_internal_sym
  /external/elfutils/src/
elflint.c 663 if (sym->st_info != 0)
665 idx, section_name (ebl, idx), "st_info");
731 if (GELF_ST_TYPE (sym->st_info) >= STT_NUM
732 && !ebl_symbol_type_name (ebl, GELF_ST_TYPE (sym->st_info), NULL, 0))
736 if (GELF_ST_BIND (sym->st_info) >= STB_NUM
737 && !ebl_symbol_binding_name (ebl, GELF_ST_BIND (sym->st_info), NULL,
742 if (GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE
743 && GELF_ST_TYPE (sym->st_info) != STT_OBJECT)
759 if (GELF_R_TYPE (sym->st_info) == STT_FUNC)
775 if (GELF_ST_TYPE (sym->st_info) == STT_FUN
    [all...]
ldgeneric.c 557 if (XELF_ST_TYPE (sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYPE
558 && unlikely (oldp->type != XELF_ST_TYPE (sym->st_info)))
569 ebl_symbol_type_name (ld_state.ebl, XELF_ST_TYPE (sym->st_info),
573 else if (XELF_ST_TYPE (sym->st_info) == STT_OBJECT
670 ebl_symbol_type_name (ld_state.ebl, XELF_ST_TYPE (sym->st_info),
743 oldp->type = XELF_ST_TYPE (sym->st_info);
755 oldp->weak = XELF_ST_BIND (sym->st_info) == STB_WEAK;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 149 unsigned char st_info; // Symbol's type and binding attributes member in struct:__anon36086::Elf_Sym_Base
158 unsigned char st_info; // Symbol's type and binding attributes member in struct:__anon36086::Elf_Sym_Base
167 using Elf_Sym_Base<target_endianness, is64Bits>::st_info;
171 unsigned char getBinding() const { return st_info >> 4; }
172 unsigned char getType() const { return st_info & 0x0f; }
176 st_info = (b << 4) + (t & 0x0f);
    [all...]
  /external/compiler-rt/lib/cfi/
cfi.cc 225 assert(p->st_info == ELF32_ST_INFO(STB_GLOBAL, STT_FUNC));
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 200 switch (ELFXX_ST_BIND(sym->st_info)) {
208 switch (ELFXX_ST_TYPE(sym->st_info)) {
312 = (ELFXX_ST_BIND(sym->st_info) == STB_GLOBAL
313 || ELFXX_ST_BIND(sym->st_info) == STB_LOCAL
314 || ELFXX_ST_BIND(sym->st_info) == STB_WEAK
317 (ELFXX_ST_TYPE(sym->st_info) == STT_FUNC
318 || ELFXX_ST_TYPE(sym->st_info) == STT_OBJECT
320 || ELFXX_ST_TYPE(sym->st_info) == STT_GNU_IFUNC
407 && ELFXX_ST_TYPE(sym->st_info) == STT_GNU_IFUNC) {
412 if (ELFXX_ST_BIND(sym->st_info) == STB_GLOBAL)
    [all...]
  /external/iproute2/lib/
bpf.c     [all...]

Completed in 282 milliseconds

1 2 34 5 6 7 8