/toolchain/binutils/binutils-2.25/bfd/ |
D | bfdio.c | 279 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 …]
|
D | opncls.c | 110 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 …]
|
D | libbfd-in.h | 743 ((abfd)->direction == read_direction || (abfd)->direction == both_direction) 745 ((abfd)->direction == write_direction || (abfd)->direction == both_direction)
|
D | libbfd.h | 748 ((abfd)->direction == read_direction || (abfd)->direction == both_direction) 750 ((abfd)->direction == write_direction || (abfd)->direction == both_direction)
|
D | compress.c | 170 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()
|
D | libbfd.c | 871 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()
|
D | format.c | 446 if (abfd->direction == both_direction) in bfd_check_format_matches()
|
D | cache.c | 587 switch (abfd->direction) in bfd_open_file()
|
D | section.c | 1539 if (abfd->direction != write_direction && section->rawsize != 0) in bfd_get_section_contents()
|
D | bfd-in.h | 297 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
|
D | bfd-in2.h | 304 (((bfd)->direction != write_direction && (sec)->rawsize != 0 \ 6309 ENUM_BITFIELD (bfd_direction) direction : 2;
|
D | elfcode.h | 1845 nbfd->direction = read_direction; in NAME()
|
D | archive.c | 757 || (archive->direction == write_direction)) in bfd_openr_next_archived_file()
|
D | xcofflink.c | 3992 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/ |
D | tc-h8300.c | 376 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/ |
D | aclocal.m4 | 149 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])
|
D | config.in | 473 /* 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/ |
D | epiphany.cpu | 306 (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 …]
|
D | m32r.cpu | 1211 ; 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/ |
D | config.h.in | 215 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/ |
D | config.in | 212 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/ |
D | config.in | 270 direction of stack growth for your system; otherwise it will be 274 STACK_DIRECTION = 0 => direction of growth unknown */
|
D | COPYING | 171 for you must do so exclusively on your behalf, under your direction
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-xtensa.texi | 376 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/ |
D | NEWS | 169 direction of sorting.
|