Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 25 of 38) sorted by relevance

12

/toolchain/binutils/binutils-2.25/bfd/
Dbfdio.c279 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek() argument
287 BFD_ASSERT (direction == SEEK_SET || direction == SEEK_CUR); in bfd_seek()
289 if (direction == SEEK_CUR && position == 0) in bfd_seek()
294 if (direction == SEEK_SET && (bfd_vma) position == abfd->where) in bfd_seek()
313 if (direction == SEEK_SET) in bfd_seek()
325 result = abfd->iovec->bseek (abfd, file_position, direction); in bfd_seek()
349 if (direction == SEEK_SET) in bfd_seek()
524 memory_bseek (bfd *abfd, file_ptr position, int direction) in memory_bseek() argument
531 if (direction == SEEK_SET) in memory_bseek()
545 if (abfd->direction == write_direction in memory_bseek()
[all …]
Dopncls.c110 nbfd->direction = read_direction; in _bfd_new_bfd_contained_in()
237 nbfd->direction = both_direction; in bfd_fopen()
239 nbfd->direction = read_direction; in bfd_fopen()
241 nbfd->direction = write_direction; in bfd_fopen()
399 nbfd->direction = read_direction; in bfd_openstreamr()
593 nbfd->direction = read_direction; in bfd_openr_iovec()
660 nbfd->direction = write_direction; in bfd_openw()
678 if (abfd->direction == write_direction in _maybe_make_executable()
814 nbfd->direction = no_direction; in bfd_create()
842 if (abfd->direction != no_direction) in bfd_make_writable()
[all …]
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)
Dcompress.c170 if (abfd->direction != write_direction && sec->rawsize != 0) in bfd_get_full_section_contents()
414 if (abfd->direction != read_direction in bfd_init_section_compress_status()
Dlibbfd.c871 if (abfd->direction != write_direction && section->rawsize != 0) in _bfd_generic_get_section_contents()
927 if (abfd->direction != write_direction && section->rawsize != 0) in _bfd_generic_get_section_contents_in_window()
Dformat.c446 if (abfd->direction == both_direction) in bfd_check_format_matches()
Dcache.c587 switch (abfd->direction) in bfd_open_file()
Dsection.c1539 if (abfd->direction != write_direction && section->rawsize != 0) in bfd_get_section_contents()
Dbfd-in.h297 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
Dbfd-in2.h304 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
6309 ENUM_BITFIELD (bfd_direction) direction : 2;
Delfcode.h1845 nbfd->direction = read_direction; in NAME()
Darchive.c757 || (archive->direction == write_direction)) in bfd_openr_next_archived_file()
Dxcofflink.c3992 abfd->direction = write_direction; in bfd_xcoff_link_generate_rtinit()
4001 abfd->direction = read_direction; in bfd_xcoff_link_generate_rtinit()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-h8300.c376 parse_reg (char *src, op_type *mode, unsigned int *reg, int direction) in parse_reg() argument
391 *mode = PSIZE | REG | direction; in parse_reg()
433 *mode = PSIZE | REG | direction; in parse_reg()
440 *mode = L_32 | REG | direction; in parse_reg()
448 *mode = L_16 | REG | direction; in parse_reg()
461 *mode = L_8 | REG | direction; in parse_reg()
467 *mode = L_8 | REG | direction; in parse_reg()
473 *mode = L_16 | REG | direction; in parse_reg()
603 get_operand (char **ptr, struct h8_op *op, int direction) in get_operand() argument
652 len = parse_reg (src, &op->mode, &op->reg, direction); in get_operand()
[all …]
/toolchain/binutils/binutils-2.25/libiberty/
Daclocal.m4149 AC_CACHE_CHECK(stack direction for C alloca, ac_cv_c_stack_direction,
170 [Define if you know the direction of stack growth for your system;
174 STACK_DIRECTION = 0 => direction of growth unknown])
Dconfig.in473 /* Define if you know the direction of stack growth for your system; otherwise
476 STACK_DIRECTION = 0 => direction of growth unknown */
/toolchain/binutils/binutils-2.25/cpu/
Depiphany.cpu306 (define-normal-insn-enum insn-memory-access "memory access direction" () OP_ f-store
1023 (name direction)
1421 (.str name " $rd6,[$rn6,$direction$rm6]")
1422 (+ OP4_LDSTRX sel OP_LOAD (f-opc-19-4 #x0) (f-dc-22-1 #x0) (f-dc-21-1 #x0) rd6 rn6 direction rm6)
1433 (.str name ".l $rd6,[$rn6,$direction$rm6]")
1434 (emit (.sym name "x.l") rd6 rn6 direction rm6)
1442 (.str name " $rd6,[$rn6],$direction$rm6")
1443 (+ OP4_LDSTRP sel OP_LOAD (f-opc-19-4 #x0) (f-dc-22-2 #x0) rd6 rn6 direction rm6)
1458 (.str name ".l $rd6,[$rn6],$direction$rm6")
1459 (emit (.sym name "p.l") rd6 rn6 direction rm6)
[all …]
Dm32r.cpu1211 ; FIXME: Check rounding direction.
1222 ; FIXME: Check rounding direction.
1233 ; FIXME: Check rounding direction.
1242 ; FIXME: Check rounding direction.
1251 ; FIXME: Check rounding direction.
1260 ; FIXME: Check rounding direction.
/toolchain/binutils/binutils-2.25/intl/
Dconfig.h.in215 direction of stack growth for your system; otherwise it will be
219 STACK_DIRECTION = 0 => direction of growth unknown */
/toolchain/binutils/binutils-2.25/binutils/
Dconfig.in212 direction of stack growth for your system; otherwise it will be
216 STACK_DIRECTION = 0 => direction of growth unknown */
/toolchain/binutils/binutils-2.25/gas/
Dconfig.in270 direction of stack growth for your system; otherwise it will be
274 STACK_DIRECTION = 0 => direction of growth unknown */
DCOPYING171 for you must do so exclusively on your behalf, under your direction
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-xtensa.texi376 direction. For larger programs, it may be necessary to use indirect
419 direction. One option is to use jump long (@code{J.L}) instruction, which
/toolchain/binutils/binutils-2.25/ld/
DNEWS169 direction of sorting.

12