Home
last modified time | relevance | path

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

/reactos/boot/freeldr/freeldr/
H A Dfreeldr_gcc.lds87 .debug_frame BLOCK(__section_alignment__) (NOLOAD) :
89 *(.debug_frame*)
/reactos/sdk/include/asm/
H A Dasm.inc256 .cfi_sections .debug_frame
/reactos/dll/win32/dbghelp/
H A Ddwarf.c200 dwarf2_section_t debug_frame; member
3286 fde_ctx.data = modfmt->u.dwarf2_info->debug_frame.address; in dwarf2_virtual_unwind()
3287 fde_ctx.end_data = fde_ctx.data + modfmt->u.dwarf2_info->debug_frame.size; in dwarf2_virtual_unwind()
3505 dwarf2_fini_section(&modfmt->u.dwarf2_info->debug_frame); in dwarf2_module_remove()
3570 …dwarf2_init_section(&dwarf2_modfmt->u.dwarf2_info->debug_frame, fmap, ".debug_frame", ".zdebug_fra… in dwarf2_parse()