Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Ddwarf2dbg.h104 extern bfd_boolean dwarf2_loc_directive_seen;
Ddwarf2dbg.c266 bfd_boolean dwarf2_loc_directive_seen; variable
452 if (!dwarf2_loc_directive_seen && debug_type != DEBUG_DWARF2) in dwarf2_emit_insn()
498 dwarf2_loc_directive_seen = FALSE; in dwarf2_consume_line_info()
835 if (dwarf2_loc_directive_seen) in dwarf2_directive_loc()
990 dwarf2_loc_directive_seen = TRUE; in dwarf2_directive_loc()
DChangeLog-2007161 * dwarf2dbg.h (dwarf2_loc_directive_seen): New.
163 (dwarf2_loc_directive_seen): ...this.
DChangeLog-20081243 (dwarf2_consume_line_info): Always clear dwarf2_loc_directive_seen.
DChangeLog-2009711 * dwarf2dbg.h (dwarf2_loc_directive_seen): Make variable extern.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c5560 orig_insn.loc_directive_seen = dwarf2_loc_directive_seen; in md_assemble()