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

  /external/qemu/elff/
elf_file.cc 444 const Elf_SHdr<Elf_Addr, Elf_Off>* cur_section = local
448 const char* sec_name = get_str_sec_str(pull_val(cur_section->sh_name));
450 *offset = pull_val(cur_section->sh_offset);
451 *size = pull_val(cur_section->sh_size);
454 cur_section = reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>
455 (INC_CPTR(cur_section, sec_entry_size_));
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 444 const Elf_SHdr<Elf_Addr, Elf_Off>* cur_section = local
448 const char* sec_name = get_str_sec_str(pull_val(cur_section->sh_name));
450 *offset = pull_val(cur_section->sh_offset);
451 *size = pull_val(cur_section->sh_size);
454 cur_section = reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>
455 (INC_CPTR(cur_section, sec_entry_size_));

Completed in 45 milliseconds