Home
last modified time | relevance | path

Searched defs:ElfW (Results 1 – 5 of 5) sorted by relevance

/bionic/linker/
Dlinker_phdr.cpp321 const ElfW(Shdr)* dynamic_shdr = nullptr; in ReadDynamicSection() local
341 const ElfW(Shdr)* strtab_shdr = &shdr_table_[dynamic_shdr->sh_link]; in ReadDynamicSection() local
395 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_load_size() local
491 const ElfW(Phdr)* phdr = &phdr_table_[i]; in LoadSegments() local
577 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_load_prot() local
578 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local
646 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_gnu_relro_prot() local
647 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local
720 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_serialize_gnu_relro() local
721 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_serialize_gnu_relro() local
[all …]
Dlinker_mips.cpp75 const ElfW(Sym)* s = nullptr; in relocate() local
161 const ElfW(Sym)* local_sym = symtab_ + sym; in mips_relocate_got() local
164 const ElfW(Sym)* s = nullptr; in mips_relocate_got() local
246 const ElfW(Phdr)& ph = phdr[i]; in mips_check_and_adjust_fp_modes() local
Dlinker_phdr.h53 const ElfW(Phdr)* loaded_phdr() const { return loaded_phdr_; } in ElfW() function
54 const ElfW(Dyn)* dynamic() const { return dynamic_; } in ElfW() function
Dlinker.cpp614 const ElfW(Versym)* soinfo::get_versym(size_t n) const { in ElfW() function
622 ElfW(Addr) soinfo::get_verneed_ptr() const { in ElfW() function
638 ElfW(Addr) soinfo::get_verdef_ptr() const { in ElfW() function
669 const ElfW(Verdef)* verdef = reinterpret_cast<ElfW(Verdef)*>(verdef_ptr + offset); in for_each_verdef() local
692 const ElfW(Verdaux)* verdaux = reinterpret_cast<ElfW(Verdaux)*>(verdef_ptr + verdaux_offset); in for_each_verdef() local
811 const ElfW(Versym)* verdef = get_versym(n); in gnu_lookup() local
850 const ElfW(Versym)* verdef = get_versym(n); in elf_lookup() local
945 const ElfW(Sym)* s = nullptr; in soinfo_do_lookup() local
1271 static const ElfW(Sym)* dlsym_handle_lookup(soinfo* root, soinfo* skip_until, in ElfW() function
1274 const ElfW(Sym)* result = nullptr; in ElfW() local
[all …]
/bionic/libc/include/
Dlink.h37 #define ElfW(type) Elf64_ ## type macro