Searched refs:runp (Results 1 - 16 of 16) sorted by relevance

/external/elfutils/libasm/
H A Dasm_newsubscn.c30 AsmScn_t *runp; local
39 runp = asmscn->subsection_id == 0 ? asmscn : asmscn->data.up;
42 if (runp->subsection_id == nr)
44 return runp;
46 if (runp->subnext == NULL || runp->subnext->subsection_id > nr)
49 runp = runp->subnext;
57 newp->ctx = runp->ctx;
63 newp->type = runp
[all...]
H A Dasm_end.c124 void *runp; local
170 runp = NULL;
173 while ((sym = asm_symbol_tab_iterate (&ctx->symbol_tab, &runp)) != NULL)
298 AsmScnGrp_t *runp = ctx->groups->next; local
308 scn = runp->scn;
321 data->d_size = elf32_fsize (ELF_T_WORD, runp->nmembers + 1,
331 *grpdata++ = runp->flags;
333 if (runp->members != NULL)
335 AsmScn_t *member = runp->members->data.main.next_in_group;
347 != runp
555 void *runp = NULL; local
[all...]
/external/elfutils/libelf/
H A Delf_getscn.c48 Elf_ScnList *runp = (elf->class == ELFCLASS32 local
54 if (idx < runp->max)
56 if (idx < runp->cnt)
57 result = &runp->data[idx];
63 idx -= runp->max;
65 runp = runp->next;
66 if (runp == NULL)
H A Delf_strptr.c49 Elf_ScnList *runp = (elf->class == ELFCLASS32 local
55 if (idx < runp->max)
57 if (idx < runp->cnt)
58 strscn = &runp->data[idx];
67 idx -= runp->max;
69 runp = runp->next;
70 if (runp == NULL)
H A Delf_end.c120 Elf_Data_List *runp; local
141 runp = scn->data_list.next;
142 while (runp != NULL)
144 Elf_Data_List *oldp = runp;
145 runp = runp->next;
H A Delf_getdata.c365 Elf_Data_List *runp; local
380 runp = &scn->data_list;
385 if (runp == NULL)
391 if (&runp->data.d == data)
395 runp = runp->next;
399 result = runp->next ? &runp->next->data.d : NULL;
H A Delf_begin.c616 char *runp; local
642 runp = newp;
645 runp = (char *) memchr (runp, '/', newp + len - runp);
646 if (runp == NULL)
651 *runp = '\0';
654 runp += 2;
658 if (runp >= newp + len)
/external/e2fsprogs/intl/
H A Dfinddomain.c180 struct loaded_l10nfile *runp = _nl_loaded_domains; local
182 while (runp != NULL)
184 struct loaded_l10nfile *here = runp;
185 if (runp->data != NULL)
186 _nl_unload_domain ((struct loaded_domain *) runp->data);
187 runp = runp->next;
/external/elfutils/src/
H A Dldscript.y527 struct output_rule *runp;
529 for (runp = newp->output_rules; runp != NULL; runp = runp->next)
530 if (runp->tag == output_section)
531 runp->val.section.ignored = true;
650 add_id_list (const char *versionname, struct id_list *runp, _Bool local)
652 struct id_list *lastp = runp;
654 if (runp
[all...]
H A Dldgeneric.c746 struct scninfo *runp; local
748 for (runp = fileinfo->groups; runp != NULL; runp = runp->next)
749 if (!runp->used)
755 data = elf_getdata (runp->scn, NULL);
762 assert (elf_getdata (runp->scn, data) == NULL);
772 return runp;
1514 struct filename_list *runp; local
2065 struct usedfiles *runp = ld_state.archives; local
2540 struct symbol *runp = ld_state.from_dso; local
2579 struct symbol *runp = ld_state.common_syms; local
2621 struct scninfo *runp; local
2981 struct scninfo *runp; local
3104 struct member *runp; local
3531 allocate_version_names(struct usedfiles *runp, struct Ebl_Strtab *dynstrtab) argument
3572 create_verneed_data(XElf_Off offset, Elf_Data *verneeddata, struct usedfiles *runp, int *ntotal) argument
3783 struct scninfo *runp; local
4728 struct usedfiles *runp; local
4799 struct symbol *runp; local
5313 struct usedfiles *runp; local
5933 struct usedfiles *runp = ld_state.dsofiles->next; local
[all...]
H A Dld.c419 struct scninfo *runp = h->last; local
425 COUNT_RELOCATIONS (&ld_state, runp);
427 ld_state.relsize_total += runp->relsize;
429 while ((runp = runp->next) != h->last);
831 struct usedfiles *runp; local
848 runp = first = ld_state.needed->next;
852 struct usedfiles *next = runp->next;
855 err = FILE_PROCESS (-1, runp, &ld_state, &ignore);
860 runp
996 struct file_list *runp = input_file_list; local
1146 struct scninfo *runp; local
[all...]
H A Dldscript.c1986 struct output_rule *runp;
1988 for (runp = newp->output_rules; runp != NULL; runp = runp->next)
1989 if (runp->tag == output_section)
1990 runp->val.section.ignored = true;
2109 add_id_list (const char *versionname, struct id_list *runp, _Bool local)
2111 struct id_list *lastp = runp;
2113 if (runp
1982 struct output_rule *runp; local
2105 add_id_list(const char *versionname, struct id_list *runp, _Bool local) argument
[all...]
H A Di386_ld.c57 struct scninfo *runp; local
62 runp = firstp;
73 struct usedfiles *file = runp->fileinfo;
74 XElf_Shdr *shdr = &SCNINFO_SHDR (runp->shdr);
91 inxndxdata = runp->fileinfo->xndxdata;
174 runp = runp->next;
176 while (runp != firstp);
654 struct scninfo *runp = first; local
657 XElf_Shdr *rshdr = &SCNINFO_SHDR (runp
[all...]
H A Dreadelf.c3339 Dwarf_Arange *runp = dwarf_onearange (aranges, n); local
3340 if (runp == NULL)
3350 if (dwarf_getarangeinfo (runp, &start, &length, &offset) != 0)
/external/elfutils/lib/
H A Ddynamicsizehash.c101 __typeof__ (htab->first) runp;
140 runp = first = first->next;
142 insert_entry_2 (htab, runp->hashval,
143 lookup (htab, runp->hashval, runp->data), runp->data);
144 while ((runp = runp->next) != first);
/external/bluetooth/hcidump/src/
H A Dhcidump.c744 struct addrinfo *ai, *runp; local
760 runp = ai;
771 while (runp != NULL && nfds < sizeof(fds) / sizeof(fds[0])) {
772 fds[nfds].fd = socket(runp->ai_family, runp->ai_socktype,
773 runp->ai_protocol);
789 if (bind(fds[nfds].fd, runp->ai_addr, runp->ai_addrlen) < 0) {
802 getnameinfo(runp->ai_addr, runp
[all...]

Completed in 116 milliseconds