Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 2 of 2) sorted by relevance

/elf/
A Ddl-find_object.c114 struct dl_find_object_internal objects[]; member
133 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 …]
A Drtld-debugger-interface.txt16 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 to
102 The linker is about to map new objects into the specified
107 The linker has finished mapping new objects into the specified
109 may be inspected, although objects in the namespace's link-map
113 The linker failed while attempting to map new objects into
118 The linker is about to relocate all unrelocated objects in the
126 inspected, and all objects in the namespace's link-map are
130 The linker is about to remove objects from the specified
[all …]

Completed in 4 milliseconds