Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Delf.h258 Elf32_Word sh_type; member
270 Elf64_Word sh_type; member
/bionic/libc/bionic/
Dvdso.cpp94 if (vdso_shdr[i].sh_type == SHT_DYNSYM) { in __libc_init_vdso()
/bionic/linker/
Dlinker_phdr.cpp372 if (shdr_table_[i].sh_type == SHT_DYNAMIC) { in ReadDynamicSection()
441 if (strtab_shdr->sh_type != SHT_STRTAB) { in ReadDynamicSection()
443 name_.c_str(), dynamic_shdr->sh_link, strtab_shdr->sh_type); in ReadDynamicSection()