Searched refs:flavours (Results 1 – 21 of 21) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | mach-o.c | 1117 BFD_ASSERT ((cmd->flavours[i].size % 4) == 0); in bfd_mach_o_write_thread() 1118 BFD_ASSERT (cmd->flavours[i].offset == in bfd_mach_o_write_thread() 1121 bfd_h_put_32 (abfd, cmd->flavours[i].flavour, raw.flavour); in bfd_mach_o_write_thread() 1122 bfd_h_put_32 (abfd, (cmd->flavours[i].size / 4), raw.count); in bfd_mach_o_write_thread() 1128 offset += cmd->flavours[i].size + sizeof (raw); in bfd_mach_o_write_thread() 3918 cmd->flavours = bfd_alloc in bfd_mach_o_read_thread() 3920 if (cmd->flavours == NULL) in bfd_mach_o_read_thread() 3940 cmd->flavours[nflavours].flavour = bfd_h_get_32 (abfd, raw.flavour); in bfd_mach_o_read_thread() 3941 cmd->flavours[nflavours].offset = command->offset + offset + sizeof (raw); in bfd_mach_o_read_thread() 3942 cmd->flavours[nflavours].size = bfd_h_get_32 (abfd, raw.count) * 4; in bfd_mach_o_read_thread() [all …]
|
D | mach-o.h | 412 bfd_mach_o_thread_flavour *flavours; member
|
D | ChangeLog-0001 | 8176 endianess before checking bfd flavours.
|
D | ChangeLog-9193 | 2790 various flavours of overflow checking.
|
D | ChangeLog-0203 | 5772 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
|
D | ChangeLog-9495 | 1223 (arch_info_struct): Define various flavours of PowerPC.
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | elf32cr16.sc | 35 /* Many sections come in three flavours. There is the 'real' section,
|
D | elf32crx.sc | 37 /* Many sections come in three flavours. There is the 'real' section,
|
D | xstormy16.sc | 36 # Many sections come in three flavours. There is the 'real' section,
|
D | iq2000.sc | 45 # Many sections come in three flavours. There is the 'real' section,
|
D | elf_chaos.sc | 50 # Many sections come in three flavours. There is the 'real' section,
|
D | elf32sh-symbian.sc | 48 # Many sections come in three flavours. There is the 'real' section,
|
D | mep.sc | 62 # Many sections come in three flavours. There is the 'real' section,
|
D | elf64hppa.sc | 71 # Many sections come in three flavours. There is the 'real' section,
|
D | elfxtensa.sc | 71 # Many sections come in three flavours. There is the 'real' section,
|
D | elf.sc | 78 # Many sections come in three flavours. There is the 'real' section,
|
D | epiphany_4x4.sc | 71 # Many sections come in three flavours. There is the 'real' section,
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-macho.c | 1000 bfd_mach_o_thread_flavour *flavour = &thread->flavours[j]; in dump_thread()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-0001 | 1223 between different object flavours with relocations in input. 1268 between different object flavours.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog | 1666 for the s32.f64 flavours of VCVT.
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfdint.texi | 325 A general description of the type of target. The following flavours are
|