Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarfout.c969 #ifndef LINE_SECTION
970 #define LINE_SECTION ".line" macro
6052 ASM_OUTPUT_PUSH_SECTION (asm_out_file, LINE_SECTION);
6303 ASM_OUTPUT_PUSH_SECTION (asm_out_file, LINE_SECTION);
6464 ASM_OUTPUT_PUSH_SECTION (asm_out_file, LINE_SECTION);
DFSFChangeLog.114957 (DEBUG_LINE_SECTION): Rename from LINE_SECTION.
8077 * dwarfout.c (dwarfout_line): Push to LINE_SECTION after calling
11547 (DEBUG_SECTION, LINE_SECTION): Add debug_ to name, fix attributes.
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2read.c203 #define LINE_SECTION ".debug_line" macro
1115 else if (strcmp (sectp->name, LINE_SECTION) == 0) in dwarf2_locate_sections()