Searched refs:head (Results 51 - 75 of 923) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/binutils/bfd/
H A Dtekhex.c259 tekhex_data_list_type *head; member in struct:tekhex_data_struct
536 tdata->head = NULL;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c154 bfd *head;
159 for (head = arch->archive_next; head; head = head->archive_next)
162 function (head);
178 for (head = arch->archive_next; head; head = head
152 bfd *head; local
[all...]
H A Darsup.c49 bfd *head; local
55 head = arch->archive_next;
56 while (head != NULL)
58 next = head->archive_next;
59 function (head, (bfd *) NULL);
60 head = next;
77 for (head = arch->archive_next; head; head = head
[all...]
H A Dcoffgrok.c129 do_sections_p1 (struct coff_ofile *head) argument
135 head->nsections = abfd->section_count + 1;
136 head->sections = all;
155 head->sections[i].name = (char *) (section->name);
156 head->sections[i].code = section->flags & SEC_CODE;
157 head->sections[i].data = section->flags & SEC_DATA;
159 head->sections[i].data = 1;
160 head->sections[i].address = section->lma;
161 head->sections[i].size = bfd_get_section_size (section);
162 head
178 do_sections_p2(struct coff_ofile *head) argument
600 struct coff_ofile *head = local
[all...]
H A Dconfigure15158 --header | --heade | --head | --hea )
H A Ddlltool.c2156 .section .idata$7 # To force loading of head
2672 fatal (_("failed to open temporary head file: %s"), TMP_HEAD_S);
2801 bfd * head = 0; local
2831 n->archive_next = head;
2832 head = n;
2850 n->archive_next = head;
2851 head = n;
2856 ar_head->archive_next = head;
2858 head = ar_tail;
2860 if (! bfd_set_archive_head (outarch, head))
[all...]
H A Dieee.c3618 struct ieee_buf *head;
4045 buflist->head = NULL;
4052 #define ieee_buffer_emptyp(buflist) ((buflist)->head == NULL)
4059 if (buflist->head == NULL)
4066 buflist->head = buf;
4083 if (newbuf->head != NULL)
4085 if (mainbuf->head == NULL)
4086 mainbuf->head = newbuf->head;
4088 mainbuf->tail->next = newbuf->head;
3616 struct ieee_buf *head; member in struct:ieee_buflist
[all...]
H A Dreadelf.c4881 const unsigned char *head;
4904 head = aux->info + (ABSADDR (tp->info) - aux->info_addr);
4905 stamp = byte_get ((unsigned char *) head, sizeof (stamp));
4921 for (dp = head + 8; dp < head + 8 + eh_addr_size * UNW_LENGTH (stamp);)
4878 const unsigned char *head; local
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess232 # types through head -n 1, so we only detect the type of CPU 0.
233 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
H A Dconfigure12132 --header | --heade | --head | --hea )
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.c1875 asection **head; /* Section lists. */ member in struct:group_list
1882 pointer to a struct group_list, which is where we store the head of
1895 /* If this group already has a list, add the section to the head of
1899 if (strcmp (group_name, elf_group_name (list->head[i])) == 0)
1901 elf_next_in_group (sec) = list->head[i];
1902 list->head[i] = sec;
1914 list->head = xrealloc (list->head, newsize * sizeof (*list->head));
1918 list->head[
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure14320 --header | --heade | --head | --hea )
H A Ddw2gencfi.c593 struct cfi_escape_data *head, **tail, *e;
609 tail = &head;
622 insn->u.esc = head;
591 struct cfi_escape_data *head, **tail, *e; local
H A Ddwarf2dbg.c144 struct line_entry *head; member in struct:line_subseg
151 struct line_subseg *head; member in struct:line_seg
256 s->head = NULL;
260 for (pss = &s->head; (ss = *pss) != NULL ; pss = &ss->next)
271 ss->head = NULL;
272 ss->ptail = &ss->head;
1351 process_entries (s->seg, s->head->head);
1671 struct line_subseg *ss = s->head;
1676 *ptail = ss->head;
[all...]
H A Dlisting.c189 static struct list_info_struct * head; variable in typeref:struct:list_info_struct
386 head = new;
429 if (head == (list_info_type *) NULL
430 || head == listing_tail)
435 for (l = head; l->next != listing_tail; l = l->next)
938 list_info_type *list = head;
949 list = head->next;
/freebsd-11-stable/contrib/binutils/gprof/
H A Dmips.c56 indirect_child.cg.cyc.head = &indirect_child;
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h102 created, it should be added to this list, the head of which is in
762 (struct bfd_elf_version_expr_head *head,
768 struct bfd_elf_version_expr_head head;
770 (struct bfd_elf_version_expr_head *head,
765 struct bfd_elf_version_expr_head head; member in struct:bfd_elf_dynamic_list
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure13372 --header | --heade | --head | --hea )
H A Dldlang.c823 lang_for_each_statement_worker (func, constructor_list.head);
827 (func, s->output_section_statement.children.head);
831 s->wild_statement.children.head);
835 s->group_statement.children.head);
859 lang_for_each_statement_worker (func, statement_list.head);
867 list->head = NULL;
868 list->tail = &list->head;
1046 if (lang_output_section_statement.head != NULL)
1303 first = &lang_output_section_statement.head->output_section_statement;
1551 && after != (&lang_output_section_statement.head
6555 lang_vers_match(struct bfd_elf_version_expr_head *head, struct bfd_elf_version_expr *prev, const char *sym) argument
6774 lang_finalize_version_expr_head(struct bfd_elf_version_expr_head *head) argument
[all...]
H A Dldlang.h46 union lang_statement_union *head; member in struct:statement_list
532 for (statement = (lang_input_statement_type *) file_chain.head; \
H A Dpe-dll.c2379 bfd *head = 0; local
2419 n->archive_next = head;
2420 head = n;
2430 ar_head->archive_next = head;
2432 head = ar_tail;
2434 if (! bfd_set_archive_head (outarch, head))
2440 while (head != NULL)
2442 bfd *n = head->archive_next;
2443 bfd_close (head);
2444 head
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure9490 --header | --heade | --head | --hea )
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dconfigure12061 --header | --heade | --head | --hea )
/freebsd-11-stable/contrib/blacklist/libexec/
H A Dblacklistd-helper57 any port=$6 head port$6 | \
93 any port=$6 head port$6 | \
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodmatch.mk12 var = head

Completed in 602 milliseconds

1234567891011>>