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

123

/haiku-fatelf/src/bin/gdb/include/elf/
H A Dexternal.h130 unsigned char st_value[4]; /* Value of the symbol */ member in struct:__anon4081
142 unsigned char st_value[8]; /* Value of the symbol */ member in struct:__anon4082
H A Dinternal.h98 bfd_vma st_value; /* Value of the symbol */ member in struct:elf_internal_sym
/haiku-fatelf/src/system/runtime_loader/
H A Delf_haiku_version.cpp200 && symbol->st_value > 0
204 = *(uint32*)(symbol->st_value + image->regions[0].delta);
213 && symbol->st_value > 0
216 image->abi = *(uint32*)(symbol->st_value + image->regions[0].delta);
H A Delf_symbol_lookup.cpp226 void* location = (void*)(symbol->st_value + image->regions[0].delta);
284 *_location = (void*)(candidateSymbol->st_value
541 location = (void*)(sharedSym->st_value
H A Delf.cpp679 void* location = (void*)(symbol->st_value
731 addr_t location = symbol->st_value + image->regions[0].delta;
839 *_location = (void*)(symbol->st_value + image->regions[0].delta);
906 *_location = (void*)(candidateSymbol->st_value
/haiku-fatelf/src/kits/debug/
H A DImage.cpp97 if (symbol->st_value == 0
102 addr_t symbolAddress = symbol->st_value + fLoadDelta;
122 *_baseAddress = symbolFound->st_value + fLoadDelta;
147 || symbol->st_value == 0) {
153 *_symbolAddress = symbol->st_value + fLoadDelta;
H A DSymbolLookup.cpp586 // that have an st_value != 0 (0 seems to be an indication for a
590 || symbol->st_value == 0
591 || symbol->st_value + symbol->st_size + textRegion->delta
597 addr_t symbolAddress = symbol->st_value + textRegion->delta;
625 *_baseAddress = symbolFound->st_value + textRegion->delta;
650 || symbol->st_value == 0) {
657 *_symbolAddress = symbol->st_value + fTextDelta;
/haiku-fatelf/src/system/kernel/
H A Delf.cpp136 && symbol->st_value > 0
139 addr_t symbolAddress = symbol->st_value + image->text_region.delta;
152 && symbol->st_value > 0
155 addr_t symbolAddress = symbol->st_value + image->text_region.delta;
380 if (symbol->st_value > 0 && strstr(name, pattern) != 0) {
382 = (void*)(symbol->st_value + image->text_region.delta);
395 if (symbol->st_value > 0 && strstr(name, pattern) != 0) {
396 symbolAddress = (void*)(symbol->st_value
481 if (symbol->st_value == 0 || symbol->st_size
486 symbol->st_value
[all...]
/haiku-fatelf/src/tools/elfsymbolpatcher/
H A DElf.h163 Elf32_Addr st_value; member in struct:__anon6115
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmipsread.c132 unsigned char st_value[8]; /* Value of the symbol */ member in struct:__anon3754
316 sym_value = bfd_h_get_64 (abfd, (bfd_byte *) x_symp->st_value);
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-v850.c1699 sec->output_section->vma, sec->output_offset, sym->st_value, rel->r_addend);
2349 symval = isym.st_value;
2358 isym.st_value, irel->r_addend);
2403 && isym.st_value >= addr + count
2404 && isym.st_value < toaddr)
2406 isym.st_value -= count;
2408 if (isym.st_value + isym.st_size >= toaddr)
2414 && isym.st_value < addr + count)
2416 if (isym.st_value+isym.st_size >= addr + count
2417 && isym.st_value
[all...]
H A Delf32-ip2k.c338 return isym->st_value + BASEADDR (sym_sec);
1110 bfd_vma symval = BASEADDR (sym_sec) + isym->st_value
1174 bfd_vma symval = BASEADDR (sym_sec) + isym->st_value
1264 && addr <= isym->st_value
1265 && isym->st_value < endaddr)
1266 isym->st_value += count;
1517 relocation = BASEADDR (sec) + sym->st_value;
H A Delf32-crx.c624 && isym->st_value > addr
625 && isym->st_value < toaddr)
648 addsym = isym->st_value;
658 isym->st_value -= count;
1007 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.c806 if (isym->st_shndx == sec_shndx && isym->st_value == addr)
875 && isym->st_value > addr && isym->st_value < toaddr)
876 isym->st_value -= count;
979 symval = (isym->st_value
H A Delf32-h8300.c750 symval = isym->st_value;
859 last_value = (last_sym->st_value
1317 && isym->st_value > addr
1318 && isym->st_value < toaddr)
1319 isym->st_value -= count;
1365 && isym->st_value == addr)
H A Delfcode.h181 dst->st_value = H_GET_SIGNED_WORD (abfd, src->st_value);
183 dst->st_value = H_GET_WORD (abfd, src->st_value);
208 H_PUT_WORD (abfd, src->st_value, dst->st_value);
1096 sym->symbol.value = isym->st_value;
H A Delf-m10200.c573 symval = (isym->st_value
1208 && isym->st_value > addr
1209 && isym->st_value < toaddr)
1210 isym->st_value -= count;
1257 && isym->st_value == addr)
H A Delf32-iq2000.c612 + sym->st_value);
621 sym->st_value, rel->r_addend);
H A Delf32-sh.c2323 symval = (isym->st_value
2671 && (isym->st_value <= addr
2672 || isym->st_value >= toaddr))
2677 val += isym->st_value;
2942 && (isym->st_value <= addr
2943 || isym->st_value >= toaddr))
2969 val += isym->st_value;
2982 && isym->st_value > addr
2983 && isym->st_value < toaddr)
2984 isym->st_value
[all...]
H A Delflink.c3397 value = isym->st_value;
3686 align = bfd_log2 (isym->st_value);
3690 || (isym->st_value == 1 && old_alignment == 0))
3733 common_align = bfd_log2 (isym->st_value);
5441 isym.st_value = 0;
6151 sym.st_value = 0;
6197 sym.st_value = h->root.u.def.value + input_sec->output_offset;
6200 sym.st_value += input_sec->output_section->vma;
6206 sym.st_value -= elf_hash_table (finfo->info)->tls_sec->vma;
6223 sym.st_value
[all...]
H A Delf64-hppa.c75 bfd_vma st_value; member in struct:elf64_hppa_dyn_hash_entry
1932 sym->st_value = dyn_h->st_value;
1977 dyn_h->st_value = sym->st_value;
1982 sym->st_value = (dyn_h->opd_offset
H A Delf32-m68hc1x.c455 sym_value = sym->st_value;
943 + sym->st_value);
1051 rel->r_addend += sec->output_offset + sym->st_value;
/haiku-fatelf/headers/private/system/
H A Delf32.h83 Elf32_Addr st_value; member in struct:Elf32_Sym
H A Delf64.h88 Elf64_Addr st_value; member in struct:Elf64_Sym

Completed in 208 milliseconds

123