Home
last modified time | relevance | path

Searched refs:MH_NO_REEXPORTED_DYLIBS (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h185 #define MH_NO_REEXPORTED_DYLIBS 0x100000 /* When this bit is set on a dylib, macro
/external/llvm-project/lld/MachO/
DInputFiles.cpp529 if (hdr->flags & MH_NO_REEXPORTED_DYLIBS) in DylibFile()
DSyntheticSections.cpp67 hdr->flags |= MachO::MH_NO_REEXPORTED_DYLIBS; in writeTo()
/external/llvm-project/lldb/examples/python/
Dmach_o.py57 MH_NO_REEXPORTED_DYLIBS = 0x00100000 variable
776 if self.bits & MH_NO_REEXPORTED_DYLIBS:
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp207 LLVM_READOBJ_ENUM_ENT(MachO, MH_NO_REEXPORTED_DYLIBS),
/external/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp203 LLVM_READOBJ_ENUM_ENT(MachO, MH_NO_REEXPORTED_DYLIBS),
/external/llvm/include/llvm/Support/
DMachO.h76 MH_NO_REEXPORTED_DYLIBS = 0x00100000u, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h76 MH_NO_REEXPORTED_DYLIBS = 0x00100000u, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h79 MH_NO_REEXPORTED_DYLIBS = 0x00100000u, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h75 MH_NO_REEXPORTED_DYLIBS = 0x00100000u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7638 if (f & MachO::MH_NO_REEXPORTED_DYLIBS) { in PrintMachHeader()
7640 f &= ~MachO::MH_NO_REEXPORTED_DYLIBS; in PrintMachHeader()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp8521 if (f & MachO::MH_NO_REEXPORTED_DYLIBS) { in PrintMachHeader()
8523 f &= ~MachO::MH_NO_REEXPORTED_DYLIBS; in PrintMachHeader()