Searched refs:st_value (Results 26 - 50 of 68) sorted by path

123

/external/elfutils/tests/
H A Dasm-tst8.c152 if (sym->st_value != 0xfeedbeef)
155 (uintmax_t) sym->st_value);
162 (uintmax_t) sym->st_value);
H A Dbacktrace.c410 jmp = (void (*) (void)) (uintptr_t) symbol.st_value;
H A Ddwflsyms.c130 sym.st_size, sym.st_value);
132 /* The info variant doesn't adjust st_value but returns the (possible)
144 assert (sym.st_value == isym.st_value
145 || sym.st_value == isym.st_value + bias
154 assert (addr_in_section (elf, shndxp, sym.st_value - bias));
166 assert (addr_in_section (aelf, ashndxp, asym.st_value)
174 && value <= sym.st_value);
176 addr = sym.st_value;
[all...]
H A Dsectiondump.c178 sym->st_value,
H A Dvdsosyms.c61 i, sname, sym.st_value, addr);
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc471 symbol_entry->offset = symbol->st_value;
/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/kernel-headers/original/uapi/linux/
H A Delf.h184 Elf32_Addr st_value; member in struct:elf32_sym
196 Elf64_Addr st_value; /* Value of the symbol */ member in struct:elf64_sym
/external/kmod/libkmod/
H A Dlibkmod-elf.c840 crc = READV(st_value);
845 crc = READV(st_value);
/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/libunwind/src/
H A Delfxx.c199 GET_SYM_FIELD(ei, sym_offset, &sym, st_value);
201 if (tdep_get_func_addr (as, sym.st_value, &val) < 0) {
343 if (tdep_get_func_addr (as, sym->st_value, &val) < 0) {
/external/linux-kselftest/tools/testing/selftests/vDSO/
H A Dparse_vdso.c251 return (void *)(vdso_info.load_offset + sym->st_value);
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h386 uint64_t Ret = ESym->st_value;
431 return Sym->st_value;
513 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
H A DELFTypes.h194 Elf_Addr st_value; // Value or address associated with the symbol member in struct:llvm::object::Elf_Sym_Base
208 Elf_Addr st_value; // Value or address associated with the symbol member in struct:llvm::object::Elf_Sym_Base
217 using Elf_Sym_Base<ELFT>::st_value;
223 uint64_t getValue() const { return st_value; }
/external/llvm/include/llvm/Support/
H A DELF.h822 Elf32_Addr st_value; // Value or address associated with the symbol member in struct:llvm::ELF::Elf32_Sym
845 Elf64_Addr st_value; // Value or address associated with the symbol member in struct:llvm::ELF::Elf64_Sym
/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/llvm/test/MC/ARM/
H A Delf-thumbfunc-reloc.s1 @@ test st_value bit 0 of thumb function
H A Delf-thumbfunc.s1 @@ test st_value bit 0 of thumb function
17 @@ make sure foo and bar are thumb function: bit 0 = 1 (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/mesa3d/src/amd/common/
H A Dac_binary.c68 symbol.st_value;
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_elf_util.c62 symbol.st_value;
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
H A Dnative.cpp89 symbol_offsets[name] = s->st_value;

Completed in 843 milliseconds

123