Home
last modified time | relevance | path

Searched refs:nreloc (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp339 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 DMachOEmitter.cpp118 TempSec.nreloc = Sec.nreloc; in constructSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h574 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 DMachOYAML.h53 uint32_t nreloc; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp351 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
363 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp42 S.NReloc = Sec.nreloc; in constructSectionCommon()
H A DMachOWriter.cpp228 Temp.nreloc = Sec.NReloc; in writeSectionInLoadCommand()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp376 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 DMachOBuilder.h414 Sec->nreloc = Sec->Relocs.size();
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp998 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 DMachOObjectFile.cpp373 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()