Searched refs:dli_fbase (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/s390/
H A Dtpf-unwind.h201 && targetcodeInfo.dli_fbase == currentcodeInfo.dli_fbase)
250 && targetcodeInfo.dli_fbase != currentcodeInfo.dli_fbase);
/freebsd-9.3-release/lib/libc/ia64/gen/
H A Dunwind.c66 ehdr = (Elf_Ehdr*)info.dli_fbase;
75 reloc = (ehdr->e_type == ET_DYN) ? (uintptr_t)info.dli_fbase : 0;
80 p = (char*)info.dli_fbase + ehdr->e_phoff;
/freebsd-9.3-release/include/
H A Ddlfcn.h77 void *dli_fbase; /* Base address of shared object. */ member in struct:dl_info
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c3157 info->dli_fbase = obj->mapbase;

Completed in 108 milliseconds