Home
last modified time | relevance | path

Searched refs:bfd_h_get_16 (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c417 unsigned short flags = bfd_h_get_16 (abfd, fhdr->f_flags); in dump_xcoff32_file_header()
464 magic = bfd_h_get_16 (abfd, auxhdr.magic); in dump_xcoff32_aout_header()
468 (unsigned short)bfd_h_get_16 (abfd, auxhdr.vstamp)); in dump_xcoff32_aout_header()
484 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_snentry)); in dump_xcoff32_aout_header()
486 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_sntext)); in dump_xcoff32_aout_header()
488 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_sndata)); in dump_xcoff32_aout_header()
490 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_sntoc)); in dump_xcoff32_aout_header()
492 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_snloader)); in dump_xcoff32_aout_header()
494 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_snbss)); in dump_xcoff32_aout_header()
496 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_algntext)); in dump_xcoff32_aout_header()
[all …]
Dobjdump.c2515 desc = bfd_h_get_16 (abfd, stabp + DESCOFF); in print_section_stabs()
/toolchain/binutils/binutils-2.25/bfd/
Dlibaout.h43 #define H_GET_16 bfd_h_get_16
Dbfd-in2.h1156 #define bfd_h_get_16(abfd, ptr) \ macro
1191 #define H_GET_16 bfd_h_get_16
Dmach-o.c3494 desc = bfd_h_get_16 (abfd, raw.n_desc); in bfd_mach_o_read_symtab_symbol()