Home
last modified time | relevance | path

Searched refs:cur_section (Results 1 – 1 of 1) sorted by relevance

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