• Home
  • Raw
  • Download

Lines Matching refs:Rel

723 getRelocation(DataRefImpl Rel,  in getRelocation()  argument
728 getSection64(Sections[Rel.d.b], Sect); in getRelocation()
732 getSection(Sections[Rel.d.b], Sect); in getRelocation()
735 MachOObj->ReadRelocationEntry(relOffset, Rel.d.a, Res); in getRelocation()
737 error_code MachOObjectFile::getRelocationNext(DataRefImpl Rel, in getRelocationNext() argument
739 ++Rel.d.a; in getRelocationNext()
740 Res = RelocationRef(Rel, this); in getRelocationNext()
743 error_code MachOObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress() argument
748 getSection64(Sections[Rel.d.b], Sect); in getRelocationAddress()
752 getSection(Sections[Rel.d.b], Sect); in getRelocationAddress()
756 getRelocation(Rel, RE); in getRelocationAddress()
770 error_code MachOObjectFile::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset() argument
773 getRelocation(Rel, RE); in getRelocationOffset()
784 error_code MachOObjectFile::getRelocationSymbol(DataRefImpl Rel, in getRelocationSymbol() argument
787 getRelocation(Rel, RE); in getRelocationSymbol()
804 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() argument
807 getRelocation(Rel, RE); in getRelocationType()
813 error_code MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() argument
818 getRelocation(Rel, RE); in getRelocationTypeName()
913 error_code MachOObjectFile::getRelocationAdditionalInfo(DataRefImpl Rel, in getRelocationAdditionalInfo() argument
916 getRelocation(Rel, RE); in getRelocationAdditionalInfo()
923 getSection64(Sections[Rel.d.b], Sect); in getRelocationAdditionalInfo()
927 getSection(Sections[Rel.d.b], Sect); in getRelocationAdditionalInfo()
1021 error_code MachOObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString() argument
1024 getRelocation(Rel, RE); in getRelocationValueString()
1062 DataRefImpl RelNext = Rel; in getRelocationValueString()
1110 DataRefImpl RelNext = Rel; in getRelocationValueString()
1140 DataRefImpl RelNext = Rel; in getRelocationValueString()
1190 DataRefImpl RelNext = Rel; in getRelocationValueString()
1236 error_code MachOObjectFile::getRelocationHidden(DataRefImpl Rel, in getRelocationHidden() argument
1239 getRelocation(Rel, RE); in getRelocationHidden()
1259 if (Type == macho::RIT_X86_64_Unsigned && Rel.d.a > 0) { in getRelocationHidden()
1260 DataRefImpl RelPrev = Rel; in getRelocationHidden()