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

  /external/qemu/elff/
elf_file.cc 342 const Elf_Off sec_table_off = pull_val(header->e_shoff); local
343 assert(sec_table_off != 0 && sec_count_ != 0);
344 if (sec_table_off == 0 || sec_count_ == 0) {
355 if (mapfile_read_at(elf_handle_, sec_table_off, sec_table_,
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 342 const Elf_Off sec_table_off = pull_val(header->e_shoff); local
343 assert(sec_table_off != 0 && sec_count_ != 0);
344 if (sec_table_off == 0 || sec_count_ == 0) {
355 if (mapfile_read_at(elf_handle_, sec_table_off, sec_table_,

Completed in 34 milliseconds