Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dpdp11.c867 const struct aout_backend_data *abdp; in adjust_z_magic() local
870 abdp = aout_backend_info (abfd); in adjust_z_magic()
873 ztih = (abdp != NULL in adjust_z_magic()
874 && (abdp->text_includes_header in adjust_z_magic()
885 ? (abdp->default_text_vma in adjust_z_magic()
887 : abdp->default_text_vma)); in adjust_z_magic()
929 if (abdp && abdp->zmagic_mapped_contiguous) in adjust_z_magic()
941 if (ztih && (!abdp || (abdp && !abdp->exec_header_not_counted))) in adjust_z_magic()
Daoutx.h927 const struct aout_backend_data *abdp; in adjust_z_magic() local
931 abdp = aout_backend_info (abfd); in adjust_z_magic()
934 ztih = (abdp != NULL in adjust_z_magic()
935 && (abdp->text_includes_header in adjust_z_magic()
946 ? (abdp->default_text_vma in adjust_z_magic()
948 : abdp->default_text_vma)); in adjust_z_magic()
989 if (abdp && abdp->zmagic_mapped_contiguous) in adjust_z_magic()
1005 if (ztih && (!abdp || (abdp && !abdp->exec_header_not_counted))) in adjust_z_magic()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dpdp11.c1136 const struct aout_backend_data *abdp; local
1139 abdp = aout_backend_info (abfd);
1142 ztih = (abdp != NULL
1143 && (abdp->text_includes_header
1154 ? (abdp->default_text_vma
1156 : abdp->default_text_vma));
1198 if (abdp && abdp->zmagic_mapped_contiguous)
1210 if (ztih && (!abdp || (abdp && !abdp->exec_header_not_counted)))
Daoutx.h973 const struct aout_backend_data *abdp; local
976 abdp = aout_backend_info (abfd);
979 ztih = (abdp != NULL
980 && (abdp->text_includes_header
991 ? (abdp->default_text_vma
993 : abdp->default_text_vma));
1034 if (abdp && abdp->zmagic_mapped_contiguous)
1050 if (ztih && (!abdp || (abdp && !abdp->exec_header_not_counted)))