Home
last modified time | relevance | path

Searched refs:x_file (Results 26 – 38 of 38) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoffgen.c865 strncpy (auxent->x_file.x_fname, name, filnmlen);
869 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE;
870 auxent->x_file.x_n.x_zeroes = 0;
876 strncpy (auxent->x_file.x_fname, name, filnmlen);
1790 if ((internal_ptr + 1)->u.auxent.x_file.x_n.x_zeroes == 0)
1803 + (internal_ptr + 1)->u.auxent.x_file.x_n.x_offset));
1816 (internal_ptr + 1)->u.auxent.x_file.x_fname,
1824 (internal_ptr + 1)->u.auxent.x_file.x_fname,
H A Dcofflink.c1958 if (auxp->x_file.x_n.x_zeroes == 0 in _bfd_coff_link_input_bfd()
1959 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd()
1964 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd()
1972 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd()
1977 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
H A Dxcofflink.c4750 if (aux.x_file.x_n.x_zeroes == 0
4751 && aux.x_file.x_n.x_offset != 0)
4756 BFD_ASSERT (aux.x_file.x_n.x_offset
4764 filename = strings + aux.x_file.x_n.x_offset;
4769 aux.x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
/openbsd/gnu/usr.bin/binutils/include/coff/
H A Dinternal.h555 } x_file; member
H A Dti.h366 } x_file; member
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Dti.h366 } x_file; member
H A Dinternal.h555 } x_file; member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcoffread.c1268 if (aux_entry->x_file.x_n.x_zeroes == 0) in coff_getfilename()
1269 strcpy (buffer, stringtab + aux_entry->x_file.x_n.x_offset); in coff_getfilename()
1272 strncpy (buffer, aux_entry->x_file.x_fname, FILNMLEN); in coff_getfilename()
H A Dxcoffread.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()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcofflink.c1956 if (auxp->x_file.x_n.x_zeroes == 0 in _bfd_coff_link_input_bfd()
1957 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd()
1962 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd()
1970 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd()
1975 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
H A Dxcofflink.c3955 if (aux.x_file.x_n.x_zeroes == 0 in xcoff_link_input_bfd()
3956 && aux.x_file.x_n.x_offset != 0) in xcoff_link_input_bfd()
3961 BFD_ASSERT (aux.x_file.x_n.x_offset in xcoff_link_input_bfd()
3969 filename = strings + aux.x_file.x_n.x_offset; in xcoff_link_input_bfd()
3974 aux.x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in xcoff_link_input_bfd()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-coff.c173 ((char *) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c265 ((char*) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])

12