Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1072 struct dylib_reference { struct
1073 uint32_t isym:24, /* index into the symbol table */
1074 flags:8; /* flags to indicate the type of reference */
/external/llvm/include/llvm/Support/
DMachO.h738 struct dylib_reference { struct
739 uint32_t isym:24,
740 flags:8;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h740 struct dylib_reference { struct
741 uint32_t isym:24,
742 flags:8;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h752 struct dylib_reference { struct
753 uint32_t isym : 24, flags : 8;