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

123

/external/elfutils/libasm/
H A Dasm_end.c200 syment.st_value = sym->scn->offset + sym->offset;
/external/elfutils/src/
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. */
H A Dstrip.c1871 if (addend == 0 && sym->st_value == 0)
1889 GElf_Addr value = sym->st_value;
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,
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc471 symbol_entry->offset = symbol->st_value;
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h357 if (Sym.st_shndx == Section && Sym.st_value == Address &&
H A DELFDumper.cpp2117 W.printHex("Value", Sym->st_value);
2151 W.printHex("Value", Sym->st_value);
2789 Value = to_string(format_hex_no_prefix(Symbol->st_value, Width));
3408 W.printHex("Value", Symbol->st_value);
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp178 S.Value = Sym->st_value;
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp333 Symbol.st_value = Sym.Value;
/external/syslinux/com32/lua/src/
H A Dloadlib.c257 return (lua_CFunction)module_get_absolute(p->st_value, (struct elf_module *)lib);
/external/kmod/libkmod/
H A Dlibkmod-elf.c840 crc = READV(st_value);
845 crc = READV(st_value);
/external/valgrind/perf/
H A Dtinycc.c379 Elf32_Addr st_value; /* Symbol value */ member in struct:__anon25459
392 Elf64_Addr st_value; /* Symbol value */ member in struct:__anon25460
6971 esym->st_value = value;
18218 sym->st_value = value;
18285 *pval = sym->st_value;
18337 esym->st_value = value;
18497 align = sym->st_value;
18500 sym->st_value = offset;
18528 sym->st_value = addr;
18536 sym->st_value
[all...]
/external/elfutils/libelf/
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
/external/iproute2/tc/
H A Dtc_bpf.c1123 sym.st_value / sizeof(struct bpf_elf_map) != which)
1332 rmap = sym.st_value / sizeof(struct bpf_elf_map);
/external/kmod/port-gnu/
H A Delf.h409 Elf32_Addr st_value; /* Symbol value */ member in struct:__anon9457
422 Elf64_Addr st_value; /* Symbol value */ member in struct:__anon9458
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c481 if ((Int)sym->st_value == 0) {
807 Addr sym_svma = sym.st_value;
944 Addr sym_svma = sym.st_value;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp96 sym->st_value = static_cast<addr_type>(Addr);
827 // Get the ELF symbol value (st_value) to compare with Relocation offset in
/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp237 symbolValue = reinterpret_cast<void*>((intptr_t)elfHeader + symbol.st_value + target->sh_offset);
321 symbolValue = reinterpret_cast<void*>((intptr_t)elfHeader + symbol.st_value + target->sh_offset);

Completed in 863 milliseconds

123