Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_ume/
Dmacho.c152 err = load_mach_file(fd, 0, filesize, MH_DYLINKER, filename, in open_dylinker()
604 if (filetype == MH_DYLINKER) { in load_thin_file()
665 else if (filetype == MH_DYLINKER) { in load_thin_file()
/external/llvm/include/llvm/Support/
DMachO.h44 MH_DYLINKER = 0x7u, enumerator
/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c788 else if (cmd.cmd==LC_ID_DYLINKER && mh.filetype==MH_DYLINKER) { in ML_()