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

/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c623 uintptr_t lddata; /* lddata of executable's linker */ local
789 NULL, NULL, NULL, &lddata);
797 NULL, NULL, NULL, &lddata);
818 sedp->sed_lddata = voffset + lddata;
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c221 uintptr_t lddata; local
241 if ((len = elfsize(ehdr, nphdrs, phdrbase, &lddata)) == 0) {
247 *lddatap = lddata;
634 uintptr_t lddata; local
785 if ((len = elfsize(ehdrp, nphdrs, phdrbase, &lddata)) == 0) {
817 ADDAUX(aux, AT_SUN_LDDATA, voffset + lddata)
1014 elfsize(Ehdr *ehdrp, int nphdrs, caddr_t phdrbase, uintptr_t *lddata) argument
1046 if ((lddata != NULL) && dfirst &&
1048 *lddata = lo;

Completed in 50 milliseconds