Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dvms-gsd.c154 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()
Dvms.c58 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()
Dvms-misc.c242 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()
Dvms-tir.c107 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()
Dvms.h565 bfd_boolean is_vax; member