Searched refs:targetsec (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/parisc/kernel/
H A Dmodule.c405 enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec)
411 if (!me->arch.section[targetsec].stub_offset) {
412 loc0 -= (me->arch.section[targetsec].stub_entries + 1) *
416 me->arch.section[targetsec].stub_offset = loc0;
420 stub = (void *) me->arch.section[targetsec].stub_offset;
421 me->arch.section[targetsec].stub_offset += sizeof(struct stub_entry);
424 BUG_ON(0 == me->arch.section[targetsec].stub_entries--);
515 unsigned int targetsec = sechdrs[relsec].sh_info; local
520 targetsec);
523 loc = (void *)sechdrs[targetsec]
404 get_stub(struct module *me, unsigned long value, long addend, enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec) argument
661 unsigned int targetsec = sechdrs[relsec].sh_info; local
[all...]

Completed in 129 milliseconds