HomeSort by: relevance | last modified time | path
    Searched defs:nreloc (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
od-pe.c 85 unsigned int nreloc; member in struct:pe_section
138 { IMAGE_SCN_LNK_NRELOC_OVFL, "NRELOC OVFL" },
od-xcoff.c 347 unsigned int nreloc; member in struct:xcoff32_section
569 printf (_("overflow - nreloc: %u, nlnno: %u\n"),
615 s->nreloc = bfd_h_get_16 (abfd, scn.s_nreloc);
620 if (s->nreloc > 0 && s->nreloc <= data->nscns)
621 data->sects[s->nreloc - 1].nreloc =
824 printf (_(" scnlen: %08x nreloc: %-6u nlinno: %-6u\n"),
831 printf (_(" scnlen: %08x nreloc: %-6u\n"),
932 unsigned int nrel = sect->nreloc;
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
od-pe.c 85 unsigned int nreloc; member in struct:pe_section
138 { IMAGE_SCN_LNK_NRELOC_OVFL, "NRELOC OVFL" },
od-xcoff.c 347 unsigned int nreloc; member in struct:xcoff32_section
569 printf (_("overflow - nreloc: %u, nlnno: %u\n"),
615 s->nreloc = bfd_h_get_16 (abfd, scn.s_nreloc);
620 if (s->nreloc > 0 && s->nreloc <= data->nscns)
621 data->sects[s->nreloc - 1].nreloc =
824 printf (_(" scnlen: %08x nreloc: %-6u nlinno: %-6u\n"),
831 printf (_(" scnlen: %08x nreloc: %-6u\n"),
932 unsigned int nrel = sect->nreloc;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
MachOYAML.h 52 uint32_t nreloc; member in struct:llvm::MachOYAML::Section
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-mach-o.c 141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_32
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_64
962 /* nreloc left as zero. */
987 /* nreloc left as zero. */
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-mach-o.c 141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_32
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_64
973 /* nreloc left as zero. */
998 /* nreloc left as zero. */
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-mach-o.c 141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_32
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_64
973 /* nreloc left as zero. */
998 /* nreloc left as zero. */
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-mach-o.c 141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_32
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_64
973 /* nreloc left as zero. */
998 /* nreloc left as zero. */
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-mach-o.c 141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_32
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_64
973 /* nreloc left as zero. */
998 /* nreloc left as zero. */
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-mach-o.c 141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_32
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_64
973 /* nreloc left as zero. */
998 /* nreloc left as zero. */
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 1596 const unsigned int nreloc = eb->exec[i].relocation_count; local
1601 if (nreloc == 0)
1609 size = nreloc * sizeof(*relocs);
1644 for (copied = 0; copied < nreloc; copied++)
  /src/external/gpl3/binutils/dist/bfd/
mach-o.h 72 unsigned long nreloc; member in struct:bfd_mach_o_section
351 structures (and the reloff and nreloc fields in the section headers are
  /src/external/gpl3/binutils/dist/include/mach-o/
external.h 50 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_32_external
68 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_64_external
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.h 72 unsigned long nreloc; member in struct:bfd_mach_o_section
351 structures (and the reloff and nreloc fields in the section headers are
  /src/external/gpl3/binutils.old/dist/include/mach-o/
external.h 50 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_32_external
68 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_64_external
  /src/external/gpl3/gcc/dist/libbacktrace/
macho.c 226 uint32_t nreloc; /* Number of relocs for this section */ member in struct:macho_section
243 uint32_t nreloc; /* Number of relocs for this section */ member in struct:macho_section_64
  /src/external/gpl3/gcc.old/dist/libbacktrace/
macho.c 226 uint32_t nreloc; /* Number of relocs for this section */ member in struct:macho_section
243 uint32_t nreloc; /* Number of relocs for this section */ member in struct:macho_section_64
  /src/external/gpl3/gdb/dist/libbacktrace/
macho.c 226 uint32_t nreloc; /* Number of relocs for this section */ member in struct:macho_section
243 uint32_t nreloc; /* Number of relocs for this section */ member in struct:macho_section_64
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.h 72 unsigned long nreloc; member in struct:bfd_mach_o_section
351 structures (and the reloff and nreloc fields in the section headers are
  /src/external/gpl3/gdb.old/dist/include/mach-o/
external.h 50 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_32_external
68 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_64_external
  /src/external/gpl3/gdb.old/dist/libbacktrace/
macho.c 226 uint32_t nreloc; /* Number of relocs for this section */ member in struct:macho_section
243 uint32_t nreloc; /* Number of relocs for this section */ member in struct:macho_section_64
  /src/external/gpl3/gdb/dist/bfd/
mach-o.h 72 unsigned long nreloc; member in struct:bfd_mach_o_section
351 structures (and the reloff and nreloc fields in the section headers are
  /src/external/gpl3/gdb/dist/include/mach-o/
external.h 50 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_32_external
68 unsigned char nreloc[4]; /* Number of relocs for this section. */ member in struct:mach_o_section_64_external
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 571 uint32_t nreloc; member in struct:llvm::MachO::section
585 uint32_t nreloc; member in struct:llvm::MachO::section_64
1094 sys::swapByteOrder(sect.nreloc);
1106 sys::swapByteOrder(sect.nreloc);

Completed in 50 milliseconds