Searched refs:is_vax (Results 1 – 5 of 5) sorted by relevance
154 if ((PRIV (is_vax)? in vms_secflag_by_name()324 if (PRIV (is_vax) && (psect_idx < (abfd->section_count-1))) in _bfd_vms_slurp_gsd()766 sname = PRIV (is_vax)?VAX_CODE_NAME:EVAX_CODE_NAME; in _bfd_vms_write_gsd()768 sname = PRIV (is_vax)?VAX_DATA_NAME:EVAX_DATA_NAME; in _bfd_vms_write_gsd()
58 PRIV (is_vax) = FALSE; in vms_initialize()60 PRIV (is_vax) = TRUE; in vms_initialize()287 PRIV (is_vax) = TRUE; in vms_object_p()297 PRIV (is_vax) = FALSE; in vms_object_p()377 if (PRIV (is_vax)) in vms_write_object_contents()
242 if (PRIV (is_vax)) in _bfd_vms_get_record()314 if (PRIV (is_vax)) in _bfd_vms_get_record()404 if (PRIV (is_vax)) in _bfd_vms_next_record()
107 if (PRIV (is_vax) && check_section (abfd, size)) in image_dump()123 if (PRIV (is_vax) && check_section (abfd, 1)) in image_write_b()138 if (PRIV (is_vax) && check_section (abfd, 2)) in image_write_w()154 if (PRIV (is_vax) && check_section (abfd, 4)) in image_write_l()170 if (PRIV (is_vax) && check_section (abfd, 8)) in image_write_q()
565 bfd_boolean is_vax; member