Searched refs:num_gots (Results 1 – 2 of 2) sorted by relevance
94 unsigned int num_gots = 0; in module_frob_arch_sections() local135 count_max_entries(relas, num_rela, &num_plts, &num_gots); in module_frob_arch_sections()148 mod->arch.got.shdr->sh_size = (num_gots + 1) * sizeof(struct got_entry); in module_frob_arch_sections()150 mod->arch.got.max_entries = num_gots; in module_frob_arch_sections()
107 unsigned int i, num_plts = 0, num_gots = 0; in module_frob_arch_sections() local150 count_max_entries(relas, num_rela, &num_plts, &num_gots); in module_frob_arch_sections()157 got_sec->sh_size = (num_gots + 1) * sizeof(struct got_entry); in module_frob_arch_sections()159 mod->arch.got.max_entries = num_gots; in module_frob_arch_sections()