Home
last modified time | relevance | path

Searched refs:flavours (Results 1 – 21 of 21) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.c1117 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 …]
Dmach-o.h412 bfd_mach_o_thread_flavour *flavours; member
DChangeLog-00018176 endianess before checking bfd flavours.
DChangeLog-91932790 various flavours of overflow checking.
DChangeLog-02035772 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
DChangeLog-94951223 (arch_info_struct): Define various flavours of PowerPC.
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Delf32cr16.sc35 /* Many sections come in three flavours. There is the 'real' section,
Delf32crx.sc37 /* Many sections come in three flavours. There is the 'real' section,
Dxstormy16.sc36 # Many sections come in three flavours. There is the 'real' section,
Diq2000.sc45 # Many sections come in three flavours. There is the 'real' section,
Delf_chaos.sc50 # Many sections come in three flavours. There is the 'real' section,
Delf32sh-symbian.sc48 # Many sections come in three flavours. There is the 'real' section,
Dmep.sc62 # Many sections come in three flavours. There is the 'real' section,
Delf64hppa.sc71 # Many sections come in three flavours. There is the 'real' section,
Delfxtensa.sc71 # Many sections come in three flavours. There is the 'real' section,
Delf.sc78 # Many sections come in three flavours. There is the 'real' section,
Depiphany_4x4.sc71 # Many sections come in three flavours. There is the 'real' section,
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1000 bfd_mach_o_thread_flavour *flavour = &thread->flavours[j]; in dump_thread()
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-00011223 between different object flavours with relocations in input.
1268 between different object flavours.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog1666 for the s32.f64 flavours of VCVT.
/toolchain/binutils/binutils-2.25/bfd/doc/
Dbfdint.texi325 A general description of the type of target. The following flavours are