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

12

/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Ddl.c157 if (sym->st_value == (grub_addr_t) &__gnu_local_gp_dummy)
158 sym->st_value = (grub_addr_t) gp;
175 + sym->st_value + 0x8000;
196 *(grub_uint16_t *) addr += (sym->st_value) & 0xffff;
199 *(grub_uint32_t *) addr += sym->st_value;
202 *(grub_uint32_t *) addr = sym->st_value
212 value += sym->st_value;
225 *gpptr = sym->st_value + *(grub_uint16_t *) addr;
/osnet-11/usr/src/lib/libuvfs/common/
H A Dstash.c47 rc->st_value = value;
88 return (exist->st_value);
113 rc = node->st_value;
116 node->st_value = value;
125 node->st_value = value;
H A Dlibuvfs_impl.h49 void *st_value; member in struct:__anon2712
/osnet-11/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c61 ftp->ftps_pc = (uintptr_t)symp->st_value;
90 size = dt_instr_size(&text[i], dtp, pid, symp->st_value + i,
138 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
145 ftp->ftps_pc = (uintptr_t)symp->st_value;
165 symp->st_value + i, dmodel);
198 symp->st_value + i, dmodel);
268 ftp->ftps_pc = (uintptr_t)symp->st_value;
286 if (Pread(P, text, symp->st_size, symp->st_value) !=
320 symp->st_value + i, dmodel);
356 ftp->ftps_pc = (uintptr_t)symp->st_value;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/x86_64/
H A Ddl.c98 *addr64 += rel->r_addend + sym->st_value;
102 *addr32 += rel->r_addend + sym->st_value -
108 *addr32 += rel->r_addend + sym->st_value;
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/
H A Ddl.c96 *addr += sym->st_value;
100 *addr += (sym->st_value - (Elf_Word) seg->addr
/osnet-11/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c57 ftp->ftps_pc = (uintptr_t)symp->st_value;
85 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
98 ftp->ftps_pc = symp->st_value;
112 instr.ftiq_pc = symp->st_value + i * 4;
285 ftp->ftps_pc = (uintptr_t)symp->st_value;
307 ftp->ftps_pc = (uintptr_t)symp->st_value;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.c87 if (sym->st_value != 0 &&
120 if (sym->st_value != 0 &&
141 if (lhs->st_value != rhs->st_value)
142 return (lhs->st_value > rhs->st_value ? 1 : -1);
170 if (lhs->st_value != rhs->st_value)
171 return (lhs->st_value > rhs->st_value
[all...]
H A Ddt_pid.c221 symp->st_value != pp->dpp_last.st_value ||
263 pp->dpp_stret[0] = sym.st_value;
269 pp->dpp_stret[1] = sym.st_value;
275 pp->dpp_stret[2] = sym.st_value;
281 pp->dpp_stret[3] = sym.st_value;
311 sym.st_value = 0;
337 if (Ppltdest(pp->dpp_pr, sym.st_value) != NULL)
340 (void) Plookup_by_addr(pp->dpp_pr, sym.st_value, pp->dpp_func,
549 dh.dofhp_dof = sym.st_value;
[all...]
H A Ddt_link.c234 sym->st_value = 0;
251 sym->st_value = 0;
406 sym->st_value = 0;
423 sym->st_value = 0;
725 sym->st_value <= addr &&
726 addr < sym->st_value + sym->st_size) {
1416 assert(fsym.st_value <= rela.r_offset);
1418 off = rela.r_offset - fsym.st_value;
H A Ddt_subr.c846 if (err == 0 && addr != sym.st_value) {
848 dts.dts_name, (u_longlong_t)addr - sym.st_value);
893 if (addr > sym.st_value) {
895 name, (u_longlong_t)(addr - sym.st_value));
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddl.c385 sym->st_value = (Elf_Addr) nsym->addr;
391 sym->st_value += (Elf_Addr) grub_dl_get_section_addr (mod,
394 if (grub_dl_register_symbol (name, (void *) sym->st_value, 0, mod))
400 sym->st_value += (Elf_Addr) grub_dl_get_section_addr (mod,
409 desc[0] = (void *) sym->st_value;
411 sym->st_value = (grub_addr_t) desc;
415 if (grub_dl_register_symbol (name, (void *) sym->st_value, 1, mod))
418 mod->init = (void (*) (grub_dl_t)) sym->st_value;
420 mod->fini = (void (*) (void)) sym->st_value;
424 sym->st_value
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPservice.c445 sym_name, (void *)(uintptr_t)sym.st_value);
446 *sym_addr = (psaddr_t)sym.st_value;
469 symp->st_value = (Elf32_Addr)sym.st_value;
H A DPsymtab.c1398 if (a->st_value < b->st_value)
1400 if (a->st_value > b->st_value)
1899 fptr->file_plt_base = s.st_value + fptr->file_dyn_base;
2213 osym.st_value = 0;
2225 if (addr >= sym.st_value &&
2226 addr < sym.st_value + sym.st_size &&
2227 (!found || sym.st_value > osym.st_value)) {
[all...]
H A DPsymtab_machelf32.c665 if (sym.st_value != d[DI_PLTGOT]->d_un.d_ptr) {
669 (long)sym.st_value);
682 sp->sh_addr = sym.st_value;
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dloadcore.c265 sym->st_value = 0;
273 off += sym->st_value;
286 off += sym->st_value;
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/
H A Ddl.c95 value = sym->st_value + rel->r_addend;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c106 sym->st_value = (grub_target_to_host (sym->st_value)
112 *jptr = sym->st_value;
113 sym->st_value = (char *) jptr - (char *) jumpers + jumpers_addr;
118 grub_util_info ("locating %s at 0x%x", name, sym->st_value, section_addresses[index]);
122 start_address = sym->st_value;
138 return sym->st_value;
468 + sym->st_value
H A Dgrub-pe2elf.c278 *addr = (symtab[symtab_map[pe_rel->symtab_index]].st_value
386 symtab[num_syms].st_value = pe_symtab->value;
/osnet-11/usr/src/grub/grub2/grub-core/kern/powerpc/
H A Ddl.c154 value = sym->st_value + rel->r_addend;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h122 Elf32_Addr st_value; member in struct:__anon309
/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/
H A Ddl.c223 value = sym->st_value + rel->r_addend;
256 value = *(grub_uint64_t *) sym->st_value + rel->r_addend;
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c369 dynamic = sym->st_value;
612 desc->target = (imagesym->st_value & 0xFFFFFF) - kern_start
614 desc->size = (grub_uint32_t *) ((sizesym->st_value & 0xFFFFFF) - kern_start
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c488 uintptr_t ret = symp->st_value;
692 return (symp->st_value);
705 return (symp->st_value);
/osnet-11/usr/src/lib/libproc/sparc/
H A DPisadep.c283 if (gregs[R_PC] - sigh.st_value < sigh.st_size) {

Completed in 92 milliseconds

12