Home
last modified time | relevance | path

Searched refs:Relocations (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp72 int Relocations; member in __anon39a7a0d70111::COFFSymbol
102 relocations Relocations; member in __anon39a7a0d70111::COFFSection
213 , Relocations(0) in COFFSymbol()
237 if (Relocations > 0) { in should_keep()
690 ++Reloc.Symb->Relocations; in RecordRelocation()
707 coff_section->Relocations.push_back(Reloc); in RecordRelocation()
785 if (Sec->Relocations.size() > 0) { in WriteObject()
786 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; in WriteObject()
793 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in WriteObject()
802 offset += COFF::RelocationSize * Sec->Relocations.size(); in WriteObject()
[all …]
DMachObjectWriter.cpp718 std::vector<macho::RelocationEntry> &Relocs = Relocations[it]; in WriteObject()
786 std::vector<macho::RelocationEntry> &Relocs = Relocations[it]; in WriteObject()
DELFObjectWriter.cpp94 std::vector<ELFRelocationEntry> > Relocations; member in __anonffef55a20111::ELFObjectWriter
764 Relocations[Fragment->getParent()].push_back(ERE); in RecordRelocation()
981 if (Relocations[&SD].empty()) in CreateRelocationSections()
1048 std::vector<ELFRelocationEntry> &Relocs = Relocations[SD]; in WriteRelocationsFragment()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp298 std::vector<MachineRelocation> Relocations; member in __anon132375280111::JITEmitter
419 Relocations.push_back(MR); in addRelocation()
837 if (!Relocations.empty()) { in finishFunction()
839 NumRelos += Relocations.size(); in finishFunction()
842 for (unsigned i = 0, e = Relocations.size(); i != e; ++i) { in finishFunction()
843 MachineRelocation &MR = Relocations[i]; in finishFunction()
891 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0], in finishFunction()
892 Relocations.size(), MemMgr->getGOTBase()); in finishFunction()
934 << Relocations.size() << " relocations\n"); in finishFunction()
936 Relocations.clear(); in finishFunction()
[all …]
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h94 std::vector<object::macho::RelocationEntry> > Relocations; variable
201 Relocations[SD].push_back(MRE); in addRelocation()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp66 Relocations("r", cl::desc("Display the relocation entries in the file")); variable
575 DisassembleObject(o, Relocations); in DumpObject()
576 if (Relocations && !Disassemble) in DumpObject()
659 && !Relocations in main()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp316 Relocations[SectionID].push_back(RE); in addRelocationForSection()
332 Relocations[Loc->second.first].push_back(RECopy); in addRelocationForSymbol()
380 resolveRelocationList(Relocations[SectionID], Addr); in reassignSectionAddress()
DRuntimeDyldImpl.h150 DenseMap<unsigned, RelocationList> Relocations; variable
/external/llvm/lib/Target/MBlaze/
DTODO3 - Relocations use 2-byte / 4-byte to terminology in reference to
/external/llvm/utils/yaml2obj/
Dyaml2obj.cpp716 std::vector<COFF::relocation> Relocations; member