Home
last modified time | relevance | path

Searched refs:lddata (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c624 uintptr_t lddata; /* lddata of executable's linker */ in brand_solaris_elfexec() local
790 NULL, NULL, NULL, &lddata); in brand_solaris_elfexec()
798 NULL, NULL, NULL, &lddata); in brand_solaris_elfexec()
819 sedp->sed_lddata = voffset + lddata; in brand_solaris_elfexec()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c200 uintptr_t lddata, minaddr; in mapexec_brand() local
219 if ((len = elfsize(ehdr, nphdrs, phdrbase, &lddata)) == 0) { in mapexec_brand()
225 *lddatap = lddata; in mapexec_brand()
644 uintptr_t lddata; in elfexec() local
801 if ((len = elfsize(ehdrp, nphdrs, phdrbase, &lddata)) == 0) { in elfexec()
834 ADDAUX(aux, AT_SUN_LDDATA, voffset + lddata) in elfexec()
1066 uintptr_t *lddata) in elfsize() argument
1088 if ((lddata != NULL) && dfirst && in elfsize()
1090 *lddata = lo; in elfsize()