Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h219 #define SHT_STRTAB 3 macro
/bionic/libc/include/bits/
Delf_common.h419 #define SHT_STRTAB 3 /* string table section */ macro
/bionic/linker/
Dlinker_phdr.cpp473 if (strtab_shdr->sh_type != SHT_STRTAB) { in ReadDynamicSection()