Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElfInterface.cpp304 ShdrType str_shdr; in ReadSectionHeaders() local
309 if (!memory_->ReadFully(str_offset, &str_shdr, sizeof(str_shdr))) { in ReadSectionHeaders()
312 if (str_shdr.sh_type != SHT_STRTAB) { in ReadSectionHeaders()
316 str_shdr.sh_offset, str_shdr.sh_size)); in ReadSectionHeaders()