Home
last modified time | relevance | path

Searched defs:dynamic (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Delf.h117 typedef struct dynamic { struct
118 Elf32_Sword d_tag;
119 union {
122 } d_un;
/bionic/tests/
Dlink_test.cpp156 static r_debug* find_exe_r_debug(ElfW(Dyn)* dynamic) { in find_exe_r_debug()
/bionic/linker/
Dlinker_phdr.cpp1060 ElfW(Addr) load_bias, ElfW(Dyn)** dynamic, in phdr_table_get_dynamic_section()