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

/bionic/linker/
H A Dlinker_phdr.h54 const ElfW(Dyn)* dynamic() const { return dynamic_; } function in class:ElfReader
132 ElfW(Addr) load_bias, ElfW(Dyn)** dynamic,
H A Dlinker_soinfo.h107 ElfW(Dyn)* dynamic; member in struct:soinfo
350 for (const ElfW(Dyn)* d = si->dynamic; d->d_tag != DT_NULL; ++d) {
/bionic/tools/relocation_packer/src/
H A Delf_file.cc11 // This requires some fixups for symtab/hash/gnu_hash dynamic section addresses.
29 // Out-of-band dynamic tags used to indicate the offset and size of the
131 // the .rel.dyn or .rela.dyn, .dynamic, and .android.rel.dyn or
185 // Notes of the dynamic relocations, packed relocations, and .dynamic
242 LOG(ERROR) << "Missing .dynamic section";
465 // Helper for ResizeSection(). Locate and return the dynamic section.
474 // Find the program header that describes the dynamic section.
500 // Helper for ResizeSection(). Adjust the .dynamic section for the hole.
519 typename ELF::Dyn* dynamic local
[all...]
/bionic/libc/kernel/uapi/linux/
H A Delf.h141 typedef struct dynamic { struct
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Delf.h141 typedef struct dynamic { struct

Completed in 141 milliseconds