/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-aout.c | 144 new_logical_line ((char *) NULL, (int) (get_absolute_expression ())); in obj_aout_line()
|
H A D | tc-xtensa.c | 6791 new_logical_line (current_file, best_linenum); in xg_assemble_vliw_tokens() 6793 new_logical_line (current_file, current_line); in xg_assemble_vliw_tokens() 7730 new_logical_line (fragP->fr_file, fragP->fr_line); in xtensa_sanity_check() 7735 new_logical_line (fragP->fr_file, fragP->fr_line); in xtensa_sanity_check() 7744 new_logical_line (file_name, line); in xtensa_sanity_check() 8169 new_logical_line (fragP->fr_file, fragP->fr_line); in xtensa_relax_frag() 8269 new_logical_line (file_name, line); in xtensa_relax_frag() 8911 new_logical_line (fragp->fr_file, fragp->fr_line); in md_convert_frag() 9010 new_logical_line (file_name, line); in md_convert_frag()
|
H A D | obj-coff.c | 408 new_logical_line ((char *) NULL, l - 1); in obj_coff_ln()
|
H A D | obj-elf.c | 1168 new_logical_line (NULL, get_absolute_expression ()); in obj_elf_line()
|
H A D | tc-ia64.c | 4970 new_logical_line (0, get_absolute_expression ());
|
H A D | tc-mips.c | 14109 (void) new_logical_line (filename, -1); in s_mips_file()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | input-scrub.c | 432 new_logical_line (char *fname, /* DON'T destroy it! We point to it! */ in new_logical_line() function
|
H A D | as.h | 554 int new_logical_line (char *, int);
|
H A D | read.c | 1688 = (!new_logical_line (s, appfile ? -2 : -1) && appfile); in s_app_file() 1730 new_logical_line ((char *) NULL, l); in s_app_line()
|
H A D | ChangeLog-9697 | 573 * as.h, input-scrub.c (new_logical_line): New return value. 2417 new_logical_line.
|
H A D | ChangeLog-2005 | 634 dwarf2_line_infos. Change to call new_logical_line followed by
|
H A D | ChangeLog-0203 | 5322 and new_logical_line for the first .file directive.
|
H A D | ChangeLog-9295 | 10889 (new_logical_line): If line_number is -2, decrement 10895 (s_app_file): If .appfile, call new_logical_line with -2 to
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | input-scrub.c | 433 new_logical_line (char *fname, /* DON'T destroy it! We point to it! */ in new_logical_line() function
|
H A D | as.h | 606 int new_logical_line (char *fname, int line_number);
|
H A D | read.c | 1583 = (!new_logical_line (s, appfile ? -2 : -1) && appfile); in s_app_file() 1617 new_logical_line ((char *) NULL, l); in s_app_line()
|
H A D | ChangeLog-9697 | 573 * as.h, input-scrub.c (new_logical_line): New return value. 2417 new_logical_line.
|
H A D | ChangeLog-0203 | 5322 and new_logical_line for the first .file directive.
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-bout.c | 236 new_logical_line ((char *) NULL, (int) (get_absolute_expression ()));
|
H A D | obj-aout.c | 362 new_logical_line ((char *) NULL, (int) (get_absolute_expression ()));
|
H A D | tc-xtensa.c | 5977 new_logical_line (fragP->fr_file, fragP->fr_line); in xtensa_sanity_check() 5982 new_logical_line (fragP->fr_file, fragP->fr_line); in xtensa_sanity_check() 5991 new_logical_line (file_name, line); in xtensa_sanity_check() 6503 new_logical_line (fragP->fr_file, fragP->fr_line); 6565 new_logical_line (file_name, line); 6886 new_logical_line (fragp->fr_file, fragp->fr_line); 6946 new_logical_line (file_name, line);
|
H A D | obj-elf.c | 1088 new_logical_line (NULL, get_absolute_expression ()); in obj_elf_line()
|
H A D | obj-coff.c | 513 new_logical_line ((char *) NULL, l - 1); 2376 new_logical_line ((char *) NULL, l - 1);
|
H A D | tc-ia64.c | 4441 new_logical_line (0, get_absolute_expression ());
|
H A D | tc-mips.c | 13994 (void) new_logical_line (filename, -1); in s_mips_file()
|