Lines Matching refs:sh_addr
515 got = (void *) mod->arch.got->sh_addr; in get_ltoff()
521 BUG_ON(e >= (struct got_entry *) (mod->arch.got->sh_addr + mod->arch.got->sh_size)); in get_ltoff()
546 plt = (void *) mod->arch.init_plt->sh_addr; in get_plt()
549 plt = (void *) mod->arch.core_plt->sh_addr; in get_plt()
585 struct fdesc *fdesc = (void *) mod->arch.opd->sh_addr; in get_fdesc()
606 if ((uint64_t) ++fdesc >= mod->arch.opd->sh_addr + mod->arch.opd->sh_size) in get_fdesc()
636 case RV_SECREL: val -= sec->sh_addr; break; in do_reloc()
791 Elf64_Rela *rela = (void *) sechdrs[relsec].sh_addr; in apply_relocate_add()
828 ((Elf64_Sym *) sechdrs[symindex].sh_addr in apply_relocate_add()
831 (void *) target_sec->sh_addr + rela[i].r_offset); in apply_relocate_add()
847 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table()