HomeSort by relevance Sort by last modified time
    Searched refs:str_sec_index (Results 1 - 2 of 2) sorted by null

  /external/qemu/elff/
elf_file.cc 361 const Elf_Half str_sec_index = pull_val(header->e_shstrndx); local
362 assert(str_sec_index != SHN_UNDEF);
363 if (str_sec_index == SHN_UNDEF) {
369 (get_section_by_index(str_sec_index));
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 361 const Elf_Half str_sec_index = pull_val(header->e_shstrndx); local
362 assert(str_sec_index != SHN_UNDEF);
363 if (str_sec_index == SHN_UNDEF) {
369 (get_section_by_index(str_sec_index));

Completed in 34 milliseconds