Searched refs:tphdr (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libelf/demo/ |
H A D | dcom.c | 91 GElf_Phdr phdr, tphdr; in delete_comment() local 308 gelf_getphdr(telf, ndx, &tphdr) == NULL) { in delete_comment() 314 tphdr = phdr; in delete_comment() 315 (void) gelf_update_phdr(telf, ndx, &tphdr); in delete_comment()
|
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | phdr.c | 572 Phdr *tphdr = &phdr[j]; in cmd_body_set_interp() local 574 tphdr->p_offset) && in cmd_body_set_interp() 577 (tphdr->p_offset + tphdr->p_filesz)) && in cmd_body_set_interp() 578 (tphdr->p_flags & PF_W)) { in cmd_body_set_interp()
|
/titanic_41/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)) {
|