Searched refs:st_value (Results 51 - 75 of 85) sorted by relevance

1234

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf.c1394 val = ((elf_symbol_type *) symbol)->internal_elf_sym.st_value;
6240 sym.st_value = 0;
6292 || type_ptr->internal_elf_sym.st_value == 0)
6293 sym.st_value = value >= 16 ? 16 : (1 << bfd_log2 (value));
6295 sym.st_value = type_ptr->internal_elf_sym.st_value;
6313 sym.st_value = value;
8585 + sym->st_value);
8593 sym->st_value + rel->r_addend);
8620 return sym->st_value
[all...]
H A Delf32-score.c2277 howto, (bfd_signed_vma) (sec->output_offset + sym->st_value));
2294 + sym->st_value);
3244 /* The run-time linker uses the st_value field of the symbol
3247 sym->st_value = (s->output_section->vma + s->output_offset + h->plt.offset);
3265 value = sym->st_value;
3278 sym->st_value = 1;
3284 sym->st_value = elf_gp (output_bfd);
H A Delf32-frv.c1439 ad += sym->st_value;
1600 ad += sym->st_value;
1821 ad += sym->st_value;
1895 ad += sym->st_value;
2027 ad += sym->st_value;
3733 addend += sym->st_value;
H A Delf32-arm.c3268 elf32_arm_section_map_add (sec, name[1], isym->st_value);
6553 + sym->st_value));
6574 + sym->st_value);
9254 sym->st_value = 0;
9993 sym.st_value = osi->plt_offset + offset;
10383 && (dst->st_value & 1))
10386 dst->st_value &= ~(bfd_vma) 1;
10420 newsym.st_value |= 1;
H A Delf32-cr16c.c707 rel->r_addend += sec->output_offset + sym->st_value;
H A Delf32-i370.c1012 sym.st_value = s->vma;
H A Delf64-alpha.c3708 symval = isym->st_value;
3961 rel->r_addend += sec->output_offset + sym->st_value;
4127 sym->st_value + ent->addend);
4128 ent->addend -= sym->st_value;
H A Delf32-xtensa.c2040 rel->r_addend += sec->output_offset + sym->st_value;
2328 sym->st_value = 0;
9201 (&relax_info->action_list, isym->st_value);
9207 (&relax_info->action_list, isym->st_value + isym->st_size);
9211 isym->st_value = new_address;
9473 offset = isymbuf[r_symndx].st_value;
H A Delf32-bfin.c1557 ad += sym->st_value;
1711 ad += sym->st_value;
2509 addend += sym->st_value;
H A Delf32-m32r.c2537 addend += sec->output_offset + sym->st_value;
2601 rel->r_addend += sec->output_offset + sym->st_value;
2610 + sym->st_value);
H A Delfxx-ia64.c1021 toff = isym->st_value;
4636 sym->st_value
4638 dynent->addend -= sym->st_value;
H A Delf32-spu.c929 sh->target_off = sym->st_value;
H A Delf32-i386.c2324 + sym->st_value);
3527 sym->st_value = 0;
H A Delfxx-sparc.c2387 entry->isym.st_value = reg < 2 ? reg + 2 : reg + 4;
3739 sym->st_value = 0;
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Ddump.c285 sym->st_value = nsym->n_value;
333 sym->st_value = nsym->n_value;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h156 Elf_Addr st_value; // Value or address associated with the symbol member in struct:llvm::object::Elf_Sym_Base
170 Elf_Addr st_value; // Value or address associated with the symbol member in struct:llvm::object::Elf_Sym_Base
908 Result = symb->st_value;
920 Result = symb->st_value +
942 Result = symb->st_value;
963 Result = symb->st_value;
/macosx-10.10.1/dtrace-147/libelf/
H A Dxlate.m41296 tofa(dst, src->st_value, ST1_value_$2);
1838 dst->st_value = toma(src, ST1_value_$2);
H A Dxlate64.m41290 tofa(dst, src->st_value, ST1_value_$2);
1874 dst->st_value = toma(src, ST1_value_$2);
H A Dxlate.c2089 { register Elf32_Addr _t_ = src->st_value;
2119 { register Elf32_Addr _t_ = src->st_value;
3490 dst->st_value = (((((((Elf32_Addr)(src)[ST1_value_L3]<<8)
3517 dst->st_value = (((((((Elf32_Addr)(src)[ST1_value_M3]<<8)
H A Dxlate64.c2263 { Elf64_Addr _t_ = src->st_value;
2301 { Elf64_Addr _t_ = src->st_value;
4025 dst->st_value = (((((((((((Elf64_Addr)(src)[ST1_value_L7]<<8)
4060 dst->st_value = (((((((((((Elf64_Addr)(src)[ST1_value_M7]<<8)
/macosx-10.10.1/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c301 JAVADB_STAT_LONG(jnienv, jobj, seq_stat_st_value_fid, statp, st_value);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexelf.c1224 memcpy (&symp->st_value, &new_bss_addr, sizeof (new_bss_addr));
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_aggregate.c345 *pc = sym.st_value;
382 *pc = sym.st_value;
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Ddb.in1095 db_seq_t st_value; /* Current cached value. */
/macosx-10.10.1/BerkeleyDB-21/db/build_brew/
H A Ddb.h1085 db_seq_t st_value; /* Current cached value. */ member in struct:__db_seq_stat

Completed in 743 milliseconds

1234