Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfSection.cpp779 FdeInfo filling = fdes.back(); // Entry with the minimal pc_start seen so far. in BuildFdeIndex() local
783 if (prev_pc_end < fdes[i].pc_start && filling.pc_start < fdes[i].pc_start) { in BuildFdeIndex()
784 fdes.push_back({filling.pc_start, fdes[i].pc_start, filling.fde_offset}); in BuildFdeIndex()
786 if (fdes[i].pc_start < filling.pc_start) { in BuildFdeIndex()
787 filling = fdes[i]; in BuildFdeIndex()