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

1234

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DSequenceStats.java45 private long st_value; field in class:SequenceStats
50 return st_value;
99 + "\n st_value=" + st_value
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dsymbol.c59 sym->st_value == 0)
H A Dinput.c430 sym->st_value = nsym->n_value;
478 sym->st_value = nsym->n_value;
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_isadep_x86.c65 ftp->ftps_pc = symp->st_value; // Keep st_value as uint64_t
94 size = dt_instr_size(&text[i], dtp, pid, symp->st_value + i,
142 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
149 ftp->ftps_pc = symp->st_value;
169 symp->st_value + i, dmodel);
202 symp->st_value + i, dmodel);
272 ftp->ftps_pc = symp->st_value;
290 if (Pread(P, text, symp->st_size, symp->st_value) !=
324 symp->st_value
[all...]
H A Ddt_module.c98 if (sym->st_value != 0 &&
127 if (sym->st_value != 0 &&
148 if (lhs->st_value != rhs->st_value)
149 return (lhs->st_value > rhs->st_value ? 1 : -1);
177 if (lhs->st_value != rhs->st_value)
178 return (lhs->st_value > rhs->st_value
[all...]
H A Ddt_isadep_arm.c54 ftp->ftps_pc = symp->st_value; // Keep st_value as uint64_t
107 ftp->ftps_pc = symp->st_value;
140 if ((ftp->ftps_arch_subinfo == 2) && (symp->st_value & 2))
143 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
392 if ((ftp->ftps_arch_subinfo == 2) && (symp->st_value & 2))
415 ftp->ftps_pc = symp->st_value;
431 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
H A Ddt_proc_apple.c110 (void) dt_proc_bpcreate(dpr, (uintptr_t)sym.st_value,
H A Ddt_pid.c266 symp->st_value != pp->dpp_last.st_value ||
335 sym.st_value = 0;
364 if (Ppltdest(pp->dpp_pr, sym.st_value) != NULL)
367 (void) Plookup_by_addr(pp->dpp_pr, sym.st_value, pp->dpp_func,
582 dh.dofhp_dof = sym.st_value;
H A Ddt_module_apple.c275 symp->st_value = addressRange.location;
H A Ddt_subr.c901 if (err == 0 && addr != sym.st_value) {
903 dts.dts_name, (u_longlong_t)addr - sym.st_value);
948 if (addr > sym.st_value) {
950 name, (u_longlong_t)(addr - sym.st_value));
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dexternal.h130 unsigned char st_value[4]; /* Value of the symbol */ member in struct:__anon7562
142 unsigned char st_value[8]; /* Value of the symbol */ member in struct:__anon7563
H A Dinternal.h98 bfd_vma st_value; /* Value of the symbol */ member in struct:elf_internal_sym
/macosx-10.10.1/BerkeleyDB-21/db/sequence/
H A Dseq_stat.c95 sp->st_value = seq->seq_record.seq_value;
203 INT64_FMT, int64_t, sp->st_value);
207 INT64_FMT, int64_t, sp->st_value);
209 INT64_FMT, int64_t, sp->st_value);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-ip2k.c280 return isym->st_value + BASEADDR (sym_sec);
598 bfd_vma symval = BASEADDR (sym_sec) + isym->st_value
662 bfd_vma symval = BASEADDR (sym_sec) + isym->st_value
752 && addr <= isym->st_value
753 && isym->st_value < endaddr)
754 isym->st_value += count;
1433 relocation = BASEADDR (sec) + sym->st_value;
H A Delf32-v850.c2229 symval = isym.st_value;
2238 isym.st_value, irel->r_addend);
2283 && isym.st_value >= addr + count
2284 && isym.st_value < toaddr)
2286 isym.st_value -= count;
2288 if (isym.st_value + isym.st_size >= toaddr)
2294 && isym.st_value < addr + count)
2296 if (isym.st_value+isym.st_size >= addr + count
2297 && isym.st_value+isym.st_size < toaddr)
2300 if (isym.st_value >
[all...]
H A Delf64-sparc.c432 reg = (int)sym->st_value;
460 abfd, p->abfd, (int) sym->st_value,
583 sym.st_value = reg < 2 ? reg + 2 : reg + 4;
747 reg = ((elf_symbol_type *) symbol)->internal_elf_sym.st_value;
H A Delf32-m32c.c390 rel->r_addend += sec->output_offset + sym->st_value;
409 + sym->st_value);
951 printf ("isym = %p st_value = %lx st_size = %lx st_name = (%lu) %s "
954 (unsigned long) isym->st_value,
1119 + isym->st_value);
1206 symval = isym->st_value;
1953 && isym->st_value > addr
1954 && isym->st_value < toaddr)
1956 isym->st_value -= count;
H A Delf32-h8300.c746 symval = isym->st_value;
855 last_value = (last_sym->st_value
1313 && isym->st_value > addr
1314 && isym->st_value < toaddr)
1315 isym->st_value -= count;
1361 && isym->st_value == addr)
H A Delf32-crx.c619 && isym->st_value > addr
620 && isym->st_value < toaddr)
643 addsym = isym->st_value;
653 isym->st_value -= count;
1028 symval = (isym->st_value
H A Delf32-m68hc11.c806 symval = (isym->st_value
848 insn_group_value = isym->st_value;
1232 && isym->st_value > addr
1233 && isym->st_value <= toaddr)
1234 isym->st_value -= count;
H A Delf32-msp430.c771 if (isym->st_shndx == sec_shndx && isym->st_value == addr)
878 && isym->st_value > addr && isym->st_value < toaddr)
879 isym->st_value -= count;
982 symval = (isym->st_value
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_open.c102 dst->st_value = src->st_value;
127 sym->st_value = nsym->n_value;
174 sym->st_value = nsym->n_value;
259 (gsp->st_shndx == SHN_ABS && gsp->st_value == 0)) {
/macosx-10.10.1/dtrace-147/plockstat/
H A Dplockstat.c538 if (sym.st_value != addr)
539 len = snprintf(buf, size, "+%#lx", addr - sym.st_value);
/macosx-10.10.1/dtrace-147/sys/
H A Delf.h488 Elf32_Addr st_value; member in struct:__anon8244
504 Elf64_Addr st_value; member in struct:__anon8245
/macosx-10.10.1/dtrace-147/libelf/
H A Dgelf.c497 dst->st_value = (Elf64_Addr)s->st_value;
541 d->st_value = (Elf32_Addr)src->st_value;

Completed in 305 milliseconds

1234