Searched refs:dtrphdr (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 187 Phdr *dtrphdr = NULL; in mapexec_brand() local 217 &junk, &dtrphdr, NULL, bssbase, brkbase, voffset, &minaddr, in mapexec_brand() 273 Phdr *dtrphdr; in elfexec() local 538 dtrphdr = NULL; in elfexec() 541 &stphdr, &dtrphdr, dataphdrp, &bssbase, &brkbase, &voffset, NULL, in elfexec() 548 if (dtrphdr != NULL && dtrace_safe_phdr(dtrphdr, args, voffset) != 0) { in elfexec() 703 dtrphdr = NULL; in elfexec() 706 &junk, &dtrphdr, NULL, NULL, NULL, &voffset, NULL, len, in elfexec() 721 if (dtrphdr != NULL && in elfexec() 722 dtrace_safe_phdr(dtrphdr, args, voffset) != 0) { in elfexec()
|