Lines Matching refs:sh_addr
523 got = (void *) mod->arch.got->sh_addr; in get_ltoff()
529 BUG_ON(e >= (struct got_entry *) (mod->arch.got->sh_addr + mod->arch.got->sh_size)); in get_ltoff()
554 plt = (void *) mod->arch.init_plt->sh_addr; in get_plt()
557 plt = (void *) mod->arch.core_plt->sh_addr; in get_plt()
593 struct fdesc *fdesc = (void *) mod->arch.opd->sh_addr; in get_fdesc()
614 if ((uint64_t) ++fdesc >= mod->arch.opd->sh_addr + mod->arch.opd->sh_size) in get_fdesc()
644 case RV_SECREL: val -= sec->sh_addr; break; in do_reloc()
799 Elf64_Rela *rela = (void *) sechdrs[relsec].sh_addr; in apply_relocate_add()
836 ((Elf64_Sym *) sechdrs[symindex].sh_addr in apply_relocate_add()
839 (void *) target_sec->sh_addr + rela[i].r_offset); in apply_relocate_add()
855 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table()
921 mod->arch.paravirt_bundles->sh_addr; in module_finalize()
924 (mod->arch.paravirt_bundles->sh_addr + in module_finalize()
932 mod->arch.paravirt_insts->sh_addr; in module_finalize()
935 (mod->arch.paravirt_insts->sh_addr + in module_finalize()