Searched defs:tphdr (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | dcom.c | 91 GElf_Phdr phdr, tphdr; local 308 gelf_getphdr(telf, ndx, &tphdr) == NULL) { 314 tphdr = phdr; 315 (void) gelf_update_phdr(telf, ndx, &tphdr);
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | phdr.c | 572 Phdr *tphdr = &phdr[j]; local 574 tphdr->p_offset) && 577 (tphdr->p_offset + tphdr->p_filesz)) && 578 (tphdr->p_flags & PF_W)) {
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 1655 Phdr *phdr, *tphdr = NULL, *dphdr = NULL, *uphdr = NULL; local 1689 tphdr = phdr; 2284 if (tphdr && (tls_assign(lml, lmp, tphdr) == 0)) {
|
Completed in 51 milliseconds