Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h765 struct dylib_reference { struct
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp533 BigSize *= sizeof(MachO::dylib_reference); in checkDysymtabCommand()
537 "sizeof(struct dylib_reference) of LC_DYSYMTAB " in checkDysymtabCommand()
542 sizeof(MachO::dylib_reference), in checkDysymtabCommand()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8908 big_size *= sizeof(struct MachO::dylib_reference); in PrintDyldInfoLoadCommand()