Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h732 struct dylib_table_of_contents { struct
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp486 BigSize *= sizeof(MachO::dylib_table_of_contents); in checkDysymtabCommand()
495 MachO::dylib_table_of_contents), in checkDysymtabCommand()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp9173 big_size *= sizeof(struct MachO::dylib_table_of_contents); in PrintDysymtabLoadCommand()