Searched refs:phentsize (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddlstart.c107 size_t phentsize = aux[AT_PHENT]; local
109 for (i=phnum; i--; ph = (void *)((char *)ph + phentsize)) {
H A Ddynlink.c54 size_t phentsize; member in struct:dso
484 for (; phcnt--; ph=(void *)((char *)ph+dso->phentsize)) {
676 dso->phentsize = eh->e_phentsize;
1172 for (cnt = p->phnum; cnt--; ph = (void *)((char *)ph + p->phentsize)) {
1352 ldso.phentsize = ehdr->e_phentsize;
1439 app.phentsize = aux[AT_PHENT];
1557 vdso.phentsize = ehdr->e_phentsize;

Completed in 45 milliseconds