Searched refs:mod_section (Results 1 – 4 of 4) sorted by relevance
15 struct mod_section { struct22 struct mod_section got; argument23 struct mod_section plt;24 struct mod_section got_plt;37 const struct mod_section *sec) in get_got_entry()90 static inline int get_got_plt_idx(unsigned long val, const struct mod_section *sec) in get_got_plt_idx()102 const struct mod_section *sec_plt, in get_plt_entry()103 const struct mod_section *sec_got_plt) in get_plt_entry()
14 struct mod_section { struct21 struct mod_section got; argument22 struct mod_section plt;23 struct mod_section plt_idx;75 static inline int get_plt_idx(unsigned long val, Elf_Shdr *sechdrs, const struct mod_section *sec) in get_plt_idx()90 const struct mod_section *sec_plt, in get_plt_entry()91 const struct mod_section *sec_plt_idx) in get_plt_entry()104 const struct mod_section *sec) in get_got_entry()
15 struct mod_section *got_sec = &mod->arch.got; in module_emit_got_entry()34 struct mod_section *got_plt_sec = &mod->arch.got_plt; in module_emit_plt_entry()36 struct mod_section *plt_sec = &mod->arch.plt; in module_emit_plt_entry()
14 struct mod_section *got_sec = &mod->arch.got; in module_emit_got_entry()41 struct mod_section *plt_sec = &mod->arch.plt; in module_emit_plt_entry()42 struct mod_section *plt_idx_sec = &mod->arch.plt_idx; in module_emit_plt_entry()