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

/freebsd-10-stable/contrib/binutils/include/coff/
H A Dsparc.h118 } x_file; member in union:external_auxent
H A Dexternal.h239 } x_file; member in union:external_auxent
H A Drs6000.h162 } x_file; member in union:external_auxent
H A Drs6k64.h163 } x_file; member in union:external_auxent
H A Dinternal.h555 } x_file; member in union:internal_auxent
H A Dti.h366 } x_file; member in union:external_auxent
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcoffswap.h399 if (ext->x_file.x_fname[0] == 0)
401 in->x_file.x_n.x_zeroes = 0;
402 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
412 memcpy (in->x_file.x_fname, ext->x_file.x_fname,
416 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN);
504 if (in->x_file.x_fname[0] == 0)
506 H_PUT_32 (abfd, 0, ext->x_file
[all...]
H A Dcoff64-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
[all...]
H A DpeXXigen.c236 if (ext->x_file.x_fname[0] == 0)
238 in->x_file.x_n.x_zeroes = 0;
239 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
242 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN);
309 if (in->x_file.x_fname[0] == 0)
311 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
312 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file
[all...]
H A Dcoff-rs6000.c398 if (ext->x_file.x_fname[0] == 0)
400 in->x_file.x_n.x_zeroes = 0;
401 in->x_file.x_n.x_offset =
402 H_GET_32 (abfd, ext->x_file.x_n.x_offset);
409 memcpy (in->x_file.x_fname, ext->x_file.x_fname,
414 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN);
517 if (in->x_file.x_fname[0] == 0)
519 H_PUT_32 (abfd, 0, ext->x_file
[all...]
H A Dcoffgen.c812 strncpy (auxent->x_file.x_fname, name, filnmlen);
815 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE;
816 auxent->x_file.x_n.x_zeroes = 0;
822 strncpy (auxent->x_file.x_fname, name, filnmlen);
1632 if ((internal_ptr + 1)->u.auxent.x_file.x_n.x_zeroes == 0)
1645 + (internal_ptr + 1)->u.auxent.x_file.x_n.x_offset));
1657 (internal_ptr + 1)->u.auxent.x_file.x_fname,
1663 (internal_ptr + 1)->u.auxent.x_file.x_fname,
H A Dcofflink.c1954 if (auxp->x_file.x_n.x_zeroes == 0
1955 && auxp->x_file.x_n.x_offset != 0)
1960 BFD_ASSERT (auxp->x_file.x_n.x_offset
1968 filename = strings + auxp->x_file.x_n.x_offset;
1973 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
H A Dxcofflink.c3962 if (aux.x_file.x_n.x_zeroes == 0
3963 && aux.x_file.x_n.x_offset != 0)
3968 BFD_ASSERT (aux.x_file.x_n.x_offset
3976 filename = strings + aux.x_file.x_n.x_offset;
3981 aux.x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
/freebsd-10-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h197 } x_file; member in union:auxent
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dobj-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)
H A Dobj-coff.c175 ((char *) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])
/freebsd-10-stable/contrib/gdb/gdb/
H A Dcoffread.c1272 if (aux_entry->x_file.x_n.x_zeroes == 0)
1273 strcpy (buffer, stringtab + aux_entry->x_file.x_n.x_offset);
1276 strncpy (buffer, aux_entry->x_file.x_fname, FILNMLEN);
H A Dxcoffread.c1587 if (aux_entry->x_file.x_n.x_zeroes == 0)
1590 + aux_entry->x_file.x_n.x_offset);
1593 strncpy (buffer, aux_entry->x_file.x_fname, FILNMLEN);

Completed in 207 milliseconds