Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 241) sorted by relevance

12345678910

/toolchain/binutils/binutils-2.25/binutils/
Dnlmheader.y530 static struct input current; variable
540 current.next = NULL; in nlmlex_file()
552 *push = current; in nlmlex_file_push()
554 current.next = push; in nlmlex_file_push()
557 current = *push; in nlmlex_file_push()
567 current.file = fopen (name, "r"); in nlmlex_file_open()
568 if (current.file == NULL) in nlmlex_file_open()
574 current.name = xstrdup (name); in nlmlex_file_open()
575 current.lineno = 1; in nlmlex_file_open()
576 current.state = BEGINNING_OF_LINE; in nlmlex_file_open()
[all …]
Dar.c1347 bfd *current; in replace_members() local
1357 current = *current_ptr; in replace_members()
1362 normalize (current->filename, arch)) == 0 in replace_members()
1363 && current->arelt_data != NULL) in replace_members()
1375 if (bfd_stat_arch_elt (current, &asbuf) != 0) in replace_members()
1378 current->filename); in replace_members()
1385 current->filename); in replace_members()
1396 current_ptr = &(current->archive_next); in replace_members()
/toolchain/binutils/binutils-2.25/bfd/
Darchive.c1561 bfd *current; in _bfd_construct_extended_name_table() local
1570 for (current = abfd->archive_head; in _bfd_construct_extended_name_table()
1571 current != NULL; in _bfd_construct_extended_name_table()
1572 current = current->archive_next) in _bfd_construct_extended_name_table()
1579 const char *filename = current->filename; in _bfd_construct_extended_name_table()
1583 if (current->my_archive in _bfd_construct_extended_name_table()
1584 && ! bfd_is_thin_archive (current->my_archive)) in _bfd_construct_extended_name_table()
1585 filename = current->my_archive->filename; in _bfd_construct_extended_name_table()
1613 normal = normalize (current, current->filename); in _bfd_construct_extended_name_table()
1635 struct ar_hdr *hdr = arch_hdr (current); in _bfd_construct_extended_name_table()
[all …]
Dcoffcode.h3133 asection *current; in coff_compute_section_file_positions() local
3222 for (current = abfd->sections; current != NULL; current = current->next) in coff_compute_section_file_positions()
3223 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff) in coff_compute_section_file_positions()
3248 for (current = abfd->sections; current != NULL; current = current->next) in coff_compute_section_file_positions()
3258 for (current = abfd->sections; current != NULL; current = current->next) in coff_compute_section_file_positions()
3260 section_list[i] = current; in coff_compute_section_file_positions()
3274 current = section_list[i]; in coff_compute_section_file_positions()
3275 bfd_section_list_append (abfd, current); in coff_compute_section_file_positions()
3282 if (current->size == 0) in coff_compute_section_file_positions()
3289 current->target_index = 1; in coff_compute_section_file_positions()
[all …]
Decoff.c1879 asection *current; in _bfd_ecoff_sizeof_headers() local
1884 for (current = abfd->sections; in _bfd_ecoff_sizeof_headers()
1885 current != NULL; in _bfd_ecoff_sizeof_headers()
1886 current = current->next) in _bfd_ecoff_sizeof_headers()
1943 asection *current; in ecoff_compute_section_file_positions() local
1960 for (current = abfd->sections, i = 0; in ecoff_compute_section_file_positions()
1961 current != NULL; in ecoff_compute_section_file_positions()
1962 current = current->next, i++) in ecoff_compute_section_file_positions()
1963 sorted_hdrs[i] = current; in ecoff_compute_section_file_positions()
1976 current = sorted_hdrs[i]; in ecoff_compute_section_file_positions()
[all …]
Darchive64.c154 bfd *current = arch->archive_head; in bfd_elf64_archive_write_armap() local
197 for (current = arch->archive_head; in bfd_elf64_archive_write_armap()
198 current != NULL && count < symbol_count; in bfd_elf64_archive_write_armap()
199 current = current->archive_next) in bfd_elf64_archive_write_armap()
205 count < symbol_count && map[count].u.abfd == current; in bfd_elf64_archive_write_armap()
216 archive_member_file_ptr += arelt_size (current); in bfd_elf64_archive_write_armap()
Dcoff64-rs6000.c721 asection *current; in xcoff64_write_object_contents() local
747 for (current = abfd->sections; current != NULL; current = current->next) in xcoff64_write_object_contents()
748 reloc_size += current->reloc_count * bfd_coff_relsz (abfd); in xcoff64_write_object_contents()
759 for (current = abfd->sections; current != NULL; current = current->next) in xcoff64_write_object_contents()
761 if (current->lineno_count) in xcoff64_write_object_contents()
763 current->line_filepos = lineno_base; in xcoff64_write_object_contents()
764 current->moving_line_filepos = lineno_base; in xcoff64_write_object_contents()
765 lineno_base += current->lineno_count * bfd_coff_linesz (abfd); in xcoff64_write_object_contents()
769 current->line_filepos = 0; in xcoff64_write_object_contents()
772 if (current->reloc_count) in xcoff64_write_object_contents()
[all …]
Dvms-lib.c1954 bfd *current = modules[i].abfd; in _bfd_vms_lib_build_map() local
1956 if ((bfd_get_file_flags (current) & HAS_SYMS) == 0) in _bfd_vms_lib_build_map()
1959 storage = bfd_get_symtab_upper_bound (current); in _bfd_vms_lib_build_map()
1974 symcount = bfd_canonicalize_symtab (current, syms); in _bfd_vms_lib_build_map()
2004 map[map_count].abfd = current; in _bfd_vms_lib_build_map()
2031 bfd *current; in _bfd_vms_lib_write_archive_contents() local
2049 for (current = arch->archive_head; in _bfd_vms_lib_write_archive_contents()
2050 current != NULL; in _bfd_vms_lib_write_archive_contents()
2051 current = current->archive_next) in _bfd_vms_lib_write_archive_contents()
2058 if (bfd_write_p (current) || !bfd_check_format (current, bfd_object)) in _bfd_vms_lib_write_archive_contents()
[all …]
Dcoff-rs6000.c245 struct member_layout current; member
308 iterator->current = iterator->next; in archive_iterator_next()
310 iterator->current.member->archive_next, in archive_iterator_next()
311 iterator->current.offset in archive_iterator_next()
312 + iterator->current.header_size in archive_iterator_next()
313 + iterator->current.contents_size in archive_iterator_next()
314 + iterator->current.trailing_padding); in archive_iterator_next()
1714 while (map[i].u.abfd == iterator.current.member) in xcoff_write_armap_old()
1716 H_PUT_32 (abfd, iterator.current.offset, buf); in xcoff_write_armap_old()
1935 arch_info = bfd_get_arch_info (iterator.current.member); in xcoff_write_armap_big()
[all …]
Delfcore.h294 bfd_size_type current = p->p_offset + p->p_filesz; in elf_core_file_p() local
295 if (high < current) in elf_core_file_p()
296 high = current; in elf_core_file_p()
/toolchain/binutils/binutils-2.25/gas/
Ddwarf2dbg.c273 static struct dwarf2_line_info current = { variable
425 line->isa = current.isa; in dwarf2_where()
426 line->discriminator = current.discriminator; in dwarf2_where()
430 *line = current; in dwarf2_where()
439 current.isa = isa; in dwarf2_set_isa()
500 current.flags &= ~(DWARF2_FLAG_BASIC_BLOCK in dwarf2_consume_line_info()
503 current.discriminator = 0; in dwarf2_consume_line_info()
686 logicals[logical - 1].loc = current; in make_logical()
861 current.filenum = filenum; in dwarf2_directive_loc()
862 current.line = line; in dwarf2_directive_loc()
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
Dfar-hc11.s80 ;; <Read current page in A>
96 ;; <Read current page in A> ; (3) ldaa _current_page
98 ;; <Set current page from B> ; (4) staa _current_page
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dxtensaelf.em472 /* Unpack the .xtensa.info section and check it against the current
748 ld_xtensa_move_section_after (xtensa_ld_iter *to, xtensa_ld_iter *current)
759 if (to == current)
764 old_current_count = ld_count_children (current->parent);
768 current_next = (*current->loc)->header.next;
770 *(to->loc) = *(current->loc);
772 *(current->loc) = current_next;
780 /* reset "current" list tail */
781 for (e = &current->l->head; *e != NULL; e = &(*e)->header.next)
783 current->l->tail = e;
[all …]
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-tic6x.texi94 that extends to the end of the current line. If a @samp{#} or
136 Prevents unwinding through the current function. No personality routine
169 Marks the end of the current function, and the start of the exception table
177 Disallow use of C64x+ compact instructions in the current text
182 Sets the personality routine for the current function to the ABI specified
187 Sets the personality routine for the current function to @var{name}.
Dc-aarch64.texi149 that extends to the end of the current line. If a @samp{#} appears as
253 This directive causes the current contents of the literal pool to be
254 dumped into the current section (which is assumed to be the .text
255 section) at the current location (aligned to a word boundary).
258 pool of the current section and sub-section. At the end of assembly
261 Note - older versions of GAS would dump the current literal
Dc-tic54x.texi170 The current section is changed (.sect, .text, or .data)
369 Place one or more bytes into consecutive words of the current section.
377 be included in the link. If @var{section_name} is omitted, the current
405 more floating-point values into the current section. All but
436 Initialize a bitfield of @var{size} bits in the current section. If
440 pack starting at the current word, filling the most significant bits
442 not fit into the space remaining in the current word. A @code{.align}
453 @code{.def} nominally identifies a symbol defined in the current file
455 the current file but defined elsewhere. Both map to the standard
474 Place one or more values into consecutive words of the current section.
[all …]
Dc-i370.texi74 @samp{*} is the current location counter. Unlike @samp{.} it is always
98 using the current base register (as last declared with the @code{.using}
128 same section as the current section.
141 The literal pool will be written in the current section; in order to
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
Dtlsd.s21 ! Dynamic TLS model, foo not known to be in the current object
35 ! Dynamic TLS model, bar and baz known to be in the current object
/toolchain/binutils/binutils-2.25/
Dltmain.sh3862 /* empty path: current directory */
5846 func_arith $current - $age
6410 current=$func_arith_result
6415 current="$number_major"
6421 current=$func_arith_result
6429 current="$1"
6436 case $current in
6439 func_error "CURRENT \`$current' must be a nonnegative integer"
6460 if test "$age" -gt "$current"; then
6461 func_error "AGE \`$age' is greater than the current interface number \`$current'"
[all …]
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
Delfedit-3.d12 Version:[ \t]+1 \(current\)
Delfedit-2.d12 Version:[ \t]+1 \(current\)
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
Db-fixo2.s3 % current address at address 0x2068098510aa5560.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
Dv32-err-3.s1 ; Error for flags not applicable to current arch.
Dv32-err-4.s1 ; Error for flags not applicable to current arch.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dbranch-misc-1.d5 # Test the branches to local symbols in current file.

12345678910