Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Dimage_private.h175 struct stab_nlist struct
H A Dpe_module.c506 … stab, image_get_map_size(&sect_stabs) / sizeof(struct stab_nlist), sizeof(struct stab_nlist), in pe_load_stabs()
H A Dstabs.c1254 const struct stab_nlist* stab_ptr; in stabs_parse()
1285 stab_ptr = (struct stab_nlist *)(pv_stab_ptr + i * stabsize); in stabs_parse()
H A Delf_module.c1055 … stab, image_get_map_size(&stab_sect) / sizeof(struct stab_nlist), sizeof(struct stab_nlist), in elf_load_debug_info_from_map()
H A Dmacho_module.c1007 …size_t stabsize = (ifm->addr_size == 32) ? sizeof(struct stab_nlist) : sizeof(struct macho64_nlist… in macho_parse_symtab()