HomeSort by relevance Sort by last modified time
    Searched refs:STB_LOCAL (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCContext.cpp 338 R->setBinding(ELF::STB_LOCAL);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp 519 KernelCodeSymbol->setBinding(ELF::STB_LOCAL);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 151 Reloc.OriginalSymbol->getBinding() != ELF::STB_LOCAL)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 648 Symbol->setBinding(ELF::STB_LOCAL);
658 Symbol->setBinding(ELF::STB_LOCAL);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.cpp 276 [](const SymPtr &Sym) { return Sym->Binding == STB_LOCAL; });
307 if (Sym->Binding == STB_LOCAL)
    [all...]
  /art/libelffile/elf/
elf_builder.h 379 auto is_local = [](const Elf_Sym& sym) { return ELF_ST_BIND(sym.st_info) == STB_LOCAL; };
    [all...]
  /external/elfutils/libdwfl/
relocate.c 281 || GELF_ST_BIND (sym->st_info) == STB_LOCAL
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 489 if (ESym->getBinding() != ELF::STB_LOCAL)
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 285 return ELF::STB_LOCAL;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
elf2yaml.cpp 230 case ELF::STB_LOCAL:
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2elf.cpp 335 addSymbols(Symbols.Local, Syms, ELF::STB_LOCAL, Strtab);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/src/
strip.c     [all...]
elflint.c 918 if (GELF_ST_BIND (sym->st_info) == STB_LOCAL)
934 && GELF_ST_BIND (sym->st_info) != STB_LOCAL)
    [all...]
  /external/kmod/libkmod/
libkmod-elf.c 739 case STB_LOCAL:
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 575 Symbol->setBinding(ELF::STB_LOCAL);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFObjectFile.h 569 if (ESym->getBinding() != ELF::STB_LOCAL)
    [all...]
  /external/kmod/port-gnu/
elf.h 471 #define STB_LOCAL 0 /* Local symbol */
    [all...]
  /external/elfutils/libelf/
elf.h 583 #define STB_LOCAL 0 /* Local symbol */
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 404 STB_LOCAL = 0
418 return self.st_bind == Elf_Sym.STB_LOCAL
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 1257 milliseconds

1 23 4