| /trueos/contrib/binutils/bfd/ |
| HD | coffswap.h | 399 if (ext->x_file.x_fname[0] == 0) in coff_swap_aux_in() 401 in->x_file.x_n.x_zeroes = 0; in coff_swap_aux_in() 402 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset); 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() 506 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes); in coff_swap_aux_out() 507 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset); in coff_swap_aux_out() 514 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN); in coff_swap_aux_out()
|
| HD | peXXigen.c | 235 if (ext->x_file.x_fname[0] == 0) in _bfd_XXi_swap_aux_in() 237 in->x_file.x_n.x_zeroes = 0; in _bfd_XXi_swap_aux_in() 238 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset); 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() 310 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes); in _bfd_XXi_swap_aux_out() 311 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset); 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()
|
| HD | coff64-rs6000.c | 366 if (ext->x_file.x_n.x_zeroes[0] == 0) 368 in->x_file.x_n.x_zeroes = 0; 369 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset); 373 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN); 457 if (in->x_file.x_n.x_zeroes == 0) 459 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes); 460 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset); 464 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN);
|
| HD | coff-rs6000.c | 397 if (ext->x_file.x_fname[0] == 0) 399 in->x_file.x_n.x_zeroes = 0; 400 in->x_file.x_n.x_offset = 401 H_GET_32 (abfd, ext->x_file.x_n.x_offset); 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) 518 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes); 519 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset); 523 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN);
|
| HD | coffgen.c | 812 strncpy (auxent->x_file.x_fname, name, filnmlen); in coff_fix_symbol_name() 815 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE; in coff_fix_symbol_name() 816 auxent->x_file.x_n.x_zeroes = 0; in coff_fix_symbol_name() 822 strncpy (auxent->x_file.x_fname, name, filnmlen); in coff_fix_symbol_name() 1632 if ((internal_ptr + 1)->u.auxent.x_file.x_n.x_zeroes == 0) in coff_get_normalized_symtab() 1645 + (internal_ptr + 1)->u.auxent.x_file.x_n.x_offset)); in coff_get_normalized_symtab() 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()
|
| HD | cofflink.c | 1953 if (auxp->x_file.x_n.x_zeroes == 0 in _bfd_coff_link_input_bfd() 1954 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd() 1959 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd() 1967 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd() 1972 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
|
| HD | xcofflink.c | 3956 if (aux.x_file.x_n.x_zeroes == 0 in xcoff_link_input_bfd() 3957 && aux.x_file.x_n.x_offset != 0) in xcoff_link_input_bfd() 3962 BFD_ASSERT (aux.x_file.x_n.x_offset in xcoff_link_input_bfd() 3970 filename = strings + aux.x_file.x_n.x_offset; in xcoff_link_input_bfd() 3975 aux.x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in xcoff_link_input_bfd()
|
| /trueos/contrib/binutils/include/coff/ |
| HD | sparc.h | 118 } x_file; member
|
| HD | external.h | 239 } x_file; member
|
| HD | rs6k64.h | 163 } x_file; member
|
| HD | rs6000.h | 162 } x_file; member
|
| HD | internal.h | 555 } x_file; member
|
| HD | ti.h | 366 } x_file; member
|
| /trueos/cddl/contrib/opensolaris/head/ |
| HD | syms.h | 197 } x_file; member
|
| /trueos/contrib/binutils/gas/config/ |
| HD | 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)
|
| HD | obj-coff.c | 173 ((char *) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])
|
| /trueos/contrib/gdb/gdb/ |
| HD | coffread.c | 1265 if (aux_entry->x_file.x_n.x_zeroes == 0) in coff_getfilename() 1266 strcpy (buffer, stringtab + aux_entry->x_file.x_n.x_offset); in coff_getfilename() 1269 strncpy (buffer, aux_entry->x_file.x_fname, FILNMLEN); in coff_getfilename()
|
| HD | xcoffread.c | 1582 if (aux_entry->x_file.x_n.x_zeroes == 0) in coff_getfilename() 1585 + aux_entry->x_file.x_n.x_offset); in coff_getfilename() 1588 strncpy (buffer, aux_entry->x_file.x_fname, FILNMLEN); in coff_getfilename()
|