| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| dlfcn_w32.c | 169 dladdr(void *addr, Dl_info *dli) function
|
| /src/lib/libc/dlfcn/ |
| dlfcn_elf.c | 46 #undef dladdr macro 54 #define dladdr ___dladdr macro 67 __weak_alias(dladdr,___dladdr) 136 dladdr(const void *addr, Dl_info *dli) function
|
| /src/crypto/external/apache2/openssl/dist/crypto/dso/ |
| dso_dlfcn.c | 16 #define _GNU_SOURCE /* make sure dladdr is declared */ 276 This is a quote from IRIX manual for dladdr(3c): 278 <dlfcn.h> does not contain a prototype for dladdr or definition of 280 but contains no dladdr prototype and no IRIX library contains an 305 static int dladdr(void *address, Dl_info *dl) function 327 * This dladdr()-implementation will also find the ptrgl (Pointer Glue) virtual 331 static int dladdr(void *ptr, Dl_info *dl) function 411 if (dladdr(addr, &dli)) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/dso/ |
| dso_dlfcn.c | 16 # define _GNU_SOURCE /* make sure dladdr is declared */ 285 This is a quote from IRIX manual for dladdr(3c): 287 <dlfcn.h> does not contain a prototype for dladdr or definition of 289 but contains no dladdr prototype and no IRIX library contains an 314 static int dladdr(void *address, Dl_info *dl) function 336 * This dladdr()-implementation will also find the ptrgl (Pointer Glue) virtual 340 static int dladdr(void *ptr, Dl_info *dl) function 423 if (dladdr(addr, &dli)) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/dso/ |
| dso_dlfcn.c | 16 # define _GNU_SOURCE /* make sure dladdr is declared */ 284 This is a quote from IRIX manual for dladdr(3c): 286 <dlfcn.h> does not contain a prototype for dladdr or definition of 288 but contains no dladdr prototype and no IRIX library contains an 313 static int dladdr(void *address, Dl_info *dl) function 335 * This dladdr()-implementation will also find the ptrgl (Pointer Glue) virtual 339 static int dladdr(void *ptr, Dl_info *dl) function 422 if (dladdr(addr, &dli)) {
|
| /src/usr.sbin/isibootd/ |
| isibootd.c | 368 uint8_t dladdr[ETHER_ADDR_LEN], *buf; local 391 if (pickif(ifr.ifr_name, dladdr) < 0) 411 memcpy(st->addr, dladdr, ETHER_ADDR_LEN); 415 pickif(char *xname, uint8_t *dladdr) 439 memcpy(dladdr, CLLADDR(sdl), 444 memcpy(dladdr, CLLADDR(sdl),
|
| /src/include/ |
| link_aout.h | 177 int (*dladdr)(const void *, Dl_info *); member in struct:ld_entry
|
| /src/lib/libc/include/ |
| namespace.h | 935 #define dladdr __dladdr macro
|