Home
last modified time | relevance | path

Searched refs:pltsec (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kernel/
A Dmodule-plts.c79 int i = pltsec->plt_num_entries; in module_emit_plt_entry()
96 pltsec->plt_num_entries += i - j; in module_emit_plt_entry()
97 if (WARN_ON(pltsec->plt_num_entries > pltsec->plt_max_entries)) in module_emit_plt_entry()
110 int i = pltsec->plt_num_entries++; in module_emit_veneer_for_adrp()
114 if (WARN_ON(pltsec->plt_num_entries > pltsec->plt_max_entries)) in module_emit_veneer_for_adrp()
118 i = pltsec->plt_num_entries++; in module_emit_veneer_for_adrp()
296 Elf_Shdr *pltsec, *tramp = NULL; in module_frob_arch_sections() local
354 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
356 pltsec->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
362 pltsec->sh_type = SHT_NOBITS; in module_frob_arch_sections()
[all …]
/linux/arch/arm/kernel/
A Dmodule-plts.c40 if (!ARRAY_SIZE(fixed_plts) || pltsec->plt_count) in prealloc_fixed()
42 pltsec->plt_count = ARRAY_SIZE(fixed_plts); in prealloc_fixed()
59 if (!pltsec->plt_ent) in get_module_plt()
60 pltsec->plt_ent = (struct plt_entries *)pltsec->plt->sh_addr; in get_module_plt()
61 plt = pltsec->plt_ent; in get_module_plt()
63 prealloc_fixed(pltsec, plt); in get_module_plt()
75 if (pltsec->plt_count > 0) { in get_module_plt()
76 plt += (pltsec->plt_count - 1) / PLT_ENT_COUNT; in get_module_plt()
77 idx = (pltsec->plt_count - 1) % PLT_ENT_COUNT; in get_module_plt()
87 pltsec->plt_count++; in get_module_plt()
[all …]

Completed in 5 milliseconds