HomeSort by relevance Sort by last modified time
    Searched refs:s_relptr (Results 1 - 25 of 26) sorted by null

1 2

  /external/syslinux/gpxe/src/include/
coff.h 65 unsigned long s_relptr; /* file ptr to relocation */ member in struct:__anon38203
  /toolchain/binutils/binutils-2.27/include/aout/
encap.h 70 long s_relptr; member in struct:coffheader::coffscn
  /toolchain/binutils/binutils-2.27/include/coff/
tic80.h 58 char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr
external.h 85 char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr
i960.h 110 char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr
m88k.h 46 char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr
rs6k64.h 84 char s_relptr[8]; /* file ptr to relocation */ member in struct:external_scnhdr
alpha.h 84 unsigned char s_relptr[8]; /* file ptr to relocation */ member in struct:external_scnhdr
rs6000.h 89 char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr
ti.h 172 char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr_v01
188 char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr
internal.h 414 bfd_vma s_relptr; /* file ptr to relocation */ member in struct:internal_scnhdr
  /toolchain/binutils/binutils-2.27/bfd/
coff-stgo32.c 186 ADJUST_VAL (scnhdr_int->s_relptr, GO32_STUBSIZE);
198 ADJUST_VAL (scnhdr_int->s_relptr, -GO32_STUBSIZE);
210 ADJUST_VAL (scnhdr_int->s_relptr, GO32_STUBSIZE);
coffswap.h 765 scnhdr_int->s_relptr = GET_SCNHDR_RELPTR (abfd, scnhdr_ext->s_relptr);
794 PUT_SCNHDR_RELPTR (abfd, scnhdr_int->s_relptr, scnhdr_ext->s_relptr);
coff64-rs6000.c 823 section.s_relptr = current->rel_filepos;
    [all...]
peicode.h 215 scnhdr_int->s_relptr = GET_SCNHDR_RELPTR (abfd, scnhdr_ext->s_relptr);
    [all...]
coff-rs6000.c     [all...]
coffcode.h     [all...]
coffgen.c 117 return_section->rel_filepos = hdr->s_relptr;
    [all...]
peXXigen.c     [all...]
  /bionic/libc/kernel/uapi/linux/
coff.h 76 char s_relptr[4]; member in struct:COFF_scnhdr
  /external/kernel-headers/original/uapi/linux/
coff.h 160 char s_relptr[4]; /* file ptr to relocation */ member in struct:COFF_scnhdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coff.h 159 char s_relptr[4]; /* file ptr to relocation */ member in struct:COFF_scnhdr
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-xcoff.c 98 unsigned char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr::__anon5020::__anon5021
110 unsigned char s_relptr[8]; /* file ptr to relocation */ member in struct:external_scnhdr::__anon5020::__anon5022
675 /* s_relptr left as zero. */
simple-object-coff.c 75 unsigned char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr
579 /* s_relptr left as zero. */
  /toolchain/binutils/binutils-2.27/binutils/
od-xcoff.c 557 (unsigned int)bfd_h_get_32 (abfd, scn.s_relptr),
612 s->relptr = bfd_h_get_32 (abfd, scn.s_relptr);
    [all...]

Completed in 793 milliseconds

1 2