Home
last modified time | relevance | path

Searched refs:dylib_reference (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h764 struct dylib_reference { struct
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp528 BigSize *= sizeof(MachO::dylib_reference); in checkDysymtabCommand()
537 sizeof(MachO::dylib_reference), in checkDysymtabCommand()
/llvm-project-15.0.7/llvm/test/Object/
H A Dmacho-invalid.test192 …bject (extrefsymoff field plus nextrefsyms field times sizeof(struct dylib_reference) of LC_DYSYMT…
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp8934 big_size *= sizeof(struct MachO::dylib_reference); in PrintDysymtabLoadCommand()