/linux-4.4.14/arch/x86/kernel/ |
H A D | livepatch.c | 45 unsigned long core_size = mod->core_size; klp_write_module_reloc() local 68 if (loc < core || loc >= core + core_size) klp_write_module_reloc()
|
/linux-4.4.14/arch/avr32/kernel/ |
H A D | module.c | 121 module->core_size = ALIGN(module->core_size, 4); module_frob_arch_sections() 122 module->arch.got_offset = module->core_size; module_frob_arch_sections() 123 module->core_size += module->arch.got_size; module_frob_arch_sections()
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | module.c | 162 me->core_size = ALIGN(me->core_size, 4); module_frob_arch_sections() 163 me->arch.got_offset = me->core_size; module_frob_arch_sections() 164 me->core_size += me->arch.got_size; module_frob_arch_sections() 165 me->arch.plt_offset = me->core_size; module_frob_arch_sections() 166 me->core_size += me->arch.plt_size; module_frob_arch_sections()
|
/linux-4.4.14/scripts/gdb/linux/ |
H A D | modules.py | 79 size=str(module['core_size']),
|
/linux-4.4.14/drivers/uwb/ |
H A D | hwa-rc.c | 439 * @core_size: size of the "non variable" part of the event 446 size_t core_size, size_t offset, hwarc_get_event_size() 462 size = core_size + le16_to_cpu(*(__le16 *)ptr); hwarc_get_event_size() 506 size_t core_size, offset; hwarc_filter_event_WUSB_0100() local 512 core_size = sizeof(struct uwb_rc_evt_beacon_WUSB_0100); hwarc_filter_event_WUSB_0100() 515 event_size = hwarc_get_event_size(rc, rceb, core_size, hwarc_filter_event_WUSB_0100() 530 core_size = sizeof(struct uwb_rc_evt_drp_avail_WUSB_0100); hwarc_filter_event_WUSB_0100() 533 event_size = hwarc_get_event_size(rc, rceb, core_size, hwarc_filter_event_WUSB_0100() 543 core_size = sizeof(struct uwb_rc_evt_drp_WUSB_0100); hwarc_filter_event_WUSB_0100() 545 event_size = hwarc_get_event_size(rc, rceb, core_size, hwarc_filter_event_WUSB_0100() 445 hwarc_get_event_size(struct uwb_rc *rc, const struct uwb_rceb *rceb, size_t core_size, size_t offset, const size_t buf_size) hwarc_get_event_size() argument
|
/linux-4.4.14/kernel/gcov/ |
H A D | base.c | 145 if (within(info, mod->module_core, mod->core_size)) { gcov_module_notifier()
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | module.c | 110 loc <= (me->module_core + me->core_size)); in_core() 370 me->core_size = ALIGN(me->core_size, 16); module_frob_arch_sections() 371 me->arch.got_offset = me->core_size; module_frob_arch_sections() 372 me->core_size += gots * sizeof(struct got_entry); module_frob_arch_sections() 374 me->core_size = ALIGN(me->core_size, 16); module_frob_arch_sections() 375 me->arch.fdesc_offset = me->core_size; module_frob_arch_sections() 376 me->core_size += fdescs * sizeof(Elf_Fdesc); module_frob_arch_sections()
|
/linux-4.4.14/kernel/ |
H A D | module.c | 142 return (unsigned long)mod->core_size; __mod_tree_size() 270 __mod_update_bounds(mod->module_core, mod->core_size); mod_update_bounds() 1220 return sprintf(buffer, "%u\n", mk->mod->core_size); show_coresize() 1922 mod->module_core + mod->core_size, unset_module_core_ro_nx() 2047 lockdep_free_key_range(mod->module_core, mod->core_size); free_module() 2254 s->sh_entsize = get_offset(mod, &mod->core_size, s, i); layout_sections() 2259 mod->core_size = debug_align(mod->core_size); layout_sections() 2260 mod->core_text_size = mod->core_size; layout_sections() 2263 mod->core_size = debug_align(mod->core_size); layout_sections() 2264 mod->core_ro_size = mod->core_size; layout_sections() 2267 mod->core_size = debug_align(mod->core_size); layout_sections() 2489 info->symoffs = ALIGN(mod->core_size, symsect->sh_addralign ?: 1); layout_symtab() 2490 info->stroffs = mod->core_size = info->symoffs + ndst * sizeof(Elf_Sym); layout_symtab() 2491 mod->core_size += strtab_size; layout_symtab() 2492 mod->core_size = debug_align(mod->core_size); layout_symtab() 2986 ptr = module_alloc(mod->core_size); move_module() 2996 memset(ptr, 0, mod->core_size); move_module() 3097 (unsigned long)mod->module_core + mod->core_size); flush_module_icache() 3398 mod->core_size); complete_formation() 3599 lockdep_free_key_range(mod->module_core, mod->core_size); load_module() 3938 mod->name, mod->init_size + mod->core_size); m_show()
|
/linux-4.4.14/include/linux/ |
H A D | module.h | 379 * module_init, module_core, init_size, core_size, 389 unsigned int init_size, core_size; member in struct:module 510 addr < (unsigned long)mod->module_core + mod->core_size; within_module_core()
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | vpe.c | 208 get_offset((unsigned long *)&mod->core_size, s); layout_sections() 212 mod->core_text_size = mod->core_size; layout_sections() 644 v->load_addr = alloc_progmem(mod.core_size); vpe_elfload()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | module.c | 163 gp = (u64)me->module_core + me->core_size - 0x8000; apply_relocate_add()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | module_32.c | 192 && location < mod->module_core + mod->core_size) do_plt_call()
|
/linux-4.4.14/arch/metag/kernel/ |
H A D | module.c | 180 && location < mod->module_core + mod->core_size) do_plt_call()
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | module.c | 495 return addr - (uint64_t) mod->module_core < mod->core_size; in_core() 813 if (mod->core_size > MAX_LTOFF) apply_relocate_add() 818 gp = mod->core_size - MAX_LTOFF / 2; apply_relocate_add() 820 gp = mod->core_size / 2; apply_relocate_add()
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | unwind.c | 192 const void *core_start, unsigned long core_size, init_unwind_table() 201 table->core.range = core_size; init_unwind_table() 388 module->module_core, module->core_size, unwind_add_table() 191 init_unwind_table(struct unwind_table *table, const char *name, const void *core_start, unsigned long core_size, const void *init_start, unsigned long init_size, const void *table_start, unsigned long table_size, const u8 *header_start, unsigned long header_size) init_unwind_table() argument
|
/linux-4.4.14/kernel/debug/kdb/ |
H A D | kdb_main.c | 2024 mod->core_size, (void *)mod); list_for_each_entry()
|