Home
last modified time | relevance | path

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

/NextBSD/gnu/usr.bin/gdb/kgdb/
HDkld.c202 adjust_section_address (struct section_table *sec, CORE_ADDR *curr_base) in adjust_section_address() argument
208 sec->addr += *curr_base; in adjust_section_address()
209 sec->endaddr += *curr_base; in adjust_section_address()
213 *curr_base = align_power(*curr_base, in adjust_section_address()
215 sec->addr = *curr_base; in adjust_section_address()
217 *curr_base = sec->endaddr; in adjust_section_address()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDRangeMap.h1172 auto curr_base = pos->GetRangeBase(); in CalculateSizesOfZeroByteSizeRanges() local
1176 if (next_base > curr_base) in CalculateSizesOfZeroByteSizeRanges()
1178 pos->SetByteSize (next_base - curr_base); in CalculateSizesOfZeroByteSizeRanges()