Searched defs:st_value (Results 1 - 7 of 7) 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/llvm/include/llvm/Object/
H A DELFTypes.h143 Elf_Addr st_value; // Value or address associated with the symbol member in struct:llvm::object::Elf_Sym_Base
157 Elf_Addr st_value; // Value or address associated with the symbol member in struct:llvm::object::Elf_Sym_Base
166 using Elf_Sym_Base<ELFT>::st_value;
172 uint64_t getValue() const { return 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.h797 Elf32_Addr st_value; // Value or address associated with the symbol member in struct:llvm::ELF::Elf32_Sym
820 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:__anon5535
423 Elf64_Addr st_value; /* Symbol value */ member in struct:__anon5536
/external/valgrind/perf/
H A Dtinycc.c379 Elf32_Addr st_value; /* Symbol value */ member in struct:__anon20299
392 Elf64_Addr st_value; /* Symbol value */ member in struct:__anon20300
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 335 milliseconds