Searched refs:reloff (Results 1 - 10 of 10) 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: 0 reloff
[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/include/mach-o/
H A Dexternal.h49 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32_external
67 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64_external
/haiku-buildtools/legacy/binutils/bfd/
H A Dmach-o.h198 bfd_vma reloff; member in struct:bfd_mach_o_section
345 structures (and the reloff and nreloc fields in the section headers are
H A Dmach-o.c357 bfd_h_put_32 (abfd, section->reloff, buf + 48);
684 section->reloff = bfd_h_get_32 (abfd, buf + 48);
/haiku-buildtools/binutils/bfd/
H A Dmach-o.h72 bfd_vma reloff; member in struct:bfd_mach_o_section
340 structures (and the reloff and nreloc fields in the section headers are
H A Dmach-o.c1665 if (bfd_seek (abfd, section->reloff, SEEK_SET) != 0)
1719 bfd_h_put_32 (abfd, section->reloff, raw.reloff);
1743 bfd_h_put_32 (abfd, section->reloff, raw.reloff);
2775 /* Clear nreloc and reloff if there is no relocs. */
2776 ms->reloff = 0;
2780 ms->reloff = sec->rel_filepos;
3450 sec->rel_filepos = section->reloff;
3501 section->reloff
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-mach-o.c140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64
972 /* reloff left as zero. */
997 /* reloff left as zero. */
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-mach-o.c140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64
972 /* reloff left as zero. */
997 /* reloff left as zero. */
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c379 printf (" nreloc: %lu reloff: ", sec->nreloc);
380 printf_vma (sec->reloff);

Completed in 115 milliseconds