Home
last modified time | relevance | path

Searched refs:extreloff (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h722 uint32_t extreloff; member
1390 sys::swapByteOrder(dst.extreloff); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp395 IO.mapRequired("extreloff", LoadCommand.extreloff); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp562 if (Dysymtab.extreloff > FileSize) in checkDysymtabCommand()
568 BigSize += Dysymtab.extreloff; in checkDysymtabCommand()
574 if (Error Err = checkOverlappingElement(Elements, Dysymtab.extreloff, in checkDysymtabCommand()
4792 Offset = DysymtabLoadCmd.extreloff; // Offset to the external relocations in getRelocation()
4869 Cmd.extreloff = 0; in getDysymtabLoadCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp917 W.printNumber("extreloff", DLC.extreloff); in printMachODysymtab()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8815 outs() << " extreloff " << dyst.extreloff; in PrintDysymtabLoadCommand()
8816 if (dyst.extreloff > object_size) in PrintDysymtabLoadCommand()
8823 big_size += dyst.extreloff; in PrintDysymtabLoadCommand()