Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h728 struct dylib_table_of_contents { struct
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp491 BigSize *= sizeof(MachO::dylib_table_of_contents); in checkDysymtabCommand()
500 MachO::dylib_table_of_contents), in checkDysymtabCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8763 big_size *= sizeof(struct MachO::dylib_table_of_contents); in PrintDysymtabLoadCommand()