Searched refs:elt (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | binemul.c | 67 bfd *elt; in do_ar_emul_append() local 70 for (elt = bfd_openr_next_archived_file (new_bfd, NULL); in do_ar_emul_append() 71 elt; in do_ar_emul_append() 72 elt = bfd_openr_next_archived_file (new_bfd, elt)) in do_ar_emul_append() 74 if (do_ar_emul_append (after_bfd, elt, verbose, TRUE, check)) in do_ar_emul_append()
|
D | nm.c | 390 bfd *elt; in print_symdef_entry() local 396 elt = bfd_get_elt_at_index (abfd, idx); in print_symdef_entry() 397 if (elt == NULL) in print_symdef_entry() 402 printf (" in %s\n", bfd_get_filename (elt)); in print_symdef_entry()
|
D | objcopy.c | 1112 asection *elt, *first; in is_strip_section() local 1128 first = elt = elf_next_in_group (sec); in is_strip_section() 1129 while (elt != NULL) in is_strip_section() 1131 if (!is_strip_section_1 (abfd, elt)) in is_strip_section() 1133 elt = elf_next_in_group (elt); in is_strip_section() 1134 if (elt == first) in is_strip_section()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-elf.c | 570 struct section_stack *elt; in obj_elf_change_section() local 571 elt = (struct section_stack *) xmalloc (sizeof (struct section_stack)); in obj_elf_change_section() 572 elt->next = section_stack; in obj_elf_change_section() 573 elt->seg = now_seg; in obj_elf_change_section() 574 elt->prev_seg = previous_section; in obj_elf_change_section() 575 elt->subseg = now_subseg; in obj_elf_change_section() 576 elt->prev_subseg = previous_subsection; in obj_elf_change_section() 577 section_stack = elt; in obj_elf_change_section()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 2917 asection *elt, *first; in bfd_elf_set_group_contents() local 2992 first = elt = elf_next_in_group (sec); in bfd_elf_set_group_contents() 2998 while (elt != NULL) in bfd_elf_set_group_contents() 3002 s = elt; in bfd_elf_set_group_contents() 3013 elt = elf_next_in_group (elt); in bfd_elf_set_group_contents() 3014 if (elt == first) in bfd_elf_set_group_contents()
|
/toolchain/binutils/binutils-2.25/gprof/po/ |
D | hu.po | 485 msgstr "%s: eltérő méretezések a hisztogram rekordokban"
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-9899 | 209 sequence, elt, and i.
|