Searched refs:PLT_ENT_SIZE (Results 1 – 2 of 2) sorted by relevance
88 BUG_ON(pltsec->plt_count * PLT_ENT_SIZE > pltsec->plt->sh_size); in get_module_plt()270 mod->arch.core.plt->sh_size = round_up(core_plts * PLT_ENT_SIZE, in module_frob_arch_sections()278 mod->arch.init.plt->sh_size = round_up(init_plts * PLT_ENT_SIZE, in module_frob_arch_sections()
24 #define PLT_ENT_SIZE (sizeof(struct plt_entries) / PLT_ENT_COUNT) macro
Completed in 4 milliseconds