Lines Matching refs:Rel
490 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
498 ErrorOr<const Elf_Shdr *> SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString()
526 const Elf_Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()
620 const RelocationRef &Rel, in getRelocationValueString() argument
623 return getRelocationValueString(ELF32LE, Rel, Result); in getRelocationValueString()
625 return getRelocationValueString(ELF64LE, Rel, Result); in getRelocationValueString()
627 return getRelocationValueString(ELF32BE, Rel, Result); in getRelocationValueString()
629 return getRelocationValueString(ELF64BE, Rel, Result); in getRelocationValueString()
633 const RelocationRef &Rel, in getRelocationValueString() argument
635 symbol_iterator SymI = Rel.getSymbol(); in getRelocationValueString()
722 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString() local
723 MachO::any_relocation_info RE = Obj->getRelocation(Rel); in getRelocationValueString()
749 DataRefImpl RelNext = Rel; in getRelocationValueString()
798 DataRefImpl RelNext = Rel; in getRelocationValueString()
820 DataRefImpl RelNext = Rel; in getRelocationValueString()
860 DataRefImpl RelNext = Rel; in getRelocationValueString()
897 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() argument
899 const ObjectFile *Obj = Rel.getObject(); in getRelocationValueString()
901 return getRelocationValueString(ELF, Rel, Result); in getRelocationValueString()
903 return getRelocationValueString(COFF, Rel, Result); in getRelocationValueString()
905 return getRelocationValueString(MachO, Rel, Result); in getRelocationValueString()
918 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() local
919 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
929 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) { in getHidden()
930 DataRefImpl RelPrev = Rel; in getHidden()