Home
last modified time | relevance | path

Searched refs:reloff (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mach-o/
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: (00000000)?00000000
[all …]
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
/toolchain/binutils/binutils-2.27/include/mach-o/
Dexternal.h49 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
67 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.h72 bfd_vma reloff; member
Dmach-o.c1665 if (bfd_seek (abfd, section->reloff, SEEK_SET) != 0) in bfd_mach_o_write_relocs()
1719 bfd_h_put_32 (abfd, section->reloff, raw.reloff); in bfd_mach_o_write_section_32()
1743 bfd_h_put_32 (abfd, section->reloff, raw.reloff); in bfd_mach_o_write_section_64()
2776 ms->reloff = 0; in bfd_mach_o_build_obj_seg_command()
2780 ms->reloff = sec->rel_filepos; in bfd_mach_o_build_obj_seg_command()
3449 sec->rel_filepos = section->reloff; in bfd_mach_o_init_section_from_mach_o()
3499 section->reloff = bfd_h_get_32 (abfd, raw.reloff); in bfd_mach_o_read_section_32()
3541 section->reloff = bfd_h_get_32 (abfd, raw.reloff); in bfd_mach_o_read_section_64()
/toolchain/binutils/binutils-2.27/libiberty/
Dsimple-object-mach-o.c140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
/toolchain/binutils/binutils-2.27/binutils/
Dod-macho.c378 printf_vma (sec->reloff); in dump_section_header()