Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Delf_defs.h38 #define INC_CPTR(p, n) (reinterpret_cast<const uint8_t*>(p) + (n)) macro
118 const void* rend = INC_CPTR(rp, rsize); in is_in_section()
Ddwarf_cu.cc304 (INC_CPTR(elf->get_debug_abbrev_data(), in DwarfCUImpl()
327 INC_CPTR(cu_header_, cu_size_ + ELFF_FIELD_OFFSET(Dwarf_CUHdr, version)); in parse()
456 INC_CPTR(elf_file()->get_debug_line_data(), stmtl.value()->u32); in init_stmtl()
Delf_file.h322 return INC_CPTR(sec_table_, static_cast<size_t>(index) * sec_entry_size_); in get_section_by_index()
Delf_file.cc455 (INC_CPTR(cur_section, sec_entry_size_)); in get_section_info_by_name()
Ddwarf_defs.h268 return INC_CPTR(&val, value->encoded_size); in process()