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

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Di386os9k.c153 struct internal_exec *execp = exec_hdr (abfd);
212 exec_hdr (abfd) = &rawptr->e;
230 exec_hdr (abfd)->a_info = BMAGIC;
232 exec_hdr (abfd)->a_text = obj_textsec (abfd)->size;
233 exec_hdr (abfd)->a_data = obj_datasec (abfd)->size;
234 exec_hdr (abfd)->a_bss = obj_bsssec (abfd)->size;
235 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * sizeof (struct nlist);
236 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd);
237 exec_hdr (abfd)->a_trsize = ((obj_textsec (abfd)->reloc_count) *
239 exec_hdr (abf
[all...]
H A Daout-adobe.c155 struct internal_exec *execp = exec_hdr (abfd);
292 exec_hdr (abfd) = &rawptr->e;
312 exec_hdr (abfd)->a_info = ZMAGIC;
316 exec_hdr (abfd)->a_text = 0;
317 exec_hdr (abfd)->a_data = 0;
318 exec_hdr (abfd)->a_bss = 0;
319 exec_hdr (abfd)->a_trsize = 0;
320 exec_hdr (abfd)->a_drsize = 0;
326 exec_hdr (abfd)->a_text += sect->size;
327 exec_hdr (abf
[all...]
H A Dbout.c177 struct internal_exec *execp = exec_hdr (abfd);
245 exec_hdr (abfd) = &rawptr->e;
295 exec_hdr (abfd)->a_info = BMAGIC;
297 exec_hdr (abfd)->a_text = obj_textsec (abfd)->size;
298 exec_hdr (abfd)->a_data = obj_datasec (abfd)->size;
299 exec_hdr (abfd)->a_bss = obj_bsssec (abfd)->size;
300 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * sizeof (struct nlist);
301 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd);
302 exec_hdr (abfd)->a_trsize = ((obj_textsec (abfd)->reloc_count) *
304 exec_hdr (abf
[all...]
H A Di386aout.c66 struct internal_exec *execp = exec_hdr (abfd);
H A Dpc532-mach.c90 struct internal_exec *execp = exec_hdr (abfd);
H A Dsom.h122 struct som_exec_auxhdr *exec_hdr; member in struct:somdata
132 no dependencies on the particular format of the exec_hdr.
225 #define obj_som_exec_hdr(bfd) (somdata(bfd).exec_hdr)
H A Dfreebsd.h77 struct internal_exec *execp = exec_hdr (abfd);
H A Dnetbsd.h81 struct internal_exec *execp = exec_hdr (abfd);
H A Daout-encap.c86 struct internal_exec *execp = exec_hdr (abfd);
131 struct internal_exec *execp = exec_hdr (abfd);
H A Dhp300hpux.c232 struct internal_exec *execp = exec_hdr (abfd);
292 struct internal_exec *execp = exec_hdr (abfd);
553 symbol_bytes = exec_hdr (abfd)->a_syms;
745 reloc_size = exec_hdr (abfd)->a_drsize;
751 reloc_size = exec_hdr (abfd)->a_trsize;
H A Daout-target.h44 struct internal_exec *execp = exec_hdr (abfd);
261 struct internal_exec *execp = exec_hdr (abfd);
364 struct internal_exec *execp = exec_hdr (abfd);
H A Dpdp11.c492 struct internal_exec *execp = exec_hdr (abfd);
763 struct exec *execp = exec_hdr (abfd);
888 exec_hdr (abfd) = &(rawptr->e);
1287 struct internal_exec *execp = exec_hdr (abfd);
1477 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE;
1481 exec_hdr (abfd)->a_syms,
1494 || (bfd_bread (syms, exec_hdr (abfd)->a_syms, abfd)
1495 != exec_hdr (abfd)->a_syms))
1507 && exec_hdr (abfd)->a_syms != 0)
2214 reloc_size = exec_hdr(abf
[all...]
H A Dsparclynx.c170 struct internal_exec *execp = exec_hdr (abfd);
H A Daoutx.h568 struct exec *execp = exec_hdr (abfd);
591 switch (N_MACHTYPE (*exec_hdr (abfd)))
697 exec_hdr (abfd) = &(rawptr->e);
1132 struct internal_exec *execp = exec_hdr (abfd);
1329 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE;
1333 exec_hdr (abfd)->a_syms,
1346 amt = exec_hdr (abfd)->a_syms;
1360 && exec_hdr (abfd)->a_syms != 0)
2420 reloc_size = exec_hdr (abfd)->a_drsize;
2422 reloc_size = exec_hdr (abf
[all...]
H A Di386lynx.c420 reloc_size = exec_hdr (abfd)->a_drsize;
426 reloc_size = exec_hdr (abfd)->a_trsize;
H A Daout-cris.c128 struct internal_exec *execp = exec_hdr (abfd);
H A Daout-tic30.c336 struct internal_exec *execp = exec_hdr (abfd);
636 struct internal_exec *execp = exec_hdr (abfd);
726 struct internal_exec *execp = exec_hdr (abfd);
745 struct internal_exec *execp = exec_hdr (abfd);
H A Daoutf1.h224 struct internal_exec *execp = exec_hdr (abfd);
760 (char *) exec_hdr (exec_bfd),
H A Dlibcoff-in.h28 #define exec_hdr(bfd) (coff_data(bfd)->hdr) macro
H A Dmipsbsd.c137 struct internal_exec *execp = exec_hdr (abfd);
H A Di386linux.c75 struct internal_exec *execp = exec_hdr (abfd);
H A Dlibaout.h366 no dependencies on the particular format of the exec_hdr. */
435 #define exec_hdr(bfd) (adata (bfd).hdr)
433 #define exec_hdr macro
H A Dm68klinux.c76 struct internal_exec *execp = exec_hdr (abfd);
H A Dsparclinux.c77 struct internal_exec *execp = exec_hdr (abfd);
H A Dlibcoff.h32 #define exec_hdr(bfd) (coff_data(bfd)->hdr) macro

Completed in 128 milliseconds

12