Home
last modified time | relevance | path

Searched refs:tocoff (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h697 uint32_t tocoff; member
1233 sys::swapByteOrder(dst.tocoff); in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp324 IO.mapRequired("tocoff", LoadCommand.tocoff); in mapping()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp801 W.printNumber("tocoff", DLC.tocoff); in printMachODysymtab()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp467 if (Dysymtab.tocoff > FileSize) in checkDysymtabCommand()
473 BigSize += Dysymtab.tocoff; in checkDysymtabCommand()
479 if (Error Err = checkOverlappingElement(Elements, Dysymtab.tocoff, in checkDysymtabCommand()
4469 Cmd.tocoff = 0; in getDysymtabLoadCommand()
/freebsd-12.1/contrib/binutils/bfd/
H A Dxcofflink.c4727 bfd_vma tocoff; in xcoff_write_global_symbol() local
4734 tocoff = (h->descriptor->toc_section->output_section->vma in xcoff_write_global_symbol()
4739 tocoff += h->descriptor->u.toc_offset; in xcoff_write_global_symbol()
4745 bfd_xcoff_glink_code(output_bfd, 0) | (tocoff & 0xffff), p); in xcoff_write_global_symbol()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp888 dst->tocoff = 0; in writeLoadCommands()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8438 outs() << " tocoff " << dyst.tocoff; in PrintDysymtabLoadCommand()
8439 if (dyst.tocoff > object_size) in PrintDysymtabLoadCommand()
8446 big_size += dyst.tocoff; in PrintDysymtabLoadCommand()