Lines Matching refs:any_relocation_info
113 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress()
118 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress()
123 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel()
131 const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel()
136 const MachO::any_relocation_info &RE) { in getPlainRelocationLength()
143 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength()
148 const MachO::any_relocation_info &RE) { in getPlainRelocationType()
610 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset()
616 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol()
641 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationType()
755 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationLength()
1883 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered()
1891 const MachO::any_relocation_info &RE) const { in getPlainRelocationSymbolNum()
1898 const MachO::any_relocation_info &RE) const { in getPlainRelocationExternal()
1905 const MachO::any_relocation_info &RE) const { in getScatteredRelocationScattered()
1910 const MachO::any_relocation_info &RE) const { in getScatteredRelocationValue()
1915 const MachO::any_relocation_info &RE) const { in getScatteredRelocationType()
1920 const MachO::any_relocation_info &RE) const { in getAnyRelocationAddress()
1927 const MachO::any_relocation_info &RE) const { in getAnyRelocationPCRel()
1934 const MachO::any_relocation_info &RE) const { in getAnyRelocationLength()
1942 const MachO::any_relocation_info &RE) const { in getAnyRelocationType()
1950 const MachO::any_relocation_info &RE) const { in getAnyRelocationSection()
2100 MachO::any_relocation_info
2113 auto P = reinterpret_cast<const MachO::any_relocation_info *>( in getRelocation()
2115 return getStruct<MachO::any_relocation_info>( in getRelocation()