Lines Matching refs:any_relocation_info

120 getPlainRelocationAddress(const MachO::any_relocation_info &RE) {  in getPlainRelocationAddress()
125 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress()
130 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel()
138 const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel()
143 const MachO::any_relocation_info &RE) { in getPlainRelocationLength()
150 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength()
155 const MachO::any_relocation_info &RE) { in getPlainRelocationType()
748 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset()
754 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol()
779 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType()
893 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationLength()
1983 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered()
1991 const MachO::any_relocation_info &RE) const { in getPlainRelocationSymbolNum()
1998 const MachO::any_relocation_info &RE) const { in getPlainRelocationExternal()
2005 const MachO::any_relocation_info &RE) const { in getScatteredRelocationScattered()
2010 const MachO::any_relocation_info &RE) const { in getScatteredRelocationValue()
2015 const MachO::any_relocation_info &RE) const { in getScatteredRelocationType()
2020 const MachO::any_relocation_info &RE) const { in getAnyRelocationAddress()
2027 const MachO::any_relocation_info &RE) const { in getAnyRelocationPCRel()
2034 const MachO::any_relocation_info &RE) const { in getAnyRelocationLength()
2042 const MachO::any_relocation_info &RE) const { in getAnyRelocationType()
2050 const MachO::any_relocation_info &RE) const { in getAnyRelocationSection()
2200 MachO::any_relocation_info
2213 auto P = reinterpret_cast<const MachO::any_relocation_info *>( in getRelocation()
2215 return getStruct<MachO::any_relocation_info>( in getRelocation()