reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5246 if (Sec.sh_type != ELF::SHT_REL && Sec.sh_type != ELF::SHT_RELA && 5246 if (Sec.sh_type != ELF::SHT_REL && Sec.sh_type != ELF::SHT_RELA && 5247 Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_REL && 5247 Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_REL && 5248 Sec.sh_type != ELF::SHT_ANDROID_RELA && 5249 Sec.sh_type != ELF::SHT_ANDROID_RELR) 5252 StringRef Name = unwrapOrError(this->FileName, Obj->getSectionName(&Sec)); 5257 printRelocations(&Sec, Obj);