• Home
  • Raw
  • Download

Lines Matching refs:Rel

381   DataRefImpl Rel = RelRef.getRawDataRefImpl();  in getRelocationValueString()  local
389 ErrorOr<const Elf_Shdr *> SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString()
417 const Elf_Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()
493 const RelocationRef &Rel, in getRelocationValueString() argument
496 return getRelocationValueString(ELF32LE, Rel, Result); in getRelocationValueString()
498 return getRelocationValueString(ELF64LE, Rel, Result); in getRelocationValueString()
500 return getRelocationValueString(ELF32BE, Rel, Result); in getRelocationValueString()
502 return getRelocationValueString(ELF64BE, Rel, Result); in getRelocationValueString()
506 const RelocationRef &Rel, in getRelocationValueString() argument
508 symbol_iterator SymI = Rel.getSymbol(); in getRelocationValueString()
585 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
586 MachO::any_relocation_info RE = Obj->getRelocation(Rel); in getRelocationValueString()
612 DataRefImpl RelNext = Rel; in getRelocationValueString()
661 DataRefImpl RelNext = Rel; in getRelocationValueString()
683 DataRefImpl RelNext = Rel; in getRelocationValueString()
723 DataRefImpl RelNext = Rel; in getRelocationValueString()
760 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() argument
762 const ObjectFile *Obj = Rel.getObject(); in getRelocationValueString()
764 return getRelocationValueString(ELF, Rel, Result); in getRelocationValueString()
766 return getRelocationValueString(COFF, Rel, Result); in getRelocationValueString()
768 return getRelocationValueString(MachO, Rel, Result); in getRelocationValueString()
781 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() local
782 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
792 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) { in getHidden()
793 DataRefImpl RelPrev = Rel; in getHidden()