Searched refs:targetsec (Results 1 – 1 of 1) sorted by relevance
442 enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec) in get_stub() argument448 if (!me->arch.section[targetsec].stub_offset) { in get_stub()449 loc0 -= (me->arch.section[targetsec].stub_entries + 1) * in get_stub()453 me->arch.section[targetsec].stub_offset = loc0; in get_stub()457 stub = (void *) me->arch.section[targetsec].stub_offset; in get_stub()458 me->arch.section[targetsec].stub_offset += sizeof(struct stub_entry); in get_stub()461 BUG_ON(0 == me->arch.section[targetsec].stub_entries--); in get_stub()552 unsigned int targetsec = sechdrs[relsec].sh_info; in apply_relocate_add() local557 targetsec); in apply_relocate_add()560 loc = (void *)sechdrs[targetsec].sh_addr in apply_relocate_add()[all …]