Searched refs:nreloc (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/mach-o/
H A Dsections-1.d6 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
[all...]
H A Dsections-3.d7 align: 0 nreloc: 0 reloff: (00000000)?00000000
12 align: 2 nreloc: 0 reloff: (00000000)?00000000
17 align: 2 nreloc: 0 reloff: (00000000)?00000000
/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dcofftag.d18 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
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Dcofftag.d18 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
/haiku-buildtools/binutils/include/mach-o/
H A Dexternal.h50 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
/haiku-buildtools/legacy/binutils/bfd/
H A Dmach-o.h199 unsigned long nreloc; member in struct:bfd_mach_o_section
345 structures (and the reloff and nreloc fields in the section headers are
H A Dmach-o.c358 bfd_h_put_32 (abfd, section->nreloc, buf + 52);
685 section->nreloc = bfd_h_get_32 (abfd, buf + 52);
/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c347 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...]
H A Dod-macho.c379 printf (" nreloc: %lu reloff: ", sec->nreloc);
/haiku-buildtools/binutils/gas/testsuite/gas/ppc/
H A Dtest1xcoff32.d59 AUX scnlen 0x68 nreloc 7 nlnno 0
/haiku-buildtools/binutils/bfd/
H A Dmach-o.h73 unsigned long nreloc; member in struct:bfd_mach_o_section
340 structures (and the reloff and nreloc fields in the section headers are
H A Dmach-o.c1670 for (i = 0; i < section->nreloc; i++)
1720 bfd_h_put_32 (abfd, section->nreloc, raw.nreloc);
1744 bfd_h_put_32 (abfd, section->nreloc, raw.nreloc);
2772 ms->nreloc = sec->reloc_count;
2773 if (ms->nreloc == 0)
2775 /* Clear nreloc and reloff if there is no relocs. */
3438 if (section->nreloc != 0)
3449 sec->reloc_count = section->nreloc;
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-mach-o.c141 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. */
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-mach-o.c141 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. */

Completed in 269 milliseconds