Searched refs:dlpi_addr (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/lib/libc/gen/
H A Delf_utils.c46 if (phdr_info->dlpi_addr + ph->p_vaddr <= (uintptr_t)addr &&
47 (uintptr_t)addr + sizeof(addr) < phdr_info->dlpi_addr +
H A Ddlfcn.c159 phdr_info.dlpi_addr = (Elf_Addr)auxp->a_un.a_ptr;
/freebsd-10.0-release/sys/sys/
H A Dlink_elf.h81 Elf_Addr dlpi_addr; /* module relocation base */ member in struct:dl_phdr_info
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dfde-glibc.c70 load_base = info->dlpi_addr;
/freebsd-10.0-release/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c144 ElfW(Addr) dlpi_addr;
154 load_base = info->dlpi_addr;
/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c3242 phdr_info->dlpi_addr = (Elf_Addr)obj->relocbase;

Completed in 81 milliseconds