Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libunwind/
Ddwarf2.h51 DW_CFA_GNU_args_size = 0x2E, enumerator
DDwarfParser.hpp501 case DW_CFA_GNU_args_size: in parseInstructions()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2cfi.cc503 cfi->dw_cfi_opc = DW_CFA_GNU_args_size; in add_cfi_args_size()
3507 case DW_CFA_GNU_args_size: in output_cfi()
3614 case DW_CFA_GNU_args_size: in output_cfi_directive()
3617 fprintf (f, "\t.cfi_escape %#x,", DW_CFA_GNU_args_size); in output_cfi_directive()
DChangeLog-19972771 * dwarf2.h: Add DW_CFA_GNU_args_size.
Ddwarf2out.cc553 case DW_CFA_GNU_args_size: in dw_cfi_oprnd1_desc()
DFSFChangeLog.112468 * dwarf2.h: Add DW_CFA_GNU_args_size.
DChangeLog-200814089 DW_CFA_GNU_args_size if CSA pass merged some adjustments into
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/
Dvax.md2715 /* Operand 1 is the number of bytes to be popped by DW_CFA_GNU_args_size
2743 /* Operand 2 is the number of bytes to be popped by DW_CFA_GNU_args_size
2768 /* Operand 1 is the number of bytes to be popped by DW_CFA_GNU_args_size
2787 /* Operand 2 is the number of bytes to be popped by DW_CFA_GNU_args_size
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-dw2.c1219 case DW_CFA_GNU_args_size: in execute_cfa_program()
/netbsd/src/external/gpl3/gdb/dist/include/
Ddwarf2.def792 DW_CFA (DW_CFA_GNU_args_size, 0x2e)
/netbsd/src/external/gpl3/binutils/dist/include/
Ddwarf2.def792 DW_CFA (DW_CFA_GNU_args_size, 0x2e)
/netbsd/src/external/gpl3/gcc/dist/include/
Ddwarf2.def792 DW_CFA (DW_CFA_GNU_args_size, 0x2e)
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-eh-frame.c372 case DW_CFA_GNU_args_size: in skip_cfa_op()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-eh-frame.c372 case DW_CFA_GNU_args_size: in skip_cfa_op()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c9607 case DW_CFA_GNU_args_size: in display_debug_frames()
10092 case DW_CFA_GNU_args_size: in display_debug_frames()
DChangeLog-02031582 * readelf.c (DW_CFA_GNU_args_size): Don't define.