HomeSort by relevance Sort by last modified time
    Searched refs:exec_hdr (Results 1 - 24 of 24) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
aout-adobe.c 76 struct internal_exec *execp = exec_hdr (abfd);
250 exec_hdr (abfd) = &rawptr->e;
276 exec_hdr (abfd)->a_info = ZMAGIC;
279 exec_hdr (abfd)->a_text = 0;
280 exec_hdr (abfd)->a_data = 0;
281 exec_hdr (abfd)->a_bss = 0;
282 exec_hdr (abfd)->a_trsize = 0;
283 exec_hdr (abfd)->a_drsize = 0;
289 exec_hdr (abfd)->a_text += sect->size;
290 exec_hdr (abfd)->a_trsize += sect->reloc_count
    [all...]
i386aout.c 55 struct internal_exec *execp = exec_hdr (abfd);
som.h 118 struct som_exec_auxhdr *exec_hdr; member in struct:somdata
128 no dependencies on the particular format of the exec_hdr.
193 #define obj_som_exec_hdr(bfd) (somdata (bfd).exec_hdr)
bout.c 130 struct internal_exec *execp = exec_hdr (abfd);
223 exec_hdr (abfd) = &rawptr->e;
401 exec_hdr (abfd)->a_info = BMAGIC;
403 exec_hdr (abfd)->a_text = obj_textsec (abfd)->size;
404 exec_hdr (abfd)->a_data = obj_datasec (abfd)->size;
405 exec_hdr (abfd)->a_bss = obj_bsssec (abfd)->size;
406 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * 12;
407 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd);
408 exec_hdr (abfd)->a_trsize = (obj_textsec (abfd)->reloc_count) * 8;
409 exec_hdr (abfd)->a_drsize = (obj_datasec (abfd)->reloc_count) * 8
    [all...]
netbsd.h 81 struct internal_exec *execp = exec_hdr (abfd);
pc532-mach.c 84 struct internal_exec *execp = exec_hdr (abfd);
freebsd.h 76 struct internal_exec *execp = exec_hdr (abfd);
sparclynx.c 151 struct internal_exec *execp = exec_hdr (abfd);
hp300hpux.c 224 struct internal_exec *execp = exec_hdr (abfd);
282 struct internal_exec *execp = exec_hdr (abfd);
540 symbol_bytes = exec_hdr (abfd)->a_syms;
726 reloc_size = exec_hdr (abfd)->a_drsize;
732 reloc_size = exec_hdr (abfd)->a_trsize;
aout-target.h 40 struct internal_exec *execp = exec_hdr (abfd);
236 struct internal_exec *execp = exec_hdr (abfd);
333 struct internal_exec *execp = exec_hdr (abfd);
pdp11.c 356 struct internal_exec *execp = exec_hdr (abfd);
563 struct exec *execp = exec_hdr (abfd);
670 exec_hdr (abfd) = &(rawptr->e);
1022 struct internal_exec *execp = exec_hdr (abfd);
    [all...]
aout-cris.c 121 struct internal_exec *execp = exec_hdr (abfd);
i386os9k.c 76 struct internal_exec *execp = exec_hdr (abfd);
i386lynx.c 392 reloc_size = exec_hdr (abfd)->a_drsize;
398 reloc_size = exec_hdr (abfd)->a_trsize;
aoutx.h 564 struct exec *execp = exec_hdr (abfd);
587 switch (N_MACHTYPE (*exec_hdr (abfd)))
687 exec_hdr (abfd) = &(rawptr->e);
    [all...]
aout-tic30.c 337 struct internal_exec *execp = exec_hdr (abfd);
634 struct internal_exec *execp = exec_hdr (abfd);
698 struct internal_exec *execp = exec_hdr (abfd);
715 struct internal_exec *execp = exec_hdr (abfd);
    [all...]
aoutf1.h 188 struct internal_exec *execp = exec_hdr (abfd);
707 (char *) exec_hdr (exec_bfd),
mipsbsd.c 131 struct internal_exec *execp = exec_hdr (abfd);
i386linux.c 71 struct internal_exec *execp = exec_hdr (abfd);
libaout.h 378 no dependencies on the particular format of the exec_hdr. */
434 #define exec_hdr(bfd) (adata (bfd).hdr)
432 #define exec_hdr macro
m68klinux.c 70 struct internal_exec *execp = exec_hdr (abfd);
sparclinux.c 67 struct internal_exec *execp = exec_hdr (abfd);
sunos.c     [all...]
ecoff.c 36 #undef exec_hdr macro
    [all...]

Completed in 1138 milliseconds