Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/toolchain/binutils/binutils-2.27/binutils/
Darsup.c36 (bfd *, void (*function) (bfd *, bfd *), struct list *);
48 map_over_list (bfd *arch, void (*function) (bfd *, bfd *), struct list *list) in map_over_list() argument
52 if (list == NULL) in map_over_list()
66 struct list *ptr; in map_over_list()
73 for (ptr = list; ptr; ptr = ptr->next) in map_over_list()
103 ar_directory (char *ar_name, struct list *list, char *output) in ar_directory() argument
121 map_over_list (arch, ar_directory_doer, list); in ar_directory()
226 ar_addlib (char *name, struct list *list) in ar_addlib() argument
239 map_over_list (arch, ar_addlib_doer, list); in ar_addlib()
246 ar_addmod (struct list *list) in ar_addmod() argument
[all …]
Darsup.h21 struct list { struct
23 struct list *next; argument
32 void ar_replace (struct list *);
34 void ar_delete (struct list *);
42 void ar_directory (char *, struct list *, char *);
44 void ar_addmod (struct list *);
46 void ar_addlib (char *, struct list *);
50 void ar_extract (struct list *);
Darparse.y39 struct list *list ; member
62 %type <list> modulelist
63 %type <list> modulename
173 { struct list *n = (struct list *) malloc(sizeof(struct list));
DMakefile.in233 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
235 for p in $$list; do echo "$$p $$p"; done | \
718 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
719 if test -n "$$list"; then \
723 for p in $$list; do echo "$$p $$p"; done | \
746 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
747 files=`for p in $$list; do echo "$$p"; done | \
750 test -n "$$list" || exit 0; \
755 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
756 echo " rm -f" $$list; \
[all …]
/toolchain/binutils/binutils-2.27/gas/
Dlisting.c697 listing_page (list_info_type *list) in listing_page() argument
710 while (c != 0 && list) in listing_page()
712 if (list->edict == EDICT_SBTTL && !had_subtitle) in listing_page()
715 subtitle = list->edict_arg; in listing_page()
717 if (list->edict == EDICT_TITLE && !had_title) in listing_page()
720 title = list->edict_arg; in listing_page()
722 list = list->next; in listing_page()
743 emit_line (list_info_type * list, const char * format, ...) in emit_line() argument
751 listing_page (list); in emit_line()
757 calc_hex (list_info_type *list) in calc_hex() argument
[all …]
Dhash.c141 struct hash_entry **list; in hash_lookup() local
163 list = table->table + hindex; in hash_lookup()
166 *plist = list; in hash_lookup()
169 for (p = *list; p != NULL; p = p->next) in hash_lookup()
186 p->next = *list; in hash_lookup()
187 *list = p; in hash_lookup()
209 struct hash_entry **list; in hash_insert() local
212 p = hash_lookup (table, key, strlen (key), &list, &hash); in hash_insert()
225 p->next = *list; in hash_insert()
226 *list = p; in hash_insert()
[all …]
/toolchain/binutils/binutils-2.27/gprof/
DMakefile.in166 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
168 for p in $$list; do echo "$$p $$p"; done | \
431 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
432 if test -n "$$list"; then \
436 for p in $$list; do echo "$$p $$p"; done | \
459 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
460 files=`for p in $$list; do echo "$$p"; done | \
463 test -n "$$list" || exit 0; \
468 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
469 echo " rm -f" $$list; \
[all …]
Dsearch_list.c28 search_list_append (Search_List *list, const char *paths) in search_list_append() argument
52 if (list->tail) in search_list_append()
53 list->tail->next = new_el; in search_list_append()
55 list->head = new_el; in search_list_append()
57 list->tail = new_el; in search_list_append()
/toolchain/binutils/binutils-2.27/gas/doc/
DMakefile.in129 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
131 for p in $$list; do echo "$$p $$p"; done | \
475 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
476 for p in $$list; do \
484 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
485 for p in $$list; do \
494 list='$(INFO_DEPS)'; \
495 for file in $$list; do \
503 @list='$(INFO_DEPS)'; \
504 for file in $$list; do \
[all …]
/toolchain/binutils/binutils-2.27/binutils/doc/
DMakefile.in131 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
133 for p in $$list; do echo "$$p $$p"; done | \
447 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
448 for p in $$list; do \
456 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
457 for p in $$list; do \
466 list='$(INFO_DEPS)'; \
467 for file in $$list; do \
475 @list='$(INFO_DEPS)'; \
476 for file in $$list; do \
[all …]
/toolchain/binutils/binutils-2.27/bfd/
Delf-attrs.c89 obj_attribute_list *list; in vendor_obj_attr_size() local
101 for (list = elf_other_obj_attributes (abfd)[vendor]; in vendor_obj_attr_size()
102 list; in vendor_obj_attr_size()
103 list = list->next) in vendor_obj_attr_size()
104 size += obj_attr_size (list->tag, &list->attr); in vendor_obj_attr_size()
175 obj_attribute_list *list; in vendor_set_obj_attr_contents() local
198 for (list = elf_other_obj_attributes (abfd)[vendor]; in vendor_set_obj_attr_contents()
199 list; in vendor_set_obj_attr_contents()
200 list = list->next) in vendor_set_obj_attr_contents()
201 p = write_obj_attribute (p, list->tag, &list->attr); in vendor_set_obj_attr_contents()
[all …]
Dverilog.c216 verilog_data_list_type *list) in verilog_write_section() argument
219 bfd_byte *location = list->data; in verilog_write_section()
221 verilog_write_address (abfd, list->where); in verilog_write_section()
222 while (octets_written < list->size) in verilog_write_section()
224 unsigned int octets_this_chunk = list->size - octets_written; in verilog_write_section()
245 verilog_data_list_type *list; in verilog_write_object_contents() local
248 list = tdata->head; in verilog_write_object_contents()
250 while (list != (verilog_data_list_type *) NULL) in verilog_write_object_contents()
252 if (! verilog_write_section (abfd, tdata, list)) in verilog_write_object_contents()
254 list = list->next; in verilog_write_object_contents()
/toolchain/binutils/binutils-2.27/gold/
DMakefile.in234 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
236 for p in $$list; do echo "$$p $$p"; done | \
949 list='$(SUBDIRS)'; for subdir in $$list; do \
974 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
975 *) list='$(SUBDIRS)' ;; \
977 rev=''; for subdir in $$list; do \
995 list='$(SUBDIRS)'; for subdir in $$list; do \
999 list='$(SUBDIRS)'; for subdir in $$list; do \
1004 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1005 unique=`for i in $$list; do \
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Daarch64-gen.c62 opcode_node *list; member
348 bittree->list = opcode; in divide_table_1()
405 assert (bittree->list != NULL); in print_decision_tree_1()
410 get_aarch64_opcode (bittree->list)->name); in print_decision_tree_1()
412 real_index (bittree->list->index)); in print_decision_tree_1()
467 assert (bittree->list != NULL); in print_find_next_opcode_1()
469 if (bittree->list->next != NULL) in print_find_next_opcode_1()
471 opcode_node *list = bittree->list; in print_find_next_opcode_1() local
472 while (list != NULL) in print_find_next_opcode_1()
474 const aarch64_opcode *curr = get_aarch64_opcode (list); in print_find_next_opcode_1()
[all …]
/toolchain/binutils/binutils-2.27/bfd/doc/
DMakefile.in139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141 for p in $$list; do echo "$$p $$p"; done | \
518 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
519 for p in $$list; do \
527 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
528 for p in $$list; do \
537 list='$(INFO_DEPS)'; \
538 for file in $$list; do \
546 @list='$(INFO_DEPS)'; \
547 for file in $$list; do \
[all …]
/toolchain/binutils/binutils-2.27/zlib/examples/
Dzran.c78 struct point *list; /* allocated list */ member
85 free(index->list); in free_index()
101 index->list = malloc(sizeof(struct point) << 3); in addpoint()
102 if (index->list == NULL) { in addpoint()
113 next = realloc(index->list, sizeof(struct point) * index->size); in addpoint()
118 index->list = next; in addpoint()
122 next = index->list + index->have; in addpoint()
229 index->list = realloc(index->list, sizeof(struct point) * index->have); in build_index()
263 here = index->list; in extract()
395 offset = (index->list[index->have - 1].out << 1) / 3; in main()
Dgzappend.c123 local void rotate(unsigned char *list, unsigned len, unsigned rot) in rotate() argument
135 last = list + (len - 1); in rotate()
139 tmp = *list; in rotate()
140 memcpy(list, list + 1, len - 1); in rotate()
148 memmove(list + 1, list, len - 1); in rotate()
149 *list = tmp; in rotate()
156 start = from = list + cycles; /* start index is arbitrary */ in rotate()
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
Dlist-textfirst.l1 GAS for MMIX .*/list-textfirst\.s page 1
10 GAS for MMIX .*/list-textfirst\.s page 2
14 .*/list-textfirst\.s:2 \.data:0000000000000000 here
15 .*/list-textfirst\.s:5 \.text:0000000000000000 there
Dlist-pseudoints.l1 GAS for MMIX .*/list-pseudoints.s page 1
12 GAS for MMIX .*/list-pseudoints.s page 2
16 .*/list-pseudoints.s:1 .text:0000000000000000 start
17 .*/list-pseudoints.s:3 .text:0000000000000004 start2
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dlnk960.em52 append (lib_list_type ***list, char *name)
58 **list = element;
59 *list = &element->next;
102 add_on (lib_list_type *list, lang_input_file_enum_type search)
104 while (list)
106 lang_add_input_file (list->name, search, (char *) NULL);
107 list = list->next;
118 /* if there has been no hll list then add our own */
284 NULL, /* list options */
/toolchain/binutils/binutils-2.27/zlib/
DMakefile.in86 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
88 for p in $$list; do echo "$$p $$p"; done | \
370 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
371 list2=; for p in $$list; do \
382 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
383 for p in $$list; do \
393 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
394 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
406 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
547 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
[all …]
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
Darmv1-bad.l7 [^:]*:9: Warning: writeback of base register when in register list is UNPREDICTABLE
9 [^:]*:12: Warning: if writeback register is in list, it must be the lowest reg in the list
/toolchain/binutils/binutils-2.27/gas/config/
Dobj-elf.c2303 struct group_list *list = (struct group_list *) inf; in build_group_lists() local
2314 elem_idx = (unsigned int *) hash_find (list->indexes, group_name); in build_group_lists()
2317 elf_next_in_group (sec) = list->head[*elem_idx]; in build_group_lists()
2318 list->head[*elem_idx] = sec; in build_group_lists()
2319 list->elt_count[*elem_idx] += 1; in build_group_lists()
2325 i = list->num_group; in build_group_lists()
2329 list->head = XRESIZEVEC (asection *, list->head, newsize); in build_group_lists()
2330 list->elt_count = XRESIZEVEC (unsigned int, list->elt_count, newsize); in build_group_lists()
2332 list->head[i] = sec; in build_group_lists()
2333 list->elt_count[i] = 1; in build_group_lists()
[all …]
/toolchain/binutils/binutils-2.27/config/
Dld-symbolic.m427 dnl Set DYNAMIC_LIST_CPP_NEW_LDFLAGS to --dynamic-list-cpp-new for GNU
30 [AC_CACHE_CHECK([if the GNU linker ($LD) supports --dynamic-list-cpp-new],
36 if $LD --help 2>&1 </dev/null | grep dynamic-list-cpp-new 1>&5; then
41 DYNAMIC_LIST_CPP_NEW_LDFLAGS="$SYMBOLIC_LDFLAGS -Wl,--dynamic-list-cpp-new"
/toolchain/binutils/binutils-2.27/ld/
DMakefile.in217 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
219 for p in $$list; do echo "$$p $$p"; done | \
904 GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h
1006 ldemul-list.h crtbegin.@OBJEXT@ crtend.@OBJEXT@ ld.log ld.sum
1075 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1091 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1092 if test -n "$$list"; then \
1096 for p in $$list; do echo "$$p $$p"; done | \
1119 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1120 files=`for p in $$list; do echo "$$p"; done | \
[all …]

12345678910>>...17