Searched refs:o_maxstack (Results 1 – 6 of 6) sorted by relevance
648 aouthdr_int->o_maxstack = H_GET_64 (abfd, aouthdr_ext->o_maxstack); in coff_swap_aouthdr_in()651 aouthdr_int->o_maxstack = H_GET_32 (abfd, aouthdr_ext->o_maxstack); in coff_swap_aouthdr_in()712 H_PUT_64 (abfd, aouthdr_in->o_maxstack, aouthdr_out->o_maxstack); in coff_swap_aouthdr_out()715 H_PUT_32 (abfd, aouthdr_in->o_maxstack, aouthdr_out->o_maxstack); in coff_swap_aouthdr_out()
1832 xcoff->maxstack = internal_a->o_maxstack; in coff_mkobject_hook()4085 internal_a.o_maxstack = xcoff_data (abfd)->maxstack; in coff_write_object_contents()
1055 internal_a.o_maxstack = xcoff_data (abfd)->maxstack;
64 unsigned char o_maxstack[8]; /* max stack size (??) */ member
55 unsigned char o_maxstack[4]; /* max stack size (??) */ member
237 bfd_vma o_maxstack; /* max stack size allowed. */ member