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

/bionic/linker/
H A Dlinker.c135 char errstr[] = "ERROR: " #name " called from the dynamic linker!\n"; \
179 map->l_ld = (uintptr_t)info->dynamic;
440 * dynamic linking. Some systems return the first definition found
456 for(d = si->dynamic; *d; d += 2) {
995 /* this segment contains the dynamic linking information */
996 si->dynamic = (unsigned *)(base + phdr->p_vaddr);
1133 si->dynamic = (unsigned *)-1;
1243 for(d = si->dynamic; *d; d += 2) {
1551 if (si->dynamic) {
1553 for(d = si->dynamic; *
[all...]
H A Dlinker.h102 unsigned *dynamic; member in struct:soinfo
/bionic/libc/arch-x86/bionic/
H A Dcrtbegin_dynamic.S48 # by the dynamic linker before this code runs
H A Dcrtbegin_static.S48 # by the dynamic linker before this code runs
/bionic/libc/kernel/common/linux/
H A Delf.h125 typedef struct dynamic{ struct
/bionic/libc/
H A DAndroid.mk390 # these are used by the static and dynamic versions of the libc
612 # like the dynamic loader.

Completed in 42 milliseconds