Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffswap.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()
H A DpeXXigen.c232 if (ext->x_file.x_fname[0] == 0) in _bfd_XXi_swap_aux_in()
234 in->x_file.x_n.x_zeroes = 0; in _bfd_XXi_swap_aux_in()
235 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset); in _bfd_XXi_swap_aux_in()
238 memcpy (in->x_file.x_fname, ext->x_file.x_fname, in _bfd_XXi_swap_aux_in()
239 sizeof in->x_file.x_fname); in _bfd_XXi_swap_aux_in()
306 if (in->x_file.x_fname[0] == 0) in _bfd_XXi_swap_aux_out()
308 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes); in _bfd_XXi_swap_aux_out()
309 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset); in _bfd_XXi_swap_aux_out()
312 memcpy (ext->x_file.x_fname, in->x_file.x_fname, in _bfd_XXi_swap_aux_out()
313 sizeof ext->x_file.x_fname); in _bfd_XXi_swap_aux_out()
H A Dcoff64-rs6000.c365 if (ext->x_file.x_n.x_zeroes[0] == 0)
367 in->x_file.x_n.x_zeroes = 0;
368 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
372 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN);
456 if (in->x_file.x_n.x_zeroes == 0)
458 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
459 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
463 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN);
H A Dcoff-rs6000.c401 if (ext->x_file.x_fname[0] == 0)
403 in->x_file.x_n.x_zeroes = 0;
404 in->x_file.x_n.x_offset =
405 H_GET_32 (abfd, ext->x_file.x_n.x_offset);
412 memcpy (in->x_file.x_fname, ext->x_file.x_fname,
417 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN);
520 if (in->x_file.x_fname[0] == 0)
522 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
523 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
527 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN);
H A Dcoffgen.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()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoffswap.h445 if (ext->x_file.x_fname[0] == 0)
447 in->x_file.x_n.x_zeroes = 0;
448 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
458 memcpy (in->x_file.x_fname, ext->x_file.x_fname,
462 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN);
553 if (in->x_file.x_fname[0] == 0)
555 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
556 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
563 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN);
H A DpeXXigen.c268 if (ext->x_file.x_fname[0] == 0)
270 in->x_file.x_n.x_zeroes = 0;
271 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
274 memcpy (in->x_file.x_fname, ext->x_file.x_fname,
275 sizeof(in->x_file.x_fname));
342 if (in->x_file.x_fname[0] == 0)
344 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
345 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
348 memcpy (ext->x_file.x_fname, in->x_file.x_fname,
349 sizeof(ext->x_file.x_fname));
H A Dcoff64-rs6000.c365 if (ext->x_file.x_n.x_zeroes[0] == 0)
367 in->x_file.x_n.x_zeroes = 0;
368 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
372 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN);
456 if (in->x_file.x_n.x_zeroes == 0)
458 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
459 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
463 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN);
H A Dcoff-rs6000.c401 if (ext->x_file.x_fname[0] == 0)
403 in->x_file.x_n.x_zeroes = 0;
404 in->x_file.x_n.x_offset =
405 H_GET_32 (abfd, ext->x_file.x_n.x_offset);
412 memcpy (in->x_file.x_fname, ext->x_file.x_fname,
417 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN);
520 if (in->x_file.x_fname[0] == 0)
522 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
523 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
527 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN);
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.h292 #define SA_GET_FILE_FNAME(s) (SYM_AUXENT (s)->x_file.x_fname)
302 #define SA_SET_FILE_FNAME(s,v) strncpy(SYM_AUXENT (s)->x_file.x_fname,(v),FILNMLEN)
604 #define SA_GET_FILE_FNAME(s) (SYM_AUXENT (s)->x_file.x_fname)
605 #define SA_GET_FILE_FNAME_OFFSET(s) (SYM_AUXENT (s)->x_file.x_n.x_offset)
606 #define SA_GET_FILE_FNAME_ZEROS(s) (SYM_AUXENT (s)->x_file.x_n.x_zeroes)
619 #define SA_SET_FILE_FNAME(s,v) strncpy(SYM_AUXENT (s)->x_file.x_fname,(v),FILNMLEN)
620 #define SA_SET_FILE_FNAME_OFFSET(s,v) (SYM_AUXENT (s)->x_file.x_n.x_offset=(v))
621 #define SA_SET_FILE_FNAME_ZEROS(s,v) (SYM_AUXENT (s)->x_file.x_n.x_zeroes=(v))
/openbsd/gnu/usr.bin/binutils/include/coff/
H A Dsparc.h118 } x_file; member
H A Dor32.h266 x_file; member
H A Di960.h231 } x_file; member
H A Dexternal.h238 } x_file; member
H A Dm88k.h144 } x_file; member
H A Drs6k64.h163 } x_file; member
H A Drs6000.h166 } x_file; member
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Dsparc.h118 } x_file; member
H A Dor32.h266 x_file; member
H A Di960.h231 } x_file; member
H A Dexternal.h238 } x_file; member
H A Dm88k.h144 } x_file; member
H A Drs6k64.h163 } x_file; member
H A Drs6000.h166 } x_file; member
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-coff.h223 #define SA_GET_FILE_FNAME(s) (SYM_AUXENT (s)->x_file.x_fname)
233 #define SA_SET_FILE_FNAME(s,v) strncpy (SYM_AUXENT (s)->x_file.x_fname, (v), FILNMLEN)

12