Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-elf.c263 elf_file_symbol (const char *s, int appfile) in elf_file_symbol() argument
265 if (!appfile in elf_file_symbol()
301 ecoff_new_file (s, appfile); in elf_file_symbol()
Dobj-coff.c330 c_dot_file_symbol (const char *filename, int appfile ATTRIBUTE_UNUSED) in c_dot_file_symbol()
/toolchain/binutils/binutils-2.27/gas/
Dread.c1945 s_app_file_string (char *file, int appfile ATTRIBUTE_UNUSED) in s_app_file_string()
1953 obj_app_file (file, appfile); in s_app_file_string()
1958 s_app_file (int appfile) in s_app_file() argument
1967 = (!new_logical_line_flags (s, -1, 1) && appfile); in s_app_file()
1978 s_app_file_string (s, appfile); in s_app_file()
Decoff.c2320 ecoff_new_file (const char *name, int appfile ATTRIBUTE_UNUSED) in ecoff_new_file()
DChangeLog-20053739 * ecoff.c (ecoff_new_file): Add appfile param.
3745 * read.c (s_app_file_string): Mark appfile possibly unused.
DChangeLog-929510893 * read.c (potable): Make .appfile call s_app_file with 1. New
10895 (s_app_file): If .appfile, call new_logical_line with -2 to
11438 * app.c (do_scrub_next_char): Use .appfile, not .app-file.
11439 * read.c (potable): Change .app-file to .appfile.