Lines Matching defs:lazy
80 size_t *lazy, lazy_cnt;
439 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) {
440 dso->lazy[3*dso->lazy_cnt+0] = rel[0];
441 dso->lazy[3*dso->lazy_cnt+1] = rel[1];
442 dso->lazy[3*dso->lazy_cnt+2] = addend;
589 do_relocs(p, p->lazy, size, 3);
594 free(p->lazy);
595 p->lazy = 0;
2149 p->lazy = calloc(n, 3*sizeof(size_t));
2150 if (!p->lazy) {
2151 error("Error preparing lazy relocation for %s: %m", p->name);
2272 /* Processing of deferred lazy relocations must not happen until