Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Ddwarf.c3467 static inline BOOL dwarf2_init_section(dwarf2_section_t* section, struct image_file_map* fmap, in dwarf2_init_section() function
3520 …if (!dwarf2_init_section(&eh_frame, fmap, ".eh_frame", NULL, &eh_fr… in dwarf2_parse()
3522dwarf2_init_section(&eh_frame, fmap, ".eh_fram", NULL, &eh_frame_s… in dwarf2_parse()
3523dwarf2_init_section(&section[section_debug], fmap, ".debug_info", ".zdebug_info", &debug_sect… in dwarf2_parse()
3524dwarf2_init_section(&section[section_abbrev], fmap, ".debug_abbrev", ".zdebug_abbrev", &debug_abbr… in dwarf2_parse()
3525dwarf2_init_section(&section[section_string], fmap, ".debug_str", ".zdebug_str", &debug_str_… in dwarf2_parse()
3526dwarf2_init_section(&section[section_line], fmap, ".debug_line", ".zdebug_line", &debug_line… in dwarf2_parse()
3527dwarf2_init_section(&section[section_ranges], fmap, ".debug_ranges", ".zdebug_ranges", &debug_rang… in dwarf2_parse()
3569dwarf2_init_section(&dwarf2_modfmt->u.dwarf2_info->debug_loc, fmap, ".debug_loc", ".zdebug_loc… in dwarf2_parse()
3570dwarf2_init_section(&dwarf2_modfmt->u.dwarf2_info->debug_frame, fmap, ".debug_frame", ".zdebug_fra… in dwarf2_parse()