Lines Matching refs:sh_addr
517 got = (void *) mod->arch.got->sh_addr; in get_ltoff()
523 BUG_ON(e >= (struct got_entry *) (mod->arch.got->sh_addr + mod->arch.got->sh_size)); in get_ltoff()
548 plt = (void *) mod->arch.init_plt->sh_addr; in get_plt()
551 plt = (void *) mod->arch.core_plt->sh_addr; in get_plt()
587 struct fdesc *fdesc = (void *) mod->arch.opd->sh_addr; in get_fdesc()
608 if ((uint64_t) ++fdesc >= mod->arch.opd->sh_addr + mod->arch.opd->sh_size) in get_fdesc()
638 case RV_SECREL: val -= sec->sh_addr; break; in do_reloc()
793 Elf64_Rela *rela = (void *) sechdrs[relsec].sh_addr; in apply_relocate_add()
830 ((Elf64_Sym *) sechdrs[symindex].sh_addr in apply_relocate_add()
833 (void *) target_sec->sh_addr + rela[i].r_offset); in apply_relocate_add()
849 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table()
916 mas->opd_addr = (void *)mas->opd->sh_addr; in module_finalize()