Home
last modified time | relevance | path

Searched refs:dylib_module (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1052 struct dylib_module { struct
/external/llvm/include/llvm/Support/
DMachO.h706 struct dylib_module { struct
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h708 struct dylib_module { struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h720 struct dylib_module { struct
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMachO.h737 struct dylib_module { struct
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp506 sizeof_modtab = sizeof(MachO::dylib_module); in checkDysymtabCommand()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DMachOObjectFile.cpp509 sizeof_modtab = sizeof(MachO::dylib_module); in checkDysymtabCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8019 modtabend *= sizeof(struct MachO::dylib_module); in PrintDysymtabLoadCommand()