Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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.25/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.25/bfd/
Dmach-o.c1583 if (bfd_seek (abfd, section->reloff, SEEK_SET) != 0) in bfd_mach_o_write_relocs()
1637 bfd_h_put_32 (abfd, section->reloff, raw.reloff); in bfd_mach_o_write_section_32()
1661 bfd_h_put_32 (abfd, section->reloff, raw.reloff); in bfd_mach_o_write_section_64()
2689 ms->reloff = 0; in bfd_mach_o_build_obj_seg_command()
2693 ms->reloff = sec->rel_filepos; in bfd_mach_o_build_obj_seg_command()
3351 sec->rel_filepos = section->reloff; in bfd_mach_o_init_section_from_mach_o()
3397 section->reloff = bfd_h_get_32 (abfd, raw.reloff); in bfd_mach_o_read_section_32()
3436 section->reloff = bfd_h_get_32 (abfd, raw.reloff); in bfd_mach_o_read_section_64()
Dmach-o.h67 bfd_vma reloff; member
/toolchain/binutils/binutils-2.25/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.25/binutils/
Dod-macho.c371 printf_vma (sec->reloff); in dump_section_header()