Searched refs:plt_size (Results 1 – 2 of 2) sorted by relevance
103 info->plt_offset = me->arch.plt_size; in check_rela()104 me->arch.plt_size += PLT_ENTRY_SIZE; in check_rela()164 me->arch.got_size = me->arch.plt_size = 0; in module_frob_arch_sections()180 if (me->arch.plt_size) { in module_frob_arch_sections()182 me->arch.plt_size += PLT_ENTRY_SIZE; in module_frob_arch_sections()183 me->core_layout.size += me->arch.plt_size; in module_frob_arch_sections()355 jump_r1 = plt_base + me->arch.plt_size - in apply_rela()515 !nospec_disable && me->arch.plt_size) { in module_finalize()519 me->arch.plt_size - PLT_ENTRY_SIZE; in module_finalize()
26 unsigned long plt_size; member