HomeSort by relevance Sort by last modified time
    Searched refs:runp (Results 1 - 16 of 16) sorted by null

  /external/elfutils/libasm/
asm_newsubscn.c 30 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->type
    [all...]
asm_end.c 124 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->members->data.main.next_in_group)
555 void *runp = NULL; local
    [all...]
  /external/elfutils/libelf/
elf_getscn.c 48 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)
elf_strptr.c 49 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)
elf_end.c 120 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;
elf_getdata.c 365 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;
elf_begin.c 616 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/
finddomain.c 180 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/
ldscript.y 527 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 == NULL
    [all...]
ldgeneric.c 746 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
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...]
ld.c 419 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 = next
996 struct file_list *runp = input_file_list; local
1146 struct scninfo *runp; local
    [all...]
ldscript.c 1982 struct output_rule *runp; local
    [all...]
i386_ld.c 57 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->shdr)
    [all...]
readelf.c 3339 Dwarf_Arange *runp = dwarf_onearange (aranges, n); local
    [all...]
  /external/elfutils/lib/
dynamicsizehash.c 101 __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/
hcidump.c 744 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->ai_addrlen
    [all...]

Completed in 3044 milliseconds