Home
last modified time | relevance | path

Searched refs:scattered (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryUtils.h137 result.scattered = true; in unpackRelocation()
147 result.scattered = false; in unpackRelocation()
165 if (r.scattered) { in packRelocation()
171 bitFieldSet(r0, true, r.scattered, 0, 1); // R_SCATTERED in packRelocation()
DArchHandler.cpp64 if (reloc.scattered) in relocPattern()
92 result.scattered = (pattern & rScattered); in relocFromPattern()
DMachONormalizedFile.h81 Relocation() : offset(0), scattered(false), in Relocation()
87 bool scattered; member
DMachONormalizedFileYAML.cpp353 io.mapOptional("scattered", reloc.scattered, false); in mapping()
357 if ( !reloc.scattered ) in mapping()
359 if ( reloc.scattered ) in mapping()
361 if ( !reloc.scattered ) in mapping()
DMachONormalizedFileToAtoms.cpp639 + (!reloc.scattered ? (Twine(", r1_symbolnum=") in convertRelocs()
649 + (!reloc2.scattered ? (Twine(", r2_symbolnum=") in convertRelocs()
675 + (!reloc.scattered ? (Twine(", r_symbolnum=") + Twine(reloc.symbol)) in convertRelocs()
DArchHandler_x86.cpp244 if (!reloc.scattered) in isPairedReloc()
DArchHandler_arm.cpp888 if (reloc1.scattered) { in getPairReferenceInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachORelocation.h47 bool ext, uint8_t type, bool scattered = false,
50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetCXXABI.def124 /// Only scattered and incomplete official documentation exists.
/freebsd-12-stable/lib/libc/softfloat/
Dsoftfloat-source.txt102 is slightly scattered between target-specific and target-independent
/freebsd-12-stable/tools/test/testfloat/
Dtestfloat-source.txt103 is slightly scattered between target-specific and target-independent
/freebsd-12-stable/contrib/mandoc/
DTODO621 Relatively hard because the relevant code is scattered
/freebsd-12-stable/contrib/one-true-awk/
DFIXES761 complaints; other changes scattered throughout for the
/freebsd-12-stable/contrib/diff/doc/
Ddiff.texi1935 changes scattered throughout them, you can use the
3849 scattered small changes. @xref{diff Performance}.
4382 scattered small changes. @xref{diff Performance}.
/freebsd-12-stable/share/dict/
Dweb2a58934 star-scattered
63070 tempest-scattered
68268 twice-scattered
72460 well-scattered
73747 wind-scattered
75263 world-scattered
Dweb2174672 scattered
/freebsd-12-stable/contrib/binutils/bfd/
DChangeLog-91936740 exactly where the regs are (scattered around the upage and stack).
/freebsd-12-stable/contrib/gcc/
DChangeLog-200113481 their own section, instead of scattered around.