Searched refs:st_value (Results 1 - 25 of 68) sorted by path

123

/external/compiler-rt/lib/cfi/
H A Dcfi.cc226 uptr addr = info->dlpi_addr + p->st_value;
/external/elfutils/backends/
H A Daarch64_symbol.c84 return (sym->st_value >= shdr->sh_addr
85 && sym->st_value < shdr->sh_addr + shdr->sh_size);
H A Dppc_symbol.c122 /* Check whether given symbol's st_value and st_size are OK despite failing
136 return sym->st_value == gotaddr;
152 && sym->st_value == destshdr->sh_addr + 0x8000)
158 && sym->st_value == destshdr->sh_addr + 0x8000
/external/elfutils/libasm/
H A Dasm_end.c200 syment.st_value = sym->scn->offset + sym->offset;
/external/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c68 /* If value might not be st_value, the shndx of the symbol might
218 resolved then also try matching the (adjusted) st_value. */
223 sym.st_value);
H A Ddwfl_module_getsym.c122 GElf_Addr st_value = sym->st_value & ebl_func_addr_mask (mod->ebl); local
134 st_value = dwfl_adjusted_st_value (mod, elf, st_value);
135 st_value = dwfl_deadjust_st_value (mod, mod->main.elf, st_value);
138 *resolved = ebl_resolve_sym_value (mod->ebl, &st_value);
140 st_value = sym->st_value;
163 shndx, &st_value);
[all...]
H A Drelocate.c189 sym->st_value = 0; /* Value is size, not helpful. */
194 *shndx, &sym->st_value);
296 sym->st_value = dwfl_adjusted_st_value (m, m->symfile->elf,
297 sym->st_value);
306 shndx, &sym->st_value);
370 value = sym.st_value;
/external/elfutils/libelf/
H A Dabstract.h114 TYPE_NAME (ElfW2(32, Ext##Addr), st_value) \
130 TYPE_NAME (ElfW2(64, Ext##Addr), st_value) \
H A Delf.h410 Elf32_Addr st_value; /* Symbol value */ member in struct:__anon6217
423 Elf64_Addr st_value; /* Symbol value */ member in struct:__anon6218
H A Dgelf_getsym.c88 COPY (st_value);
H A Dgelf_getsymshndx.c107 COPY (st_value);
H A Dgelf_update_sym.c67 if (unlikely (src->st_value > 0xffffffffull)
86 COPY (st_value);
H A Dgelf_update_symshndx.c92 if (unlikely (src->st_value > 0xffffffffull)
111 COPY (st_value);
H A Dnlist.c189 nl->n_value = found->sym.st_value;
/external/elfutils/src/
H A Delfcmp.c366 || sym1->st_value != sym2->st_value
H A Delflint.c657 if (sym->st_value != 0)
659 idx, section_name (ebl, idx), "st_value");
774 GElf_Addr st_value; local
777 st_value = sym->st_value & ebl_func_addr_mask (ebl);
779 st_value = sym->st_value;
785 if (st_value - sh_addr > destshdr->sh_size)
812 section [%2d] '%s': symbol %zu: st_value out of bounds\n"),
815 else if ((st_value
[all...]
H A Dfindtextrel.c558 if (sym->st_value < addr && sym->st_value > lowaddr)
560 lowaddr = sym->st_value;
563 if (sym->st_value > addr && sym->st_value < highaddr)
565 highaddr = sym->st_value;
578 if (sym->st_value + sym->st_size > addr)
H A Di386_ld.c474 ((Elf32_Sym *) dynsymdata->d_buf)[pltidx].st_value = pltentryaddr;
480 + (pltidx - 1)].st_value
785 value = scninfo[sym->st_shndx].offset + sym->st_value;
853 sym->st_value = value;
866 sym->st_value = value;
H A Dldgeneric.c669 (uint64_t) sym->st_value,
691 scnname, (uint64_t) oldsym->st_value);
721 oldp->merge.value = MAX (oldp->merge.value, sym->st_value);
783 oldp->merge.value = sym->st_value;
1571 newp->merge.value = sym->st_value;
3652 return sym->st_value;
3712 sym->st_value = 0;
4709 sym->st_value = 0;
4874 (char *) locdata->d_buf + sym->st_value,
4950 + sym->st_value),
[all...]
H A Dnm.c851 digits, syms[cnt].sym.st_value);
1013 digits, syms[cnt].sym.st_value,
1031 digits, syms[cnt].sym.st_value,
1116 digits, syms[cnt].sym.st_value,
1135 int result = (s1->sym.st_value < s2->sym.st_value
1136 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1));
1386 && lowpc <= sym->st_value
1388 && highpc > sym->st_value)
[all...]
H A Dreadelf.c1981 class == ELFCLASS32 ? 10 : 18, sym->st_value,
2014 class == ELFCLASS32 ? 10 : 18, sym->st_value,
2174 class == ELFCLASS32 ? 10 : 18, sym->st_value,
2209 class == ELFCLASS32 ? 10 : 18, sym->st_value,
2353 sym->st_value,
H A Dstrip.c1871 if (addend == 0 && sym->st_value == 0)
1889 GElf_Addr value = sym->st_value;
H A Dunstrip.c371 update each section symbol's st_value. */
396 sym->st_value = shdr->sh_addr;
635 .st_value = rel ? 0 : i_shdr->sh_addr,
816 s->value = sym->st_value + bias;
1816 sym.st_value = s->value; /* Already biased to output address. */
/external/elfutils/tests/
H A Dasm-tst3.c290 if (sym->st_value != value[inner])
H A Dasm-tst7.c151 if (sym->st_value != 16)
154 (uintmax_t) sym->st_value);
161 (uintmax_t) sym->st_value);

Completed in 625 milliseconds

123