Searched refs:Rel (Results 26 - 38 of 38) sorted by relevance

12

/external/llvm/lib/ObjectYAML/
H A DELFYAML.cpp799 ELFYAML::Relocation &Rel) {
803 IO.mapRequired("Offset", Rel.Offset);
804 IO.mapRequired("Symbol", Rel.Symbol);
809 IO, Rel.Type);
815 IO.mapRequired("Type", Rel.Type);
817 IO.mapOptional("Addend", Rel.Addend, (int64_t)0);
798 mapping(IO &IO, ELFYAML::Relocation &Rel) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELFWriter.cpp832 ELFRelocation Rel(RelOffset, SymIdx, RelType, HasRelA, Addend);
833 EmitRelocation(RelSec, Rel, HasRelA);
838 /// EmitRelocation - Write relocation 'Rel' to the relocation section 'Rel'
839 void ELFWriter::EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, argument
841 RelSec.emitWord(Rel.getOffset());
842 RelSec.emitWord(Rel.getInfo(is64Bit));
844 RelSec.emitWord(Rel.getAddend());
H A DELFWriter.h237 void EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);
/external/llvm/include/llvm/Object/
H A DELF.h96 const Elf_Sym *getRelocationSymbol(const Elf_Rel *Rel,
306 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, argument
308 uint32_t Index = Rel->getSymbol(isMips64EL());
H A DELFTypes.h54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel; typedef in struct:llvm::object::ELFType
67 typedef ArrayRef<Rel> RelRange;
/external/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h167 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
H A DELFYAML.h298 static void mapping(IO &IO, ELFYAML::Relocation &Rel);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp786 RelocationValueRef &Rel) {
792 Rel.SymbolName = nullptr;
793 Rel.SectionID = 0;
808 Rel.SectionID = *SectionIDOrErr;
817 Rel.Addend = 0x8000;
826 RelocationValueRef &Rel) {
873 if (Rel.Addend != (int64_t)TargetSymbolOffset)
886 Rel.SectionID = *SectionIDOrErr;
889 Rel.Addend = (intptr_t)Addend;
784 findPPC64TOCSection(const ELFObjectFileBase &Obj, ObjSectionToIDMap &LocalSections, RelocationValueRef &Rel) argument
824 findOPDEntrySection(const ELFObjectFileBase &Obj, ObjSectionToIDMap &LocalSections, RelocationValueRef &Rel) argument
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp829 DataRefImpl Rel; local
832 Rel = Reloc.getRawDataRefImpl();
833 RE = O->getRelocation(Rel);
1843 DataRefImpl Rel; local
1852 Rel = Reloc.getRawDataRefImpl();
1853 RE = info->O->getRelocation(Rel);
1860 DataRefImpl RelNext = Rel;
1931 DataRefImpl Rel; local
1938 Rel = Reloc.getRawDataRefImpl();
1939 RE = info->O->getRelocation(Rel);
2011 DataRefImpl Rel; local
2564 DataRefImpl Rel; local
6106 DataRefImpl Rel; local
[all...]
/external/elfutils/libelf/
H A Delf_getdata.c97 [ELF_T_REL] = __alignof__ (ElfW2(Bits,Rel)), \
/external/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp451 const NodeSet *node_class(GepNode *N, NodeSymRel &Rel) { argument
452 for (NodeSymRel::iterator I = Rel.begin(), E = Rel.end(); I != E; ++I)
H A DRDFGraph.cpp1027 NodeList Rel = getRelatedRefs(IA, DA); local
1028 NodeAddr<DefNode*> PDA = Rel.front();
1048 for (auto T : Rel)
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl10284 my ($Num, $Rel) = (1, 0);
10309 $CompleteSignature{$LibVersion}{$VirtFunc}{"RelPos"} = $Rel++;

Completed in 1057 milliseconds

12