Home
last modified time | relevance | path

Searched refs:a_bss (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Daout-adobe.c43 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in aout_adobe_swap_exec_header_in()
63 PUT_WORD (abfd, execp->a_bss , bytes->e_bss); in aout_adobe_swap_exec_header_out()
281 exec_hdr (abfd)->a_bss = 0; in aout_adobe_write_object_contents()
300 exec_hdr (abfd)->a_bss += sect->size; in aout_adobe_write_object_contents()
Di386dynix.c73 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in i386dynix_32_swap_exec_header_in()
Di386os9k.c61 execp->a_bss = H_GET_32 (abfd, bytes->m_data) - execp->a_data; in os9k_swap_exec_header_in()
Dbout.c86 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in bout_swap_exec_header_in()
111 PUT_WORD (abfd, execp->a_bss , bytes->e_bss); in bout_swap_exec_header_out()
405 exec_hdr (abfd)->a_bss = obj_bsssec (abfd)->size; in b_out_write_object_contents()
Dpdp11.c386 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in NAME()
415 PUT_WORD (abfd, execp->a_bss, bytes->e_bss); in NAME()
534 obj_bsssec (abfd)->size = execp->a_bss; in NAME()
855 execp->a_bss = obj_bsssec (abfd)->size; in adjust_o_magic()
963 execp->a_bss = (data_pad > obj_bsssec(abfd)->size) ? 0 : in adjust_z_magic()
966 execp->a_bss = obj_bsssec(abfd)->size; in adjust_z_magic()
1006 execp->a_bss = obj_bsssec(abfd)->size; in adjust_n_magic()
Dlibaout.h224 bfd_vma a_bss; /* Length of uninitialized data area in mem. */ member
Daoutx.h385 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in NAME()
417 PUT_WORD (abfd, execp->a_bss , bytes->e_bss); in NAME()
541 obj_bsssec (abfd)->size = execp->a_bss; in NAME()
961 execp->a_bss = obj_bsssec (abfd)->size; in adjust_o_magic()
1076 execp->a_bss = (data_pad > obj_bsssec (abfd)->size in adjust_z_magic()
1079 execp->a_bss = obj_bsssec (abfd)->size; in adjust_z_magic()
1119 execp->a_bss = obj_bsssec (abfd)->size; in adjust_n_magic()
Dhp300hpux.c456 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in NAME()
Driscix.c568 obj_bsssec (abfd)->size = execp->a_bss; in riscix_some_aout_object_p()
/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h80 unsigned char a_bss[4]; member
97 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ member
/toolchain/binutils/binutils-2.27/include/aout/
Dhp.h37 unsigned long a_bss; /* length of uninitialized data area for file, in bytes */ member
/toolchain/binutils/binutils-2.27/config/
Dtcl.m41999 # - The `struct exec' must contain a_magic, a_text, a_data, a_bss
2020 return foo.a_text + foo.a_data + foo.a_bss + foo.a_entry;
2036 return foo.a_text + foo.a_data + foo.a_bss + foo.a_entry;
2052 return foo.a_text + foo.a_data + foo.a_bss + foo.a_entry;