Searched refs:st_value (Results 26 - 50 of 57) sorted by relevance

123

/linux-master/arch/mips/boot/tools/
H A Drelocs.c345 sym->st_value = elf_addr_to_cpu(sym->st_value);
506 if ((bind == STB_WEAK) && (sym->st_value == 0)) {
/linux-master/arch/loongarch/kernel/
H A Dmodule.c445 if (IS_ERR_VALUE(sym->st_value)) {
465 pr_debug("type %d st_value %llx r_addend %llx loc %llx\n",
467 sym->st_value, rel[i].r_addend, (u64)location);
469 v = sym->st_value + rel[i].r_addend;
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_64.c440 name, sym->st_info, sym->st_shndx, sym->st_value,
462 value = sym->st_value;
/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.c229 return (void *)(vdso_info.load_offset + sym->st_value);
/linux-master/arch/sparc/kernel/
H A Dmodule.c111 v = sym->st_value + rel[i].r_addend;
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h144 * st_value is unsigned, so we rely
148 syms[k] = GET_LE(&sym->st_value);
/linux-master/arch/alpha/kernel/
H A Dmodule.c165 value = sym->st_value + rela[i].r_addend;
/linux-master/arch/riscv/kernel/
H A Dmodule.c812 if (IS_ERR_VALUE(sym->st_value)) {
834 v = sym->st_value + rel[i].r_addend;
847 if (hi20_loc == sym->st_value
855 hi20_sym->st_value
H A Delf_kexec.c416 val = sym->st_value;
/linux-master/tools/lib/bpf/
H A Dlinker.c434 init_sym->st_value = 0;
815 || sym->st_value != 0 || sym->st_size != 0) {
833 || sym->st_value != 0 || sym->st_size != 0) {
847 if (sym->st_value != 0)
1964 dst_sym->st_value = src_sec->dst_off + sym->st_value;
1995 dst_sym->st_value = (src_sec ? src_sec->dst_off : 0) + sym->st_value;
2002 dst_sym->st_value = 0;
2230 vi->offset = sym->st_value;
[all...]
H A Delf.c264 * sym.st_value (virtual address) into desired final file offset.
268 return sym->sym.st_value - sym->sh.sh_addr + sym->sh.sh_offset;
/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c219 value = sym->st_value + rela[i].r_addend;
H A Dmodule_64.c786 sym->st_value = my_r2(sechdrs, me);
800 strtab + sym->st_name, (unsigned long)sym->st_value,
804 value = sym->st_value + rela[i].r_addend;
/linux-master/arch/arm64/kernel/
H A Dmodule-plts.c78 u64 val = sym->st_value + rela->r_addend;
H A Dmodule.c368 val = sym->st_value + rel[i].r_addend;
/linux-master/tools/testing/selftests/sgx/
H A Dload.c171 return (uint64_t)sym->st_value;
/linux-master/tools/objtool/
H A Delf.c407 sym->offset = sym->sym.st_value;
807 // st_value 0
838 sym->sym.st_value = orig->sym.st_value - size;
/linux-master/scripts/
H A Dinsert-sys-cert.c177 s->address = elf_sym->st_value;
H A Dsorttable.h453 _r(&sort_needed_sym->st_value) -
H A Drecordmcount.h542 *recvalp = _w(symp->st_value);
/linux-master/arch/s390/boot/
H A Dstartup.c161 val += dynsym[r_sym].st_value + offset;
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c362 val = sym->st_value;
H A Dmodule.c274 val = symtab[r_sym].st_value;
/linux-master/kernel/
H A Dkexec_file.c1136 return (void *)(sechdr->sh_addr + sym->st_value);
1169 sym_buf = (char *)pi->purgatory_buf + sec->sh_offset + sym->st_value;
/linux-master/include/linux/
H A Dmodule.h596 return sym->st_value;

Completed in 498 milliseconds

123