Lines Matching refs:segment
169 /* Module starts below any segment. Insert a low one. */
177 /* The module starts in the middle of this segment. Split it. */
186 /* The module starts past the end of this segment.
197 /* The module ends in the middle of this segment. Split it. */
213 mod->segment = idx;
215 /* Put MOD in the table for each segment that's inside it. */
220 assert (dwfl->lookup_module[mod->segment] == mod);
235 dwfl->lookup_module[idx]->segment = idx;
263 /* If this segment does not have a module, but the address is
264 the upper boundary of the previous segment's module, use that. */
275 /* Translate internal segment table index to user segment index. */