Searched refs:plt_size (Results 1 – 2 of 2) sorted by relevance
84 info->plt_offset = me->arch.plt_size; in check_rela()85 me->arch.plt_size += PLT_ENTRY_SIZE; in check_rela()145 me->arch.got_size = me->arch.plt_size = 0; in module_frob_arch_sections()161 if (me->arch.plt_size) { in module_frob_arch_sections()163 me->arch.plt_size += PLT_ENTRY_SIZE; in module_frob_arch_sections()164 me->core_layout.size += me->arch.plt_size; in module_frob_arch_sections()325 me->arch.plt_size - PLT_ENTRY_SIZE; in apply_rela()442 !nospec_disable && me->arch.plt_size) { in module_finalize()446 me->arch.plt_size - PLT_ENTRY_SIZE; in module_finalize()
28 unsigned long plt_size; member