HomeSort by relevance Sort by last modified time
    Searched refs:MH_DYLINKER (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_ume/
macho.c 152 err = load_mach_file(fd, 0, filesize, MH_DYLINKER, filename,
472 filetype is MH_EXECUTE or MH_DYLINKER.
522 // expecting MH_EXECUTE or MH_DYLINKER
604 if (filetype == MH_DYLINKER) {
665 else if (filetype == MH_DYLINKER) {
  /external/llvm/include/llvm/Support/
MachO.h 44 MH_DYLINKER = 0x7u,
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 788 else if (cmd.cmd==LC_ID_DYLINKER && mh.filetype==MH_DYLINKER) {
    [all...]

Completed in 99 milliseconds