reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
  890     const unsigned r_type = O->getAnyRelocationType(RE);
  891     const bool r_scattered = O->isRelocationScattered(RE);
  892     const unsigned r_pcrel = O->getAnyRelocationPCRel(RE);
  893     const unsigned r_length = O->getAnyRelocationLength(RE);
  894     const unsigned r_address = O->getAnyRelocationAddress(RE);
  896                            O->getPlainRelocationExternal(RE));
  898                               O->getScatteredRelocationValue(RE) : 0);
  900                                   O->getPlainRelocationSymbolNum(RE));