Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/
Dinput-file.c57 char * app_save; member
94 saved->app_save = app_push (); in input_file_push()
113 app_pop (saved->app_save); in input_file_pop()
Dapp.c212 struct app_save struct
234 register struct app_save *saved; in app_push() argument
236 saved = (struct app_save *) xmalloc (sizeof (*saved)); in app_push()
270 register struct app_save *saved = (struct app_save *) arg; in app_pop()
DChangeLog-98991985 (struct app_save): Add field 'symver_state'.
1986 (app_push): Save global symver_state int struct app_save.
1987 (app_pop): Restore global symver_state from struct app_save.
DChangeLog-96975557 (struct app_save): Add scrub_m68k_mri, mri_state, and mri_last_ch
DChangeLog-92951216 (app_push): Adjust saved fields for changes in struct app_save.
1218 (app_pop): Adjust saved fields for changes in struct app_save.
DChangeLog-00017290 (struct app_save): Declare scrub_m68k_mri only when TC_M68K.