Home
last modified time | relevance | path

Searched refs:both_direction (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dlibbfd-in.h743 ((abfd)->direction == read_direction || (abfd)->direction == both_direction)
745 ((abfd)->direction == write_direction || (abfd)->direction == both_direction)
Dlibbfd.h748 ((abfd)->direction == read_direction || (abfd)->direction == both_direction)
750 ((abfd)->direction == write_direction || (abfd)->direction == both_direction)
Dformat.c446 if (abfd->direction == both_direction) in bfd_check_format_matches()
Dcache.c593 case both_direction: in bfd_open_file()
Dbfdio.c546 || abfd->direction == both_direction) in memory_bseek()
Dopncls.c237 nbfd->direction = both_direction; in bfd_fopen()
Dbfd-in2.h6275 both_direction = 3 enumerator
DChangeLog-20052619 for both_direction.
2621 special case for both_direction.