Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.cpp146 Dwarf_Addr rng_high_pc = base_addr + range.dwr_addr2; in IterateDieRanges() local
147 if (func(rng_low_pc, rng_high_pc)) { in IterateDieRanges()
547 Dwarf_Addr rng_high_pc = base_addr + range.dwr_addr2; in FindRangeForPc() local
548 if (rng_low_pc <= pc && pc < rng_high_pc) { in FindRangeForPc()
550 *out_high_pc = rng_high_pc; in FindRangeForPc()