Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.cpp320 ShdrType str_shdr; in ReadSectionHeaders() local
325 if (!memory_->ReadFully(str_offset, &str_shdr, sizeof(str_shdr))) { in ReadSectionHeaders()
328 if (str_shdr.sh_type != SHT_STRTAB) { in ReadSectionHeaders()
332 str_shdr.sh_offset, str_shdr.sh_size)); in ReadSectionHeaders()