Home
last modified time | relevance | path

Searched refs:x_file (Results 1 – 18 of 18) sorted by relevance

/trueos/contrib/binutils/bfd/
HDcoffswap.h399 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()
HDpeXXigen.c235 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()
HDcoff64-rs6000.c366 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);
HDcoff-rs6000.c397 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);
HDcoffgen.c812 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()
HDcofflink.c1953 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()
HDxcofflink.c3956 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/
HDsparc.h118 } x_file; member
HDexternal.h239 } x_file; member
HDrs6k64.h163 } x_file; member
HDrs6000.h162 } x_file; member
HDinternal.h555 } x_file; member
HDti.h366 } x_file; member
/trueos/cddl/contrib/opensolaris/head/
HDsyms.h197 } x_file; member
/trueos/contrib/binutils/gas/config/
HDobj-coff.h235 #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)
HDobj-coff.c173 ((char *) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])
/trueos/contrib/gdb/gdb/
HDcoffread.c1265 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()
HDxcoffread.c1582 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()