Searched refs:objects (Results 1 – 2 of 2) sorted by relevance
114 struct dl_find_object_internal objects[]; member133 count += seg->objects[i].map != NULL; in _dlfo_mappings_segment_count_used()412 if (pc >= seg->objects[0].map_start) in _dl_find_object()418 = _dlfo_lookup (pc, seg->objects, seg->size); in _dl_find_object()528 uintptr_t min_val = objects[i].map_start; in _dlfo_sort_mappings()530 if (objects[j].map_start < min_val) in _dlfo_sort_mappings()533 min_val = objects[j].map_start; in _dlfo_sort_mappings()538 objects[min_idx] = objects[i]; in _dlfo_sort_mappings()539 objects[i] = tmp; in _dlfo_sort_mappings()721 = &target_seg->objects[target_seg_index1 - 1]; in _dl_find_object_update_1()[all …]
16 A linked list of loaded objects.35 objects in the link-map have been relocated or not.98 inspected, and all objects in the link-map are guaranteed to102 The linker is about to map new objects into the specified107 The linker has finished mapping new objects into the specified109 may be inspected, although objects in the namespace's link-map113 The linker failed while attempting to map new objects into118 The linker is about to relocate all unrelocated objects in the126 inspected, and all objects in the namespace's link-map are130 The linker is about to remove objects from the specified[all …]
Completed in 4 milliseconds