Searched refs:st_value (Results 1 - 25 of 56) sorted by relevance

123

/linux-master/arch/arm/include/asm/
H A Dmodule.h51 return sym->st_value & ~1;
53 return sym->st_value;
/linux-master/arch/m68k/kernel/
H A Dmodule.c47 *location += sym->st_value;
51 *location += sym->st_value - (uint32_t)location;
87 *location = rel[i].r_addend + sym->st_value;
91 *location = rel[i].r_addend + sym->st_value - (uint32_t)location;
/linux-master/arch/csky/kernel/
H A Dmodule.c68 *location = rel[i].r_addend + sym->st_value;
72 *location = rel[i].r_addend + sym->st_value
83 ((rel[i].r_addend + sym->st_value) >> 16);
88 ((rel[i].r_addend + sym->st_value) & 0xffff);
/linux-master/arch/arm/kernel/
H A Dmodule.c124 *(u32 *)loc += sym->st_value;
130 if (sym->st_value & 3) {
140 offset += sym->st_value - loc;
160 sym->st_value);
182 offset += sym->st_value - loc;
187 sym->st_value);
195 *(u32 *)loc += sym->st_value - loc;
206 offset += sym->st_value;
230 offset += sym->st_value - loc;
251 offset += sym->st_value
[all...]
/linux-master/arch/openrisc/kernel/
H A Dmodule.c39 value = sym->st_value + rel[i].r_addend;
/linux-master/arch/arc/kernel/
H A Dmodule.c83 relocation = sym_entry->st_value + rel_entry[i].r_addend;
93 sym_entry->st_value, location, relocation, s);
/linux-master/arch/microblaze/kernel/
H A Dmodule.c37 value = sym->st_value + rela[i].r_addend;
/linux-master/arch/x86/kernel/
H A Dmodule.c65 *location += sym->st_value;
70 *location += sym->st_value - (uint32_t)location;
111 DEBUGP("type %d st_value %Lx r_addend %Lx loc %Lx\n",
113 sym->st_value, rel[i].r_addend, (u64)loc);
115 val = sym->st_value + rel[i].r_addend;
/linux-master/arch/parisc/kernel/
H A Dmodule.c518 if (!sym->st_value) {
526 val = sym->st_value;
596 val = get_stub(me, sym->st_value, addend,
611 val = get_stub(me, sym->st_value, addend,
662 if (!sym->st_value) {
671 val = sym->st_value;
725 val = get_stub(me, sym->st_value,
730 val = sym->st_value;
734 val = sym->st_value;
744 strtab + sym->st_name, loc, sym->st_value,
[all...]
/linux-master/arch/sh/kernel/
H A Dmodule.c47 relocation = sym->st_value + rel[i].r_addend;
/linux-master/arch/hexagon/kernel/
H A Dmodule.c93 value = sym->st_value + rela[i].r_addend;
/linux-master/arch/mips/kernel/
H A Dvpe.c447 if (!sym->st_value) {
453 v = sym->st_value;
499 st_value is currently size.
502 size = sym[i].st_value;
503 sym[i].st_value = bssbase;
526 save_gp_address(secbase, sym[i].st_value);
528 sym[i].st_value += secbase;
544 sym[i].st_value);
558 v->__start = sym[i].st_value;
561 v->shared_ptr = (void *)sym[i].st_value;
[all...]
H A Dmodule.c331 if (sym->st_value >= -MAX_ERRNO) {
344 v = sym->st_value + r.rela->r_addend;
348 v = sym->st_value;
/linux-master/arch/sparc/vdso/
H A Dvma.c127 osym->st_value = nsym->st_value;
195 osym->st_value = nsym->st_value;
H A Dvdso2c.h98 * st_value is unsigned, so we rely
102 syms[k] = GET_BE(&sym->st_value);
/linux-master/arch/nios2/kernel/
H A Dmodule.c44 uint32_t v = sym->st_value + rela[i].r_addend;
/linux-master/tools/perf/util/
H A Dgenelf.c87 .st_value = 0x0,
94 .st_value = 0, /* for now */
388 symtab[1].st_value = GEN_ELF_TEXT_OFFSET;
H A Dsymbol-elf.c1433 sym->st_value -= shdr->sh_addr - shdr->sh_offset;
1496 u64 start = sym->st_value;
1633 kmap->ref_reloc_sym->unrelocated_addr = sym.st_value;
1680 u32 offset = sym.st_value - syms_ss->opdshdr.sh_addr;
1682 sym.st_value = DSO__SWAP(dso, u64, *opd);
1684 sym.st_value);
1743 (sym.st_value & 1))
1744 --sym.st_value;
1756 (u64)sym.st_value, &phdr)) {
1758 "symbol: %s st_value
[all...]
/linux-master/arch/xtensa/kernel/
H A Dmodule.c67 value = sym->st_value + rela[i].r_addend;
/linux-master/arch/mips/vdso/
H A Dgenvdso.h114 offset = FUNC(swap_uint)(sym->st_value);
/linux-master/scripts/mod/
H A Dsymsearch.c80 table->addr = sym->st_value;
83 * For ARM Thumb instruction, the bit 0 of st_value is
H A Dmodpost.c337 sym->st_value);
552 sym->st_value = TO_NATIVE(sym->st_value);
1052 (unsigned int)(faddr - (from ? from->st_value : 0)),
1232 return inst + sym->st_value;
1238 return offset + sym->st_value;
1244 return offset + sym->st_value + 8;
1254 return offset + sym->st_value;
1275 return offset + sym->st_value + 4;
1301 return offset + sym->st_value
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c43 } st_value; member in struct:test_case
120 .st_value = { true, USHRT_MAX },
818 test->st_value.use ? test->st_value.value : 42),
/linux-master/include/uapi/linux/
H A Delf.h190 Elf32_Addr st_value; member in struct:elf32_sym
202 Elf64_Addr st_value; /* Value of the symbol */ member in struct:elf64_sym
/linux-master/arch/x86/tools/
H A Drelocs.c532 sym->st_value = elf_addr_to_cpu(sym->st_value);
613 j, sym->st_value, sym->st_size,
697 sym->st_value,
807 per_cpu_load_addr = sym->st_value;

Completed in 415 milliseconds

123