HomeSort by relevance Sort by last modified time
    Searched defs:nreloc (Results 1 - 7 of 7) sorted by null

  /external/elfutils/backends/
common-reloc.c 69 #define nreloc \ macro
94 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0)
106 return reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0;
  /toolchain/binutils/binutils-2.25/binutils/
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...]
  /toolchain/binutils/binutils-2.25/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
  /toolchain/binutils/binutils-2.25/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. */
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 68 unsigned long nreloc; member in struct:bfd_mach_o_section
335 structures (and the reloff and nreloc fields in the section headers are
  /external/v8/src/
gdb-jit.cc 211 uint32_t nreloc; member in struct:v8::internal::MachOSectionHeader
245 header->nreloc = 0;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 596 uint32_t nreloc; member in struct:llvm::MachO::section
610 uint32_t nreloc; member in struct:llvm::MachO::section_64
    [all...]

Completed in 246 milliseconds