Searched refs:map_end (Results 1 – 4 of 4) sorted by relevance
/elf/ |
A D | tst-dl_find_object.c | 186 void *map_end = (void *) (mod1->l_map_end - 1); in do_test() local 193 check (map_end, &expected, __LINE__); in do_test() 200 check (map_end, NULL, __LINE__); in do_test() 206 map_end = (void *) (mod2->l_map_end - 1); in do_test() 211 check (map_end, &expected, __LINE__); in do_test() 216 check (map_end, &expected, __LINE__); in do_test() 222 map_end = (void *) (mod1->l_map_end - 1); in do_test() 227 check (map_end, &expected, __LINE__); in do_test()
|
A D | dl-find_object.h | 36 uintptr_t map_end; /* Set to map_start by dlclose. */ member 53 external->dlfo_map_end = (void *) internal->map_end; in _dl_find_object_to_external() 71 result->map_end = (uintptr_t) l->l_map_end; in _dl_find_object_from_map()
|
A D | dl-map-segments.h | 57 ElfW(Addr) map_end = map_start_aligned + maplength; in ElfW() 58 map_end = ALIGN_UP (map_end, GLRO(dl_pagesize)); in ElfW() 59 delta = map_start + maplen - map_end; in ElfW() 61 __munmap ((void *) map_end, delta); in ElfW()
|
A D | dl-find_object.c | 332 if (pc < first->map_end) in _dlfo_lookup() 342 if (pc < first->map_end) in _dlfo_lookup() 355 if (__glibc_unlikely (_dlfo_main.map_end == 0)) in _dl_find_object() 364 if (pc >= _dlfo_main.map_start && pc < _dlfo_main.map_end) in _dl_find_object() 480 _dlfo_nodelete_mappings[nodelete].map_end in rtld_hidden_def() 558 _dlfo_main.map_end = -1; in _dl_find_object_init() 583 _dlfo_nodelete_mappings_end = _dlfo_nodelete_mappings[last_idx].map_end; in _dl_find_object_init() 819 obj->map_end = obj->map_start; in _dl_find_object_dlclose()
|
Completed in 9 milliseconds