Searched refs:map_start (Results 1 – 6 of 6) sorted by relevance
/elf/ |
A D | dl-map-segments.h | 37 ElfW(Addr) map_start = (ElfW(Addr)) __mmap ((void *) mappref, maplen, in ElfW() 41 if (__glibc_unlikely ((void *) map_start == MAP_FAILED)) in ElfW() 42 return map_start; in ElfW() 44 ElfW(Addr) map_start_aligned = ALIGN_UP (map_start, c->mapalign); in ElfW() 50 __munmap ((void *) map_start, maplen); in ElfW() 54 ElfW(Addr) delta = map_start_aligned - map_start; in ElfW() 56 __munmap ((void *) map_start, delta); in ElfW() 59 delta = map_start + maplen - map_end; in ElfW()
|
A D | tst-dl_find_object.c | 185 void *map_start = (void *) mod1->l_map_start; in do_test() local 192 check (map_start, &expected, __LINE__); in do_test() 199 check (map_start, NULL, __LINE__); in do_test() 205 map_start = (void *) mod2->l_map_start; in do_test() 210 check (map_start, &expected, __LINE__); in do_test() 215 check (map_start, &expected, __LINE__); in do_test() 221 map_start = (void *) mod1->l_map_start; in do_test() 226 check (map_start, &expected, __LINE__); in do_test()
|
A D | dl-find_object.h | 35 uintptr_t map_start; member 52 external->dlfo_map_start = (void *) internal->map_start; in _dl_find_object_to_external() 70 result->map_start = (uintptr_t) l->l_map_start; in _dl_find_object_from_map()
|
A D | dl-find_object.c | 321 if (middle->map_start < pc) in _dlfo_lookup() 330 if (first != end && pc == first->map_start) in _dlfo_lookup() 371 if (pc >= _dlfo_nodelete_mappings->map_start in _dl_find_object() 412 if (pc >= seg->objects[0].map_start) 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() 557 _dlfo_main.map_start = -1; in _dl_find_object_init() 792 uintptr_t map_start = map->l_map_start; in _dl_find_object_dlclose() local 803 if (map_start >= seg->objects[0].map_start) in _dl_find_object_dlclose() [all …]
|
A D | rtld-debugger-interface.txt | 101 map_start:
|
A D | dl-load.c | 1495 LIBC_PROBE (map_start, 2, nsid, r); in _dl_map_object_from_fd()
|
Completed in 10 milliseconds