Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:highest

488      So we consider the highest section end, which still matches up.  */
490 GElf_Addr highest;
503 if (sh_end > highest)
504 highest = sh_end;
508 highest = 0;
519 if (highest > mod->main.vaddr)
521 mod->main.address_sync = highest;
523 highest = 0;
533 if (highest > mod->debug.vaddr)
534 mod->debug.address_sync = highest;