Home
last modified time | relevance | path

Searched refs:dlpi_addr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dlink_elf.h81 Elf_Addr dlpi_addr; /* module relocation base */ member
/illumos-gate/usr/src/head/
H A Dlink.h268 ElfW(Addr) dlpi_addr; /* Base address of object */
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddlfcns.c52 dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_ADDR), EC_ADDR(info->dlpi_addr)); in Dbg_dl_iphdr_callback()
H A Dliblddbg.msg1478 @ MSG_DL_IPHDR_ADDR_32 " dlpi_addr: %#-10llx"
1481 @ MSG_DL_IPHDR_ADDR_64 " dlpi_addr: %#-18llx"
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c2323 info.dlpi_addr = (ehdr->e_type == ET_EXEC) ? in dl_iterate_phdr()