Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h2039 struct internal_aouthdr *internal_a = in coff_mkobject_hook() local
2050 xcoff->toc = internal_a->o_toc; in coff_mkobject_hook()
2051 xcoff->sntoc = internal_a->o_sntoc; in coff_mkobject_hook()
2052 xcoff->snentry = internal_a->o_snentry; in coff_mkobject_hook()
2053 bfd_xcoff_text_align_power (abfd) = internal_a->o_algntext; in coff_mkobject_hook()
2054 bfd_xcoff_data_align_power (abfd) = internal_a->o_algndata; in coff_mkobject_hook()
2055 xcoff->modtype = internal_a->o_modtype; in coff_mkobject_hook()
2056 xcoff->cputype = internal_a->o_cputype; in coff_mkobject_hook()
2057 xcoff->maxdata = internal_a->o_maxdata; in coff_mkobject_hook()
2058 xcoff->maxstack = internal_a->o_maxstack; in coff_mkobject_hook()
[all …]
Dcoff64-rs6000.c734 struct internal_aouthdr internal_a; in xcoff64_write_object_contents() local
878 memset (&internal_a, 0, sizeof internal_a); in xcoff64_write_object_contents()
881 internal_a.magic = (abfd->flags & D_PAGED in xcoff64_write_object_contents()
888 internal_a.vstamp = 0; in xcoff64_write_object_contents()
931 internal_a.tsize = text_sec->size; in xcoff64_write_object_contents()
932 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in xcoff64_write_object_contents()
937 internal_a.dsize = data_sec->size; in xcoff64_write_object_contents()
938 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0; in xcoff64_write_object_contents()
943 internal_a.bsize = bss_sec->size; in xcoff64_write_object_contents()
944 if (internal_a.bsize && bss_sec->vma < internal_a.data_start) in xcoff64_write_object_contents()
[all …]
Decoff.c103 struct internal_aouthdr *internal_a = (struct internal_aouthdr *) aouthdr; in _bfd_ecoff_mkobject_hook() local
113 if (internal_a != NULL) in _bfd_ecoff_mkobject_hook()
117 ecoff->text_start = internal_a->text_start; in _bfd_ecoff_mkobject_hook()
118 ecoff->text_end = internal_a->text_start + internal_a->tsize; in _bfd_ecoff_mkobject_hook()
119 ecoff->gp = internal_a->gp_value; in _bfd_ecoff_mkobject_hook()
120 ecoff->gprmask = internal_a->gprmask; in _bfd_ecoff_mkobject_hook()
122 ecoff->cprmask[i] = internal_a->cprmask[i]; in _bfd_ecoff_mkobject_hook()
123 ecoff->fprmask = internal_a->fprmask; in _bfd_ecoff_mkobject_hook()
124 if (internal_a->magic == ECOFF_AOUT_ZMAGIC) in _bfd_ecoff_mkobject_hook()
2355 struct internal_aouthdr internal_a; in _bfd_ecoff_write_object_contents() local
[all …]
Dcoffgen.c230 struct internal_aouthdr *internal_a) in coff_real_object_p() argument
257 if (internal_a != (struct internal_aouthdr *) NULL) in coff_real_object_p()
258 bfd_get_start_address (abfd) = internal_a->entry; in coff_real_object_p()
265 tdata = bfd_coff_mkobject_hook (abfd, (void *) internal_f, (void *) internal_a); in coff_real_object_p()
320 struct internal_aouthdr internal_a; in coff_object_p() local
368 bfd_coff_swap_aouthdr_in (abfd, opthdr, (void *) &internal_a); in coff_object_p()
374 ? &internal_a in coff_object_p()
Dpeicode.h1256 struct internal_aouthdr internal_a; in pe_bfd_object_p() local
1346 bfd_coff_swap_aouthdr_in (abfd, opthdr, & internal_a); in pe_bfd_object_p()
1351 ? &internal_a in pe_bfd_object_p()
DChangeLog-9495675 (coff_write_object_contents): set the internal_a.magic to
804 * coffcode.h (coff_write_object_contents): set internal_a.magic
5693 * coffcode.h (coff_write_object_contents): set internal_a.magic to
DChangeLog-9193823 * coffcode.h (coff_write_object_contents): Zero out internal_a.