Searched defs:dynamic (Results 1 - 2 of 2) sorted by relevance

/bionic/linker/
H A Dlinker.h111 Elf32_Dyn* dynamic; member in struct:soinfo
H A Dlinker_phdr.cpp472 * Note that the current dynamic linker code will only work
474 * boundary. This is because the dynamic linker rounds the
564 /* Return the address and size of the ELF file's .dynamic section in memory,
572 * dynamic -> address of table in memory (NULL on failure).
582 Elf32_Dyn** dynamic,
594 *dynamic = reinterpret_cast<Elf32_Dyn*>(load_bias + phdr->p_vaddr);
603 *dynamic = NULL;
579 phdr_table_get_dynamic_section(const Elf32_Phdr* phdr_table, int phdr_count, Elf32_Addr load_bias, Elf32_Dyn** dynamic, size_t* dynamic_count, Elf32_Word* dynamic_flags) argument

Completed in 5500 milliseconds