Home
last modified time | relevance | path

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

/elf/
A Ddynamic-link.h81 # define _ELF_DYNAMIC_DO_RELOC(RELOC, reloc, map, scope, do_lazy, skip_ifunc, test_rel) \ argument
87 if ((map)->l_info[DT_##RELOC]) \
89 ranges[0].start = D_PTR ((map), l_info[DT_##RELOC]); \
90 ranges[0].size = (map)->l_info[DT_##RELOC##SZ]->d_un.d_val; \
91 if (map->l_info[VERSYMIDX (DT_##RELOC##COUNT)] != NULL) \
93 = map->l_info[VERSYMIDX (DT_##RELOC##COUNT)]->d_un.d_val; \
96 && (!test_rel || (map)->l_info[DT_PLTREL]->d_un.d_val == DT_##RELOC)) \

Completed in 10 milliseconds