Searched defs:st_value (Results 1 - 13 of 13) sorted by relevance

/external/elfutils/libdwfl/
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...]
/external/syslinux/com32/include/sys/
H A Delf32.h52 Elf32_Addr st_value; member in struct:elf32_sym
H A Delf64.h55 Elf64_Addr st_value; member in struct:elf64_sym
/external/llvm/include/llvm/Object/
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/swiftshader/third_party/LLVM/lib/Object/
H A DELFObjectFile.cpp147 Elf_Addr st_value; // Value or address associated with the symbol member in struct:__anon19958::Elf_Sym_Base
161 Elf_Addr st_value; // Value or address associated with the symbol member in struct:__anon19958::Elf_Sym_Base
468 Result = symb->st_value;
480 Result = symb->st_value;
502 Result = reinterpret_cast<uintptr_t>(base()+symb->st_value);
516 addr += symb->st_value;
/external/elfutils/src/
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...]
/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/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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h826 Elf32_Addr st_value; // Value or address associated with the symbol member in struct:llvm::ELF::Elf32_Sym
849 Elf64_Addr st_value; // Value or address associated with the symbol member in struct:llvm::ELF::Elf64_Sym
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h809 Elf32_Addr st_value; // Value or address associated with the symbol member in struct:llvm::ELF::Elf32_Sym
832 Elf64_Addr st_value; // Value or address associated with the symbol member in struct:llvm::ELF::Elf64_Sym
/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/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/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...]

Completed in 753 milliseconds