Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Dimage_private.h58 struct macho_load_command struct
137 const struct macho_load_command* load_commands;
H A Dmacho_module.c503 static const struct macho_load_command* macho_map_load_commands(struct macho_file_map* fmap) in macho_map_load_commands()
507 fmap->load_commands = (const struct macho_load_command*) macho_map_range( in macho_map_load_commands()
535 static const struct macho_load_command* macho_next_load_command(const struct macho_load_command* lc) in macho_next_load_command()
537 return (const struct macho_load_command*)((const char*)lc + lc->cmdsize); in macho_next_load_command()
552 … int (*cb)(struct image_file_map*, const struct macho_load_command*, void*), in macho_enum_load_commands() argument
556 const struct macho_load_command* lc; in macho_enum_load_commands()
588 static int macho_count_sections(struct image_file_map* ifm, const struct macho_load_command* lc, vo… in macho_count_sections()
620 static int macho_load_section_info(struct image_file_map* ifm, const struct macho_load_command* lc,… in macho_load_section_info()
712 static int find_uuid(struct image_file_map* ifm, const struct macho_load_command* lc, void* user) in find_uuid()
1000 const struct macho_load_command* lc, void* user) in macho_parse_symtab()