Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Dmacho_module.c749 UINT32 target_cmd = (pcs->is_64bit) ? MACHO_LC_SEGMENT_64 : MACHO_LC_SEGMENT; in macho_map_file() local
842 if (macho_enum_load_commands(ifm, target_cmd, macho_count_sections, NULL) < 0) in macho_map_file()
855 if (macho_enum_load_commands(ifm, target_cmd, macho_load_section_info, &info) < 0) in macho_map_file()