Searched refs:lddata (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 188 uintptr_t lddata; in mapexec_brand() local 208 if ((len = elfsize(ehdr, nphdrs, phdrbase, &lddata)) == 0) { in mapexec_brand() 214 *lddatap = lddata; in mapexec_brand() 555 uintptr_t lddata; in elfexec() local 697 if ((len = elfsize(ehdrp, nphdrs, phdrbase, &lddata)) == 0) { in elfexec() 729 ADDAUX(aux, AT_SUN_LDDATA, voffset + lddata) in elfexec() 943 elfsize(Ehdr *ehdrp, int nphdrs, caddr_t phdrbase, uintptr_t *lddata) in elfsize() argument 975 if ((lddata != NULL) && dfirst && in elfsize() 977 *lddata = lo; in elfsize()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | brand.c | 623 uintptr_t lddata; /* lddata of executable's linker */ in brand_solaris_elfexec() local 789 NULL, NULL, NULL, &lddata); in brand_solaris_elfexec() 797 NULL, NULL, NULL, &lddata); in brand_solaris_elfexec() 818 sedp->sed_lddata = voffset + lddata; in brand_solaris_elfexec()
|