reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
89 Type = ELF::R_PPC_REL24; 433 case ELF::R_PPC_REL24:tools/lld/ELF/Arch/PPC.cpp
173 if (type != R_PPC_REL24 && type != R_PPC_PLTREL24) 186 if (type == R_PPC_REL24 || type == R_PPC_PLTREL24) 216 case R_PPC_REL24: 322 case R_PPC_REL24:tools/lld/ELF/Thunks.cpp
899 assert((rel.type == R_PPC_REL24 || rel.type == R_PPC_PLTREL24) &&