Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h711 uint32_t tocoff; member
1247 sys::swapByteOrder(dst.tocoff); in swapStruct()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DMachOYAML.cpp347 IO.mapRequired("tocoff", LoadCommand.tocoff); in mapping()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp477 if (Dysymtab.tocoff > FileSize) in checkDysymtabCommand()
483 BigSize += Dysymtab.tocoff; in checkDysymtabCommand()
489 if (Error Err = checkOverlappingElement(Elements, Dysymtab.tocoff, in checkDysymtabCommand()
4508 Cmd.tocoff = 0; in getDysymtabLoadCommand()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp823 W.printNumber("tocoff", DLC.tocoff); in printMachODysymtab()
/freebsd-12-stable/contrib/binutils/bfd/
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-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp894 dst->tocoff = 0; in writeLoadCommands()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp8871 outs() << " tocoff " << dyst.tocoff; in PrintDysymtabLoadCommand()
8872 if (dyst.tocoff > object_size) in PrintDysymtabLoadCommand()
8879 big_size += dyst.tocoff; in PrintDysymtabLoadCommand()