Home
last modified time | relevance | path

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

/external/qemu/elff/
Delf_file.cc356 const Elf_Half str_sec_index = pull_val(header->e_shstrndx); in initialize() local
357 assert(str_sec_index != SHN_UNDEF); in initialize()
358 if (str_sec_index == SHN_UNDEF) { in initialize()
364 (get_section_by_index(str_sec_index)); in initialize()