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

/external/elfutils/libasm/
H A Dasm_newsubscn.c43 AsmScn_t *runp; local
52 runp = asmscn->subsection_id == 0 ? asmscn : asmscn->data.up;
55 if (runp->subsection_id == nr)
57 return runp;
59 if (runp->subnext == NULL || runp->subnext->subsection_id > nr)
62 runp = runp->subnext;
70 newp->ctx = runp->ctx;
76 newp->type = runp
[all...]
H A Dasm_end.c187 void *runp = NULL; local
192 while ((sym = asm_symbol_tab_iterate (&ctx->symbol_tab, &runp)) != NULL)
316 AsmScnGrp_t *runp = ctx->groups->next; local
323 scn = runp->scn;
337 data->d_size = elf32_fsize (ELF_T_WORD, runp->nmembers + 1,
347 *grpdata++ = runp->flags;
349 if (runp->members != NULL)
351 AsmScn_t *member = runp->members->data.main.next_in_group;
363 != runp->members->data.main.next_in_group);
367 shdr->sh_name = ebl_strtaboffset (runp
570 void *runp = NULL; local
[all...]
/external/elfutils/libelf/
H A Delf32_offscn.c57 Elf_ScnList *runp = &elf->state.ELFW(elf,LIBELFBITS).scns; local
61 if (runp->cnt > 0
62 && unlikely (runp->data[0].shdr.ELFW(e,LIBELFBITS) == NULL)
63 && unlikely (elfw2(LIBELFBITS,getshdr) (&runp->data[0]) == NULL))
73 for (unsigned int i = 0; i < runp->cnt; ++i)
74 if (runp->data[i].shdr.ELFW(e,LIBELFBITS)->sh_offset == offset)
76 result = &runp->data[i];
81 if (runp->data[i].shdr.ELFW(e,LIBELFBITS)->sh_size != 0
82 && runp->data[i].shdr.ELFW(e,LIBELFBITS)->sh_type != SHT_NOBITS)
86 runp
[all...]
H A Delf_getscn.c58 Elf_ScnList *runp = (elf->class == ELFCLASS32 local
64 if (idx < runp->max)
66 if (idx < runp->cnt)
67 result = &runp->data[idx];
73 idx -= runp->max;
75 runp = runp->next;
76 if (runp == NULL)
H A Delf_strptr.c73 Elf_ScnList *runp = (elf->class == ELFCLASS32 local
79 if (idx < runp->max)
81 if (idx < runp->cnt)
82 strscn = &runp->data[idx];
91 idx -= runp->max;
93 runp = runp->next;
94 if (runp == NULL)
H A Delf_end.c147 Elf_Data_List *runp; local
175 runp = scn->data_list.next;
176 while (runp != NULL)
178 Elf_Data_List *oldp = runp;
179 runp = runp->next;
H A Delf_getdata.c469 Elf_Data_List *runp; local
484 runp = &scn->data_list;
489 if (runp == NULL)
495 if (&runp->data.d == data)
499 runp = runp->next;
503 result = runp->next ? &runp->next->data.d : NULL;
H A Delf_begin.c720 char *runp; local
751 runp = newp;
754 char *startp = runp;
755 runp = (char *) memchr (runp, '/', newp + len - runp);
756 if (runp == NULL)
764 *runp++ = '\0';
768 if (runp >= newp + len)
/external/elfutils/libcpu/
H A Di386_parse.y395 struct bitvalue *runp = $1;
396 while (runp->next != NULL)
397 runp = runp->next;
398 runp->next = $3;
410 struct bitvalue *runp = $1;
411 while (runp->next != NULL)
412 runp = runp->next;
413 runp
[all...]
/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.y554 struct output_rule *runp;
556 for (runp = newp->output_rules; runp != NULL; runp = runp->next)
557 if (runp->tag == output_section)
558 runp->val.section.ignored = true;
579 struct filename_list *runp = listp;
582 runp->as_needed = true;
583 runp
[all...]
H A Dldgeneric.c797 struct scninfo *runp; local
799 for (runp = fileinfo->groups; runp != NULL; runp = runp->next)
800 if (!runp->used)
806 data = elf_getdata (runp->scn, NULL);
813 assert (elf_getdata (runp->scn, data) == NULL);
823 return runp;
1028 struct scninfo *runp local
1675 struct filename_list *runp; local
2254 struct usedfiles *runp = ld_state.archives; local
2743 struct symbol *runp = ld_state.from_dso; local
2782 struct symbol *runp = ld_state.common_syms; local
2824 struct scninfo *runp; local
3189 struct scninfo *runp; local
3312 struct member *runp; local
3753 allocate_version_names(struct usedfiles *runp, struct Ebl_Strtab *dynstrtab) argument
3794 create_verneed_data(XElf_Off offset, Elf_Data *verneeddata, struct usedfiles *runp, int *ntotal) argument
4431 struct scninfo *runp; local
5428 struct usedfiles *runp; local
5503 struct symbol *runp; local
5972 struct usedfiles *runp; local
6666 struct usedfiles *runp = ld_state.dsofiles->next; local
[all...]
H A Dld.c424 struct scninfo *runp = h->last; local
430 COUNT_RELOCATIONS (&ld_state, runp);
432 ld_state.relsize_total += runp->relsize;
434 while ((runp = runp->next) != h->last);
903 struct usedfiles *runp; local
920 runp = first = ld_state.needed->next;
924 struct usedfiles *next = runp->next;
927 err = FILE_PROCESS (-1, runp, &ld_state, &ignore);
932 runp
1121 struct file_list *runp = input_file_list; local
1228 struct scninfo *runp; local
[all...]
H A Di386_ld.c63 struct scninfo *runp; local
68 runp = firstp;
79 struct usedfiles *file = runp->fileinfo;
80 XElf_Shdr *shdr = &SCNINFO_SHDR (runp->shdr);
97 inxndxdata = runp->fileinfo->xndxdata;
178 runp = runp->next;
180 while (runp != firstp);
742 struct scninfo *runp = first; local
745 XElf_Shdr *rshdr = &SCNINFO_SHDR (runp
[all...]
H A Dobjdump.c460 struct section_list *runp = section_list; local
465 if (runp->is_name)
467 if (name && strcmp (runp->name, name) == 0)
472 if (runp->scnndx == scnndx)
476 runp = runp->next;
478 while (runp != NULL);
H A Delflint.c2972 struct version_namelist *runp = version_namelist; local
2973 while (runp != NULL)
2974 if (runp->ndx == (*versym & (GElf_Versym) 0x7fff))
2977 runp = runp->next;
2979 if (runp == NULL)
2984 && runp->type == ver_def)
2989 && runp->type == ver_need)
3370 struct version_namelist *runp = version_namelist; local
3371 while (runp !
4216 struct version_namelist *runp = version_namelist->next; local
[all...]
H A Dreadelf.c4740 Dwarf_Arange *runp = dwarf_onearange (aranges, n); local
4741 if (unlikely (runp == NULL))
4751 if (unlikely (dwarf_getarangeinfo (runp, &start, &length, &offset) != 0))
/external/elfutils/lib/
H A Ddynamicsizehash.c114 __typeof__ (htab->first) runp;
153 runp = first = first->next;
155 insert_entry_2 (htab, runp->hashval,
156 lookup (htab, runp->hashval, runp->data), runp->data);
157 while ((runp = runp->next) != first);

Completed in 455 milliseconds