HomeSort by relevance Sort by last modified time
    Searched full:syminfo (Results 26 - 50 of 61) sorted by null

12 3

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 856 const auto &SymInfo = pos->second;
857 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID());
859 SymInfo.getOffset(),
860 getRTDyld().Sections[SymInfo.getSectionID()].getSize() -
861 SymInfo.getOffset());
    [all...]
RuntimeDyld.cpp 788 const auto &SymInfo = Loc->second;
789 RECopy.Addend += SymInfo.getOffset();
790 Relocations[SymInfo.getSectionID()].push_back(RECopy);
    [all...]
RuntimeDyldELF.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 95 ResolveInfo* rsym = pReloc.symInfo();
161 ResolveInfo* rsym = pReloc.symInfo();
AArch64LongBranchStub.cpp 106 LDSymbol* symbol = pSrcReloc.symInfo()->outSymbol();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 584 ResolveInfo* sym = reloc->symInfo();
845 LDSymbol* symbol = relocation->symInfo()->outSymbol();
852 if ((relocation->symInfo()->reserved() &
864 assert(stub->symInfo() != NULL);
866 relocation->setSymInfo(stub->symInfo());
874 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal());
881 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() +
    [all...]
  /external/syslinux/com32/include/sys/
elfcommon.h 113 #define DT_SYMINSZ 0x6ffffdfe /* Size of syminfo table (in bytes) */
114 #define DT_SYMINENT 0x6ffffdff /* Entry size of syminfo */
135 #define DT_SYMINFO 0x6ffffeff /* Syminfo table. */
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 508 if (relocation->symInfo() == NULL)
512 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
550 if (relocation->symInfo() == NULL)
554 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
EhFrame.cpp 234 cie->setPersonalityName(rel.symInfo()->outSymbol()->name());
262 bool has_section = rel.symInfo()->outSymbol()->hasFragRef();
GarbageCollection.cpp 152 ResolveInfo* sym = reloc->symInfo();
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 366 #define DT_SYMINSZ 0x6ffffdfe /* syminfo table size (in bytes) */
367 #define DT_SYMINENT 0x6ffffdff /* syminfo entry size (in bytes) */
383 #define DT_SYMINFO 0x6ffffeff /* syminfo table */
478 * Syminfo flag values
494 * Syminfo.si_boundto values.
503 * Syminfo version values.
505 #define SYMINFO_NONE 0 /* Syminfo version */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 366 #define DT_SYMINSZ 0x6ffffdfe /* syminfo table size (in bytes) */
367 #define DT_SYMINENT 0x6ffffdff /* syminfo entry size (in bytes) */
383 #define DT_SYMINFO 0x6ffffeff /* syminfo table */
478 * Syminfo flag values
494 * Syminfo.si_boundto values.
503 * Syminfo version values.
505 #define SYMINFO_NONE 0 /* Syminfo version */
    [all...]
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp     [all...]
  /bionic/libc/include/
elf.h 123 /* ElfW(Syminfo)::si_boundto values. */
126 /* ElfW(Syminfo)::si_flags values. */
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 568 LDSymbol* symbol = relocation->symInfo()->outSymbol();
580 assert(stub->symInfo() != NULL);
582 relocation->setSymInfo(stub->symInfo());
588 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1);
    [all...]
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 141 ASSERT_EQ("puts", std::string(rReloc->symInfo()->name()));
  /toolchain/binutils/binutils-2.27/gprof/
corefile.c 347 symbol_info syminfo;
364 bfd_get_symbol_info (core_bfd, sym, &syminfo);
365 i = syminfo.type;
346 symbol_info syminfo; local
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 600 ResolveInfo* info = relocation->symInfo();
804 ResolveInfo* info = relocation->symInfo();
    [all...]
  /external/elfutils/libelf/
gelf.h 75 /* The syminfo section if available contains additional information about
elf_getdata.c 96 [ELF_T_SYMINFO] = __alignof__ (ElfW2(Bits,Syminfo)), \
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 769 LDSymbol* symbol = pRel.symInfo()->outSymbol();
782 assert(stub->symInfo() != NULL);
784 pRel.setSymInfo(stub->symInfo());
790 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1);
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
external.h 285 /* Structure for syminfo section. */
internal.h 242 /* Structure for syminfo section. */
  /toolchain/binutils/binutils-2.27/binutils/
nm.c 858 symbol_info syminfo;
865 bfd_get_symbol_info (abfd, sym, &syminfo);
867 info.sinfo = &syminfo;
853 symbol_info syminfo; local
    [all...]
  /external/abi-dumper/
abi-dumper.pl     [all...]

Completed in 821 milliseconds

12 3