Searched refs:nreloc (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebuggerSupportPlugin.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 339 IO.mapRequired("nreloc", Section.nreloc); in mapping() 505 IO.mapRequired("nreloc", Section.nreloc); in mapping() 520 IO.mapRequired("nreloc", Section.nreloc); in mapping()
|
H A D | MachOEmitter.cpp | 118 TempSec.nreloc = Sec.nreloc; in constructSection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 574 uint32_t nreloc; 588 uint32_t nreloc; 1229 sys::swapByteOrder(sect.nreloc); in swapStruct() 1241 sys::swapByteOrder(sect.nreloc); in swapStruct() 580 uint32_t nreloc; global() member 594 uint32_t nreloc; global() member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | MachOYAML.h | 53 uint32_t nreloc; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 351 Section.NumRelocationTableEntries = Sect.nreloc; in getSection() 363 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 42 S.NReloc = Sec.nreloc; in constructSectionCommon()
|
H A D | MachOWriter.cpp | 228 Temp.nreloc = Sec.NReloc; in writeSectionInLoadCommand()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 376 if (sec.nreloc) in parseSections() 387 if (sec.nreloc) in parseSections() 537 reinterpret_cast<const relocation_info *>(buf + sec.reloff), sec.nreloc); in parseRelocations()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOBuilder.h | 414 Sec->nreloc = Sec->Relocs.size();
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 998 if (Sec.nreloc != 0) { in PrintRelocations() 1004 << format(") %u entries", Sec.nreloc); in PrintRelocations() 1007 << format("%u entries", Sec.nreloc); in PrintRelocations() 1018 if (Sec.nreloc != 0) { in PrintRelocations() 1024 << format(") %u entries", Sec.nreloc); in PrintRelocations() 1027 << format("%u entries", Sec.nreloc); in PrintRelocations() 8644 uint32_t align, uint32_t reloff, uint32_t nreloc, in PrintSection() argument 8679 outs() << " nreloc " << nreloc; in PrintSection() 8680 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection() 10106 S.reloff, S.nreloc, S.flags, S.reserved1, S.reserved2, in PrintLoadCommands() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 373 BigSize = s.nreloc; in parseSegmentLoadCommand() 382 if (Error Err = checkOverlappingElement(Elements, s.reloff, s.nreloc * in parseSegmentLoadCommand() 2186 Num = Sect.nreloc; in section_rel_end() 2189 Num = Sect.nreloc; in section_rel_end()
|