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

  /external/qemu/elff/
elf_file.cc 367 const Elf_SHdr<Elf_Addr, Elf_Off>* str_sec = local
370 assert(str_sec != NULL);
371 if (str_sec == NULL) {
375 if (!string_section_.map(elf_handle_, pull_val(str_sec->sh_offset),
376 pull_val(str_sec->sh_size))) {
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 367 const Elf_SHdr<Elf_Addr, Elf_Off>* str_sec = local
370 assert(str_sec != NULL);
371 if (str_sec == NULL) {
375 if (!string_section_.map(elf_handle_, pull_val(str_sec->sh_offset),
376 pull_val(str_sec->sh_size))) {

Completed in 21 milliseconds