Searched refs:st_value (Results 1 - 25 of 57) 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.c158 *(u32 *)loc += sym->st_value;
164 if (sym->st_value & 3) {
174 offset += sym->st_value - loc;
194 sym->st_value);
216 offset += sym->st_value - loc;
221 sym->st_value);
229 *(u32 *)loc += sym->st_value - loc;
240 offset += sym->st_value;
264 offset += sym->st_value - loc;
285 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.c116 *location += sym->st_value;
121 *location += sym->st_value - (uint32_t)location;
162 DEBUGP("type %d st_value %Lx r_addend %Lx loc %Lx\n",
164 sym->st_value, rel[i].r_addend, (u64)loc);
166 val = sym->st_value + rel[i].r_addend;
/linux-master/arch/parisc/kernel/
H A Dmodule.c530 if (!sym->st_value) {
538 val = sym->st_value;
608 val = get_stub(me, sym->st_value, addend,
623 val = get_stub(me, sym->st_value, addend,
674 if (!sym->st_value) {
683 val = sym->st_value;
737 val = get_stub(me, sym->st_value,
742 val = sym->st_value;
746 val = sym->st_value;
756 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/nios2/kernel/
H A Dmodule.c64 uint32_t v = sym->st_value + rela[i].r_addend;
/linux-master/arch/hexagon/kernel/
H A Dmodule.c93 value = sym->st_value + rela[i].r_addend;
/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/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.c341 if (sym->st_value >= -MAX_ERRNO) {
354 v = sym->st_value + r.rela->r_addend;
358 v = sym->st_value;
/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);
1057 (unsigned int)(faddr - (from ? from->st_value : 0)),
1237 return inst + sym->st_value;
1243 return offset + sym->st_value;
1249 return offset + sym->st_value + 8;
1259 return offset + sym->st_value;
1280 return offset + sym->st_value + 4;
1306 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.c544 sym->st_value = elf_addr_to_cpu(sym->st_value);
622 j, sym->st_value, sym->st_size,
705 sym->st_value,
803 per_cpu_load_addr = sym->st_value;

Completed in 417 milliseconds

123