HomeSort by relevance Sort by last modified time
    Searched full:linker_info (Results 1 - 1 of 1) sorted by null

  /external/valgrind/coregrind/m_ume/
macho.c 446 load_info_t linker_info; local
447 linker_info.stack_start = NULL;
448 linker_info.stack_end = NULL;
449 linker_info.text = NULL;
450 linker_info.entry = NULL;
451 linker_info.linker_entry = NULL;
452 linker_info.linker_offset = 0;
453 linker_info.max_addr = out_info->max_addr;
463 ret = open_dylinker(name, &linker_info);
464 if (linker_info.entry)
    [all...]

Completed in 168 milliseconds