HomeSort by relevance Sort by last modified time
    Searched refs:st_info (Results 26 - 50 of 66) sorted by null

12 3

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 947 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
965 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 828 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
846 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf64.h 204 unsigned char st_info; /* Type and binding information. */ member in struct:__anon5993
211 /* Macros for accessing the fields of st_info. */
215 /* Macro for constructing st_info from field values. */
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf64.h 204 unsigned char st_info; /* Type and binding information. */ member in struct:__anon6072
211 /* Macros for accessing the fields of st_info. */
215 /* Macro for constructing st_info from field values. */
  /external/elfutils/libelf/
nlist.c 190 nl->n_type = GELF_ST_TYPE (found->sym.st_info);
  /external/elfutils/tests/
sectiondump.c 180 GELF_ST_TYPE (sym->st_info));
asm-tst3.c 309 if (sym->st_info != info[inner])
backtrace.c 407 switch (GELF_ST_TYPE (symbol.st_info))
  /bionic/libc/kernel/uapi/linux/
elf.h 157 unsigned char st_info; member in struct:elf32_sym
163 unsigned char st_info; member in struct:elf64_sym
  /external/kernel-headers/original/uapi/linux/
elf.h 187 unsigned char st_info; member in struct:elf32_sym
194 unsigned char st_info; /* Type and binding attributes */ member in struct:elf64_sym
  /external/swiftshader/third_party/subzero/src/
IceELFSection.h 337 Str.write8(SymInfo.st_info);
349 Str.write8(SymInfo.st_info);
  /external/libunwind/src/
elfxx.c 195 GET_SYM_FIELD(ei, sym_offset, &sym, st_info);
198 if (ELF_W (ST_TYPE) (sym.st_info) == STT_FUNC && sym.st_shndx != SHN_UNDEF) {
207 Debug (16, "0x%016lx info=0x%02x\n", (long) val, sym.st_info);
341 if (ELF_W (ST_TYPE) (sym->st_info) == STT_FUNC && sym->st_shndx != SHN_UNDEF) {
349 Debug (16, "0x%016lx info=0x%02x\n", (long) val, sym->st_info);
  /external/kmod/libkmod/
libkmod-elf.c 867 info = READV(st_info);
873 info = READV(st_info);
1035 info = READV(st_info);
1040 info = READV(st_info);
1130 info = READV(st_info);
1135 info = READV(st_info);
  /art/libelffile/elf/
elf_debug_reader.h 106 if (ELF_ST_TYPE(symbol.st_info) == STT_FUNC && &sections_[symbol.st_shndx] == text) {
elf_builder.h 363 sym.st_info = (binding << 4) + (type & 0xf);
379 auto is_local = [](const Elf_Sym& sym) { return ELF_ST_BIND(sym.st_info) == STB_LOCAL; };
    [all...]
  /bionic/linker/
linker_mips.cpp 195 if (ELF_ST_BIND(local_sym->st_info) != STB_WEAK) {
linker.cpp     [all...]
  /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/src/
elflint.c 680 if (sym->st_info != 0)
682 idx, section_name (ebl, idx), "st_info");
748 if (GELF_ST_TYPE (sym->st_info) >= STT_NUM
749 && !ebl_symbol_type_name (ebl, GELF_ST_TYPE (sym->st_info), NULL, 0))
753 if (GELF_ST_BIND (sym->st_info) >= STB_NUM
754 && !ebl_symbol_binding_name (ebl, GELF_ST_BIND (sym->st_info), NULL,
759 if (GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE
760 && GELF_ST_TYPE (sym->st_info) != STT_OBJECT)
776 if (GELF_R_TYPE (sym->st_info) == STT_FUNC)
792 if (GELF_ST_TYPE (sym->st_info) == STT_FUN
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 149 unsigned char st_info; // Symbol's type and binding attributes member in struct:__anon40654::Elf_Sym_Base
158 unsigned char st_info; // Symbol's type and binding attributes member in struct:__anon40654::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/mesa3d/src/amd/common/
ac_binary.c 58 if (GELF_ST_BIND(symbol.st_info) != STB_GLOBAL ||
  /external/iproute2/lib/
bpf.c     [all...]
  /art/runtime/
elf_file.cc 864 ? ELF64_ST_TYPE(symbol->st_info)
865 : ELF32_ST_TYPE(symbol->st_info);
879 (symbol->st_info != result.first->second->st_info) ||
    [all...]
  /external/u-boot/include/
elf.h 358 unsigned char st_info; /* type and binding */ member in struct:__anon47682
366 /* Extract symbol info - st_info */
372 /* Symbol Binding - ELF32_ST_BIND - st_info */
382 /* Symbol type - ELF32_ST_TYPE - st_info */

Completed in 1554 milliseconds

12 3