Lines Matching refs:RelocationEntry
53 void SwapStruct(macho::RelocationEntry &H) {
290 const macho::RelocationEntry &RE,
358 static uint32_t getPlainRelocationAddress(const macho::RelocationEntry &RE) {
363 getScatteredRelocationAddress(const macho::RelocationEntry &RE) {
368 const macho::RelocationEntry &RE) {
376 const macho::RelocationEntry &RE) {
381 const macho::RelocationEntry &RE) {
388 getScatteredRelocationLength(const macho::RelocationEntry &RE) {
393 const macho::RelocationEntry &RE) {
399 static unsigned getScatteredRelocationType(const macho::RelocationEntry &RE) {
846 const macho::RelocationEntry *P =
847 reinterpret_cast<const macho::RelocationEntry*>(getPtr(this, Offset));
856 const macho::RelocationEntry *P =
857 reinterpret_cast<const macho::RelocationEntry *>(Rel.p);
870 macho::RelocationEntry RE = getRelocation(Rel);
877 macho::RelocationEntry RE = getRelocation(Rel);
895 macho::RelocationEntry RE = getRelocation(Rel);
996 macho::RelocationEntry RE = getRelocation(Rel);
1023 macho::RelocationEntry RENext = getRelocation(RelNext);
1070 macho::RelocationEntry RENext = getRelocation(RelNext);
1094 macho::RelocationEntry RENext = getRelocation(RelNext);
1133 macho::RelocationEntry RENext = getRelocation(RelNext);
1380 MachOObjectFile::isRelocationScattered(const macho::RelocationEntry &RE)
1388 const macho::RelocationEntry &RE) const {
1395 const macho::RelocationEntry &RE) const {
1402 const macho::RelocationEntry &RE) const {
1407 const macho::RelocationEntry &RE) const {
1412 const macho::RelocationEntry &RE) const {
1419 MachOObjectFile::getAnyRelocationPCRel(const macho::RelocationEntry &RE) const {
1426 const macho::RelocationEntry &RE) const {
1433 MachOObjectFile::getAnyRelocationType(const macho::RelocationEntry &RE) const {
1440 MachOObjectFile::getRelocationSection(const macho::RelocationEntry &RE) const {
1519 macho::RelocationEntry
1522 return getStruct<macho::RelocationEntry>(this, P);