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

  /external/elfutils/libasm/
asm_newsubscn.c 43 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->type
    [all...]
asm_end.c 187 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->strent)
570 void *runp = NULL; local
    [all...]
  /external/elfutils/libelf/
elf32_offscn.c 57 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 = runp->next
    [all...]
elf_getscn.c 58 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)
elf_end.c 147 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;
elf_strptr.c 73 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)
elf_getdata.c 469 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;
elf_begin.c 720 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)
    [all...]
  /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;
  /toolchain/binutils/binutils-2.25/intl/
finddomain.c 183 struct loaded_l10nfile *runp = _nl_loaded_domains; local
185 while (runp != NULL)
187 struct loaded_l10nfile *here = runp;
188 if (runp->data != NULL)
189 _nl_unload_domain ((struct loaded_domain *) runp->data);
190 runp = runp->next;
  /external/elfutils/src/
i386_ld.c 63 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->shdr)
    [all...]
ld.c 424 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 = next
1121 struct file_list *runp = input_file_list; local
1228 struct scninfo *runp; local
    [all...]
objdump.c 460 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);
elflint.c 2972 struct version_namelist *runp = version_namelist; local
3370 struct version_namelist *runp = version_namelist; local
4216 struct version_namelist *runp = version_namelist->next; local
    [all...]
ldgeneric.c 797 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 = queued->last 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
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...]
readelf.c 4740 Dwarf_Arange *runp = dwarf_onearange (aranges, n); local
    [all...]

Completed in 1024 milliseconds