Home
last modified time | relevance | path

Searched defs:fileoff (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.h75 uint64_t fileoff; member
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h83 lldb::addr_t fileoff = 0; global() variable
/llvm-project/lld/test/MachO/
H A Dobj-file-with-stabs.s29 fileoff: 352 label
H A Dobjc-uses-custom-personality.s63 fileoff: 416 label
H A Dcompact-unwind-both-local-and-dylib-personality.s213 fileoff: 448 label
H A Dcompact-unwind-sym-relocs.s57 fileoff: 528 label
H A Dweak-definition-gc.s284 fileoff: 528 label
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h56 uint64_t fileoff; member
/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp312 uint64_t fileoff; member
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h544 uint32_t fileoff; member
558 uint64_t fileoff; member
903 uint64_t fileoff; member
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8539 PrintSegmentCommand(uint32_t cmd,uint32_t cmdsize,StringRef SegName,uint64_t vmaddr,uint64_t vmsize,uint64_t fileoff,uint64_t filesize,uint32_t maxprot,uint32_t initprot,uint32_t nsects,uint32_t flags,uint32_t object_size,bool verbose) PrintSegmentCommand() argument