Searched refs:exec_hdr (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/contrib/binutils/bfd/
H A Di386aout.c54 struct internal_exec *execp = exec_hdr (abfd);
H A Dbout.c131 struct internal_exec *execp = exec_hdr (abfd);
224 exec_hdr (abfd) = &rawptr->e;
402 exec_hdr (abfd)->a_info = BMAGIC;
404 exec_hdr (abfd)->a_text = obj_textsec (abfd)->size;
405 exec_hdr (abfd)->a_data = obj_datasec (abfd)->size;
406 exec_hdr (abfd)->a_bss = obj_bsssec (abfd)->size;
407 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * 12;
408 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd);
409 exec_hdr (abfd)->a_trsize = (obj_textsec (abfd)->reloc_count) * 8;
410 exec_hdr (abf
[all...]
H A Dnetbsd.h81 struct internal_exec *execp = exec_hdr (abfd);
H A Dfreebsd.h110 struct internal_exec *execp = exec_hdr (abfd);
H A Daout-target.h41 struct internal_exec *execp = exec_hdr (abfd);
237 struct internal_exec *execp = exec_hdr (abfd);
334 struct internal_exec *execp = exec_hdr (abfd);
H A Daoutx.h565 struct exec *execp = exec_hdr (abfd);
588 switch (N_MACHTYPE (*exec_hdr (abfd)))
686 exec_hdr (abfd) = &(rawptr->e);
1108 struct internal_exec *execp = exec_hdr (abfd);
1296 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE;
1300 exec_hdr (abfd)->a_syms,
1312 amt = exec_hdr (abfd)->a_syms;
1326 && exec_hdr (abfd)->a_syms != 0)
2277 reloc_size = exec_hdr (abfd)->a_drsize;
2279 reloc_size = exec_hdr (abf
[all...]
H A Daoutf1.h189 struct internal_exec *execp = exec_hdr (abfd);
708 (char *) exec_hdr (exec_bfd),
H A Dlibcoff-in.h28 #define exec_hdr(bfd) (coff_data (bfd)->hdr) macro
H A Dmipsbsd.c135 struct internal_exec *execp = exec_hdr (abfd);
H A Di386linux.c75 struct internal_exec *execp = exec_hdr (abfd);
H A Dlibaout.h364 no dependencies on the particular format of the exec_hdr. */
433 #define exec_hdr(bfd) (adata (bfd).hdr)
431 #define exec_hdr macro
H A Dlibcoff.h32 #define exec_hdr(bfd) (coff_data (bfd)->hdr) macro
H A Dsparclinux.c77 struct internal_exec *execp = exec_hdr (abfd);
H A Dsunos.c1908 exec_hdr (sub)->a_trsize)
1910 exec_hdr (sub)->a_drsize))
H A Decoff.c37 #undef exec_hdr macro

Completed in 99 milliseconds