HomeSort by relevance Sort by last modified time
    Searched refs:x_file (Results 1 - 24 of 24) sorted by null

  /toolchain/binutils/binutils-2.27/include/coff/
sparc.h 119 } x_file; member in union:external_auxent
external.h 240 } x_file; member in union:external_auxent
i960.h 232 } x_file; member in union:external_auxent
m88k.h 145 } x_file; member in union:external_auxent
rs6k64.h 166 } x_file; member in union:external_auxent
rs6000.h 180 } x_file; member in union:external_auxent
internal.h 601 } x_file; member in union:internal_auxent
ti.h 450 } x_file; member in union:external_auxent
  /toolchain/binutils/binutils-2.27/bfd/
coffswap.h 398 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 = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
411 memcpy (in->x_file.x_fname, ext->x_file.x_fname,
415 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.x_n.x_zeroes)
    [all...]
coff64-rs6000.c 356 if (ext->x_file.x_n.x_n.x_zeroes[0] == 0)
358 in->x_file.x_n.x_zeroes = 0;
359 in->x_file.x_n.x_offset =
360 H_GET_32 (abfd, ext->x_file.x_n.x_n.x_offset);
364 memcpy (in->x_file.x_fname, ext->x_file.x_n.x_fname, FILNMLEN);
446 if (in->x_file.x_n.x_zeroes == 0)
448 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_n.x_zeroes);
449 H_PUT_32 (abfd, in->x_file.x_n.x_offset,
450 ext->x_file.x_n.x_n.x_offset)
    [all...]
coffgen.c 905 strncpy (auxent->x_file.x_fname, name, filnmlen);
908 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE;
909 auxent->x_file.x_n.x_zeroes = 0;
915 strncpy (auxent->x_file.x_fname, name, filnmlen);
    [all...]
coff-rs6000.c 464 if (ext->x_file.x_n.x_fname[0] == 0)
466 in->x_file.x_n.x_zeroes = 0;
467 in->x_file.x_n.x_offset =
468 H_GET_32 (abfd, ext->x_file.x_n.x_n.x_offset);
475 memcpy (in->x_file.x_fname, ext->x_file.x_n.x_fname,
480 memcpy (in->x_file.x_fname, ext->x_file.x_n.x_fname, FILNMLEN);
577 if (in->x_file.x_fname[0] == 0)
579 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_n.x_zeroes)
    [all...]
cofflink.c 944 iaux.x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
    [all...]
peXXigen.c 309 if (ext->x_file.x_fname[0] == 0)
311 in->x_file.x_n.x_zeroes = 0;
312 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
315 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN);
383 if (in->x_file.x_fname[0] == 0)
385 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
386 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset)
    [all...]
xcofflink.c     [all...]
coffcode.h     [all...]
  /bionic/libc/kernel/uapi/linux/
coff.h 168 } x_file; member in union:COFF_auxent
  /external/kernel-headers/original/uapi/linux/
coff.h 306 } x_file; member in union:COFF_auxent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coff.h 305 } x_file; member in union:COFF_auxent
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-coff.c 139 } x_file; member in union:external_auxent
707 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen);
710 set_32 (&syms[1].aux.x_file.x_n.x_offset[0], name_offset);
simple-object-xcoff.c 199 } x_file; member in union:external_auxent
801 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen);
804 set_32 (&syms[1].aux.x_file._x.x_offset[0], name_offset);
  /toolchain/binutils/binutils-2.27/gas/config/
obj-coff.h 210 #define SA_GET_FILE_FNAME(s) (SYM_AUXENT (s)->x_file.x_fname)
220 #define SA_SET_FILE_FNAME(s,v) strncpy (SYM_AUXENT (s)->x_file.x_fname, (v), FILNMLEN)
obj-coff.c 242 ((char *) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
od-xcoff.c 884 (unsigned)bfd_h_get_8 (abfd, aux->x_file.x_ftype));
885 if (aux->x_file.x_n.x_fname[0] != 0)
886 printf ("fname: %.14s", aux->x_file.x_n.x_fname);
890 (abfd, aux->x_file.x_n.x_n.x_offset);
    [all...]

Completed in 402 milliseconds