Searched refs:x_fname (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | coffswap.h | 399 if (ext->x_file.x_fname[0] == 0) in coff_swap_aux_in() 412 memcpy (in->x_file.x_fname, ext->x_file.x_fname, in coff_swap_aux_in() 416 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN); in coff_swap_aux_in() 504 if (in->x_file.x_fname[0] == 0) in coff_swap_aux_out() 514 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN); in coff_swap_aux_out()
|
| D | peXXigen.c | 235 if (ext->x_file.x_fname[0] == 0) in _bfd_XXi_swap_aux_in() 241 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN); in _bfd_XXi_swap_aux_in() 308 if (in->x_file.x_fname[0] == 0) in _bfd_XXi_swap_aux_out() 314 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN); in _bfd_XXi_swap_aux_out()
|
| D | coff-rs6000.c | 397 if (ext->x_file.x_fname[0] == 0) 408 memcpy (in->x_file.x_fname, ext->x_file.x_fname, 413 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN); 516 if (in->x_file.x_fname[0] == 0) 523 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN);
|
| D | coffgen.c | 812 strncpy (auxent->x_file.x_fname, name, filnmlen); in coff_fix_symbol_name() 822 strncpy (auxent->x_file.x_fname, name, filnmlen); in coff_fix_symbol_name() 1657 (internal_ptr + 1)->u.auxent.x_file.x_fname, in coff_get_normalized_symtab() 1663 (internal_ptr + 1)->u.auxent.x_file.x_fname, in coff_get_normalized_symtab()
|
| D | coff64-rs6000.c | 373 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN); 464 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN);
|
| /freebsd-9-stable/contrib/binutils/include/coff/ |
| D | sparc.h | 113 char x_fname[E_FILNMLEN]; member
|
| D | external.h | 231 char x_fname[E_FILNMLEN]; member
|
| D | rs6k64.h | 155 char x_fname[E_FILNMLEN]; member
|
| D | rs6000.h | 157 char x_fname[E_FILNMLEN]; member
|
| D | ti.h | 361 char x_fname[E_FILNMLEN]; member
|
| D | internal.h | 549 char x_fname[FILNMLEN]; member
|
| /freebsd-9-stable/cddl/contrib/opensolaris/head/ |
| D | syms.h | 196 char x_fname[FILNMLEN]; member
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | obj-coff.h | 235 #define SA_GET_FILE_FNAME(s) (SYM_AUXENT (s)->x_file.x_fname) 245 #define SA_SET_FILE_FNAME(s,v) strncpy (SYM_AUXENT (s)->x_file.x_fname, (v), FILNMLEN)
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | coffread.c | 1269 strncpy (buffer, aux_entry->x_file.x_fname, FILNMLEN); in coff_getfilename()
|
| D | xcoffread.c | 1588 strncpy (buffer, aux_entry->x_file.x_fname, FILNMLEN); in coff_getfilename()
|