Searched refs:raw_bytes (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Di386dynix.c56 i386dynix_32_swap_exec_header_in (abfd, raw_bytes, execp)
58 struct external_exec *raw_bytes;
61 struct external_exec *bytes = (struct external_exec *)raw_bytes;
H A Di386os9k.c42 os9k_swap_exec_header_in (abfd, raw_bytes, execp)
44 mh_com *raw_bytes;
47 mh_com *bytes = (mh_com *) raw_bytes;
88 os9k_swap_exec_header_out (abfd, execp, raw_bytes)
91 mh_com *raw_bytes;
93 mh_com *bytes = (mh_com *) raw_bytes;
H A Daout-adobe.c63 aout_adobe_swap_exec_header_in (abfd, raw_bytes, execp)
65 struct external_exec *raw_bytes;
68 struct external_exec *bytes = (struct external_exec *) raw_bytes;
88 aout_adobe_swap_exec_header_out (abfd, execp, raw_bytes)
91 struct external_exec *raw_bytes;
93 struct external_exec *bytes = (struct external_exec *) raw_bytes;
H A Dhp300hpux.c454 NAME (aout,swap_exec_header_in) (abfd, raw_bytes, execp)
456 struct external_exec *raw_bytes;
459 struct external_exec *bytes = (struct external_exec *) raw_bytes;
H A Dbout.c91 bout_swap_exec_header_in (abfd, raw_bytes, execp)
93 struct external_exec *raw_bytes;
96 struct external_exec *bytes = (struct external_exec *)raw_bytes;
119 bout_swap_exec_header_out (abfd, execp, raw_bytes)
122 struct external_exec *raw_bytes;
124 struct external_exec *bytes = (struct external_exec *)raw_bytes;
H A Dpdp11.c528 struct external_exec *raw_bytes,
532 Swap the information in an executable header @var{raw_bytes} taken
539 NAME(aout,swap_exec_header_in) (abfd, raw_bytes, execp)
541 struct external_exec *raw_bytes;
544 struct external_exec *bytes = (struct external_exec *)raw_bytes;
581 struct external_exec *raw_bytes);
585 @var{execp} into the buffer @var{raw_bytes} ready for writing to disk.
588 NAME(aout,swap_exec_header_out) (abfd, execp, raw_bytes)
591 struct external_exec *raw_bytes; variable in typeref:struct:external_exec
593 struct external_exec *bytes = (struct external_exec *)raw_bytes;
[all...]
H A Daoutx.h353 struct external_exec *raw_bytes,
357 Swap the information in an executable header @var{raw_bytes} taken
364 NAME(aout,swap_exec_header_in) (abfd, raw_bytes, execp)
366 struct external_exec *raw_bytes; variable in typeref:struct:external_exec
369 struct external_exec *bytes = (struct external_exec *)raw_bytes;
397 struct external_exec *raw_bytes);
401 @var{execp} into the buffer @var{raw_bytes} ready for writing to disk.
404 NAME(aout,swap_exec_header_out) (abfd, execp, raw_bytes)
407 struct external_exec *raw_bytes; variable in typeref:struct:external_exec
409 struct external_exec *bytes = (struct external_exec *)raw_bytes;
[all...]

Completed in 77 milliseconds