Searched refs:plt_size (Results 1 – 3 of 3) sorted by relevance
91 info->plt_offset = me->arch.plt_size; in check_rela()92 me->arch.plt_size += PLT_ENTRY_SIZE; in check_rela()152 me->arch.got_size = me->arch.plt_size = 0; in module_frob_arch_sections()168 if (me->arch.plt_size) { in module_frob_arch_sections()170 me->arch.plt_size += PLT_ENTRY_SIZE; in module_frob_arch_sections()171 me->core_layout.size += me->arch.plt_size; in module_frob_arch_sections()332 me->arch.plt_size - PLT_ENTRY_SIZE; in apply_rela()449 !nospec_disable && me->arch.plt_size) { in module_finalize()453 me->arch.plt_size - PLT_ENTRY_SIZE; in module_finalize()
28 unsigned long plt_size; member
124 plt_size = int(module_arch['plt_size'])125 module_addr = hex(int(module_addr, 0) + plt_offset + plt_size)