/toolchain/binutils/binutils-2.25/gprof/ |
D | cg_dfn.c | 93 Sym *tail; in find_cycle() local 152 for (tail = head; tail->cg.cyc.next; tail = tail->cg.cyc.next) in find_cycle() 157 print_name (tail); in find_cycle() 181 tail->cg.cyc.next = child; in find_cycle() 188 for (tail = child; tail->cg.cyc.next; tail = tail->cg.cyc.next) in find_cycle() 190 tail->cg.cyc.next->cg.cyc.head = head; in find_cycle() 192 print_name (tail->cg.cyc.next); in find_cycle()
|
D | search_list.c | 52 if (list->tail) in search_list_append() 53 list->tail->next = new_el; in search_list_append() 57 list->tail = new_el; in search_list_append()
|
D | search_list.h | 43 struct search_list_elem *tail; member
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | m68k-parse.y | 756 int tail = 0; in yylex() local 978 tail = 0; in yylex() 1001 tail = 2; in yylex() 1010 cp = s - tail; in yylex() 1016 tail += 7; in yylex() 1021 tail += 7; in yylex() 1029 tail += 6; in yylex() 1034 tail += 6; in yylex() 1039 tail += 6; in yylex() 1044 tail += 6; in yylex() [all …]
|
D | xtensa-relax.c | 145 opname_map_e **tail; member 170 precond_e **tail; member 215 insn_repl_e **tail; member 850 m->tail = &m->head; in init_opname_map() 865 m->tail = &m->head; in clear_opname_map() 911 l->tail = &l->head; in init_precond_list() 926 l->tail = &l->head; in clear_precond_list() 966 r->tail = &r->head; in init_insn_repl() 981 r->tail = &r->head; in clear_insn_repl() 1220 *t->operand_map.tail = e; in parse_insn_templ() [all …]
|
D | bfin-defs.h | 262 extern INSTR_T conscode (INSTR_T head, INSTR_T tail); 263 extern INSTR_T conctcode (INSTR_T head, INSTR_T tail);
|
D | tc-tic54x.c | 4497 char *tail; /* Rest of line after symbol. */ in subsym_substitute() local 4521 ptr = tail = input_line_pointer; in subsym_substitute() 4546 ptr = tail; in subsym_substitute() 4649 tail = ptr; in subsym_substitute() 4650 c = *tail; in subsym_substitute() 4684 input_line_pointer = tail + 1; in subsym_substitute() 4705 tail = input_line_pointer; in subsym_substitute() 4706 if (*tail++ != ')') in subsym_substitute() 4712 c = *tail; in subsym_substitute() 4720 strlen (tail + 1) + 2); in subsym_substitute() [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/ |
D | arch.exp | 76 set name1 [file tail $file1] 79 set name2 [file tail $file2] 119 set name1 [file tail $file1] 122 set name2 [file tail $file2] 211 set name1 [file tail $file1] 214 set name2 [file tail $file2]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | verilog.c | 90 verilog_data_list_type *tail; member 137 if (tdata->tail != NULL in verilog_set_section_contents() 138 && entry->where >= tdata->tail->where) in verilog_set_section_contents() 140 tdata->tail->next = entry; in verilog_set_section_contents() 142 tdata->tail = entry; in verilog_set_section_contents() 155 tdata->tail = entry; in verilog_set_section_contents() 288 tdata->tail = NULL; in verilog_mkobject()
|
D | ihex.c | 155 struct ihex_data_list *tail; member 185 tdata->tail = NULL; in ihex_mkobject() 687 if (tdata->tail != NULL in ihex_set_section_contents() 688 && n->where >= tdata->tail->where) in ihex_set_section_contents() 690 tdata->tail->next = n; in ihex_set_section_contents() 692 tdata->tail = n; in ihex_set_section_contents() 705 tdata->tail = n; in ihex_set_section_contents()
|
D | ecofflink.c | 388 struct shuffle **tail, in add_file_shuffle() argument 395 if (*tail != (struct shuffle *) NULL in add_file_shuffle() 396 && (*tail)->filep in add_file_shuffle() 397 && (*tail)->u.file.input_bfd == input_bfd in add_file_shuffle() 398 && (*tail)->u.file.offset + (*tail)->size == (unsigned long) offset) in add_file_shuffle() 401 (*tail)->size += size; in add_file_shuffle() 402 if ((*tail)->size > ainfo->largest_file_shuffle) in add_file_shuffle() 403 ainfo->largest_file_shuffle = (*tail)->size; in add_file_shuffle() 421 if (*tail != (struct shuffle *) NULL) in add_file_shuffle() 422 (*tail)->next = n; in add_file_shuffle() [all …]
|
D | srec.c | 168 srec_data_list_type *tail; member 206 tdata->tail = NULL; in srec_mkobject() 921 if (tdata->tail != NULL in srec_set_section_contents() 922 && entry->where >= tdata->tail->where) in srec_set_section_contents() 924 tdata->tail->next = entry; in srec_set_section_contents() 926 tdata->tail = entry; in srec_set_section_contents() 939 tdata->tail = entry; in srec_set_section_contents()
|
D | elf32-metag.c | 3831 asection *tail = *list; in group_sections() local 3832 if (tail == bfd_abs_section_ptr) in group_sections() 3834 while (tail != NULL) in group_sections() 3841 curr = tail; in group_sections() 3842 total = tail->size; in group_sections() 3859 prev = PREV_SEC (tail); in group_sections() 3861 htab->stub_group[tail->id].link_sec = curr; in group_sections() 3863 while (tail != curr && (tail = prev) != NULL); in group_sections() 3874 && ((total += tail->output_offset - prev->output_offset) in group_sections() 3877 tail = prev; in group_sections() [all …]
|
D | elf32-hppa.c | 2607 asection *tail = *list; in group_sections() local 2608 if (tail == bfd_abs_section_ptr) in group_sections() 2610 while (tail != NULL) in group_sections() 2617 curr = tail; in group_sections() 2618 total = tail->size; in group_sections() 2641 prev = PREV_SEC (tail); in group_sections() 2643 htab->stub_group[tail->id].link_sec = curr; in group_sections() 2645 while (tail != curr && (tail = prev) != NULL); in group_sections() 2656 && ((total += tail->output_offset - prev->output_offset) in group_sections() 2659 tail = prev; in group_sections() [all …]
|
D | mmo.c | 340 mmo_data_list_type *tail; member 1117 if (mmo_section_data (sec)->tail != NULL) in mmo_get_spec_section() 1118 mmo_section_data (sec)->tail->next = loc; in mmo_get_spec_section() 1121 mmo_section_data (sec)->tail = loc; in mmo_get_spec_section() 1504 if (sdatap->tail != NULL && entry->where >= sdatap->tail->where) in mmo_get_loc() 1506 sdatap->tail->next = entry; in mmo_get_loc() 1508 sdatap->tail = entry; in mmo_get_loc() 1521 sdatap->tail = entry; in mmo_get_loc()
|
D | elf32-nios2.c | 1500 asection *tail = *list; in group_sections() local 1501 if (tail == bfd_abs_section_ptr) in group_sections() 1503 while (tail != NULL) in group_sections() 1505 bfd_vma start = tail->output_section->vma + tail->output_offset; in group_sections() 1506 bfd_vma end = start + tail->size; in group_sections() 1519 prev = htab->stub_group[tail->id].last_sec; in group_sections() 1520 htab->stub_group[tail->id].last_sec = tail; in group_sections() 1521 htab->stub_group[tail->id].first_sec = tail; in group_sections() 1527 for (curr = tail; ; curr = prev) in group_sections() 1531 || tail->output_section != prev->output_section in group_sections() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/ |
D | arch.exp | 75 set name [file tail $file] 110 set name [file tail $file] 140 set arch [file rootname [file tail $file]] 167 set name [file tail $file]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.c | 991 list->tail = &list->head; in lang_list_init() 1192 ((char *) lang_output_section_statement.tail in output_section_statement_newfunc() 1833 lang_output_section_statement.tail); in lang_insert_orphan() 1963 *add.tail = *where; in lang_insert_orphan() 1971 *add.tail = *place->stmt; in lang_insert_orphan() 1977 if (*stat_ptr->tail == add.head) in lang_insert_orphan() 1978 stat_ptr->tail = add.tail; in lang_insert_orphan() 1981 place->stmt = add.tail; in lang_insert_orphan() 2001 lang_output_section_statement.tail in lang_insert_orphan() 3317 os_tail = lang_output_section_statement.tail; in open_input_bfds() [all …]
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | xtensaelf.em | 775 /* reset "to" list tail */ 778 to->l->tail = e; 780 /* reset "current" list tail */ 783 current->l->tail = e; 829 if (l->tail == &l->head) 1403 /* Reset the tail of the list, in case the last entry was removed. */ 1404 if (s_p != slist->tail) 1405 slist->tail = s_p; 1529 literal_wild.children.tail = &literal_wild.children.head; 1547 w->children.tail = s_p; [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/ |
D | yield.exp | 48 set file [file tail $file]
|
D | load-hazards.exp | 49 set file [file tail $file]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/ |
D | errors.exp | 48 set file [file tail $file]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/microblaze/ |
D | relax_size.exp | 19 set file [file rootname [file tail $file]]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
D | rd-sh.exp | 56 if { [file tail $shtest] != "vxworks1-static.d" } {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/ |
D | cfi-hppa-1.s | 60 #; tail call - simple function that doesn't touch the stack
|