Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
H A Dmodule.c393 enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec) in get_stub() argument
399 if (!me->arch.section[targetsec].stub_offset) { in get_stub()
400 loc0 -= (me->arch.section[targetsec].stub_entries + 1) * in get_stub()
404 me->arch.section[targetsec].stub_offset = loc0; in get_stub()
408 stub = (void *) me->arch.section[targetsec].stub_offset; in get_stub()
409 me->arch.section[targetsec].stub_offset += sizeof(struct stub_entry); in get_stub()
412 BUG_ON(0 == me->arch.section[targetsec].stub_entries--); in get_stub()
503 unsigned int targetsec = sechdrs[relsec].sh_info; in apply_relocate_add() local
508 targetsec); in apply_relocate_add()
511 loc = (void *)sechdrs[targetsec].sh_addr in apply_relocate_add()
[all …]