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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
sections-1.d 6 align: 0 nreloc: 0 reloff: (00000000)?00000000
11 align: 0 nreloc: 0 reloff: (00000000)?00000000
16 align: 0 nreloc: 0 reloff: (00000000)?00000000
21 align: 0 nreloc: 0 reloff: (00000000)?00000000
26 align: 0 nreloc: 0 reloff: (00000000)?00000000
31 align: 0 nreloc: 0 reloff: (00000000)?00000000
36 align: 0 nreloc: 0 reloff: (00000000)?00000000
41 align: 0 nreloc: 0 reloff: (00000000)?00000000
46 align: 0 nreloc: 0 reloff: (00000000)?00000000
51 align: 0 nreloc: 0 reloff: (00000000)?0000000
    [all...]
sections-3.d 7 align: 0 nreloc: 0 reloff: (00000000)?00000000
12 align: 2 nreloc: 0 reloff: (00000000)?00000000
17 align: 2 nreloc: 0 reloff: (00000000)?00000000
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
cofftag.d 18 AUX scnlen 0x[0-9a-f]+ nreloc 0 nlnno 0
20 AUX scnlen 0x[0-9a-f]+ nreloc 0 nlnno 0
22 AUX scnlen 0x[0-9a-f]+ nreloc 0 nlnno 0
  /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;
  /external/google-breakpad/src/common/mac/
macho_utilities.cc 85 s[i].nreloc = ByteSwap(s[i].nreloc);
  /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/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...]
od-macho.c 372 printf (" nreloc: %lu reloff: ", sec->nreloc);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
test1xcoff32.d 59 AUX scnlen 0x68 nreloc 7 nlnno 0
  /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...]
  /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
mach-o.c     [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 314 Section.NumRelocationTableEntries = Sect.nreloc;
326 Section.NumRelocationTableEntries = Sect.nreloc;
  /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...]
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 259 Sect.offset = Sect.reloff = Sect.nreloc = 0;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 591 Num = Sect.nreloc;
594 Num = Sect.nreloc;
    [all...]
  /external/v8/src/
gdb-jit.cc 211 uint32_t nreloc; member in struct:v8::internal::MachOSectionHeader
245 header->nreloc = 0;
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 292 milliseconds