|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h 46 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)
114 case MachO::GENERIC_RELOC_LOCAL_SECTDIFF: {
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp 409 : (unsigned)MachO::GENERIC_RELOC_LOCAL_SECTDIFF;
416 Type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) {
tools/dsymutil/DwarfLinker.cpp 417 RelocType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF;
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp 246 return (reloc.type == GENERIC_RELOC_LOCAL_SECTDIFF) ||
370 case ((GENERIC_RELOC_LOCAL_SECTDIFF | rScattered | rLength4) << 16 |
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp 405 llvm::MachO::GENERIC_RELOC_LOCAL_SECTDIFF);
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp 422 EXPECT_EQ(sectDiff.type, GENERIC_RELOC_LOCAL_SECTDIFF);
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp 253 text.relocations.push_back(makeScatReloc(0x0c, GENERIC_RELOC_LOCAL_SECTDIFF, 0));
315 EXPECT_EQ(pic1.type, GENERIC_RELOC_LOCAL_SECTDIFF);
tools/lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp 436 EXPECT_EQ((int)reloc2.type, (int)llvm::MachO::GENERIC_RELOC_LOCAL_SECTDIFF);
tools/llvm-objdump/MachODump.cpp 598 case MachO::GENERIC_RELOC_LOCAL_SECTDIFF: {
936 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)) ||
2648 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) {
2678 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)) {