Home
last modified time | relevance | path

Searched refs:abdp (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dpdp11.c864 const struct aout_backend_data *abdp; in adjust_z_magic() local
867 abdp = aout_backend_info (abfd); in adjust_z_magic()
870 ztih = (abdp != NULL in adjust_z_magic()
871 && (abdp->text_includes_header in adjust_z_magic()
882 ? (abdp->default_text_vma in adjust_z_magic()
884 : abdp->default_text_vma)); in adjust_z_magic()
926 if (abdp && abdp->zmagic_mapped_contiguous) in adjust_z_magic()
938 if (ztih && (!abdp || (abdp && !abdp->exec_header_not_counted))) in adjust_z_magic()
Daoutx.h970 const struct aout_backend_data *abdp; in adjust_z_magic() local
974 abdp = aout_backend_info (abfd); in adjust_z_magic()
977 ztih = (abdp != NULL in adjust_z_magic()
978 && (abdp->text_includes_header in adjust_z_magic()
989 ? (abdp->default_text_vma in adjust_z_magic()
991 : abdp->default_text_vma)); in adjust_z_magic()
1032 if (abdp && abdp->zmagic_mapped_contiguous) in adjust_z_magic()
1048 if (ztih && (!abdp || (abdp && !abdp->exec_header_not_counted))) in adjust_z_magic()