Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:relocated

608   if (mod->e_type == ET_REL && !debugfile->relocated)
612 /* The debugging sections have to be relocated. */
712 if (mod->e_type == ET_REL && ! mod->main.relocated)
717 mod->main.relocated = true;
723 mod->debug.relocated = true;
724 else if (mod->debug.elf != NULL && ! mod->debug.relocated)
726 mod->debug.relocated = true;
754 && mod->main.relocated && ! mod->debug.relocated)
756 mod->debug.relocated = true;