Lines Matching refs:lwm
1920 unsigned lwm = off & ~(page_size - 1);
1927 offset += lwm;
1928 create_mapping (extent < hwm - lwm ? hwm - lwm : extent);
1930 data = hdr.buffer + (off - lwm);
3228 SPAN_FIRST = 1, /* LWM of locations to stream */
3574 bool read_bindings (unsigned count, unsigned lwm, unsigned hwm);
3600 bool read_entities (unsigned count, unsigned lwm, unsigned hwm);
13336 unsigned lwm = dep->cluster;
13342 lwm = dep->section;
13345 if (dep->section && v->section > lwm)
13346 v->section = lwm;
13489 /* Now rewrite entries [0,lwm), in the dependency order we
15125 module_state::read_bindings (unsigned num, unsigned lwm, unsigned hwm)
15140 if (!ns || !name || (snum - lwm) >= (hwm - lwm))
15208 module_state::read_entities (unsigned count, unsigned lwm, unsigned hwm)
15221 if (snum && (snum - lwm) >= (hwm - lwm))
15899 dump () && dump ("Ordinary:%u maps hwm:%u macro:%u maps lwm:%u ",
16161 dump () && dump ("Macro location lwm:%u", offset);
16218 location_t lwm = offset;
16232 if (map->start_location < lwm)
16234 lwm = map->start_location;
16235 dump (dumper::LOCATION) && dump ("Map:%u %u->%u", ix, hwm, lwm);
16299 unsigned lwm = sec.u ();
16300 /* Record the current LWM so that the below read_location is
16302 macro_locs.first = lwm - slurp->loc_deltas.second;
16337 location_t lwm = sec.u ();
16338 macro_locs.first = lwm - slurp->loc_deltas.second;
16340 dump () && dump ("Macro location lwm:%u", macro_locs.first);