Searched refs:str_sec (Results 1 - 1 of 1) sorted by relevance

/external/qemu/elff/
H A Delf_file.cc362 const Elf_SHdr<Elf_Addr, Elf_Off>* str_sec = local
365 assert(str_sec != NULL);
366 if (str_sec == NULL) {
370 if (!string_section_.map(elf_handle_, pull_val(str_sec->sh_offset),
371 pull_val(str_sec->sh_size))) {

Completed in 9 milliseconds