Lines Matching refs:Rel
524 getRelocation(DataRefImpl Rel, in getRelocation() argument
529 getSection64(Sections[Rel.d.b], Sect); in getRelocation()
533 getSection(Sections[Rel.d.b], Sect); in getRelocation()
536 MachOObj->ReadRelocationEntry(relOffset, Rel.d.a, Res); in getRelocation()
538 error_code MachOObjectFile::getRelocationNext(DataRefImpl Rel, in getRelocationNext() argument
540 ++Rel.d.a; in getRelocationNext()
541 Res = RelocationRef(Rel, this); in getRelocationNext()
544 error_code MachOObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() argument
549 getSection64(Sections[Rel.d.b], Sect); in getRelocationAddress()
553 getSection(Sections[Rel.d.b], Sect); in getRelocationAddress()
557 getRelocation(Rel, RE); in getRelocationAddress()
561 error_code MachOObjectFile::getRelocationSymbol(DataRefImpl Rel, in getRelocationSymbol() argument
564 getRelocation(Rel, RE); in getRelocationSymbol()
582 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() argument
585 getRelocation(Rel, RE); in getRelocationType()
589 error_code MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() argument
593 error_code MachOObjectFile::getRelocationAdditionalInfo(DataRefImpl Rel, in getRelocationAdditionalInfo() argument
596 getRelocation(Rel, RE); in getRelocationAdditionalInfo()
603 getSection64(Sections[Rel.d.b], Sect); in getRelocationAdditionalInfo()
607 getSection(Sections[Rel.d.b], Sect); in getRelocationAdditionalInfo()
614 error_code MachOObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString() argument