Searched refs:st_value (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Delf_file.cc769 return base_address_ + sym->st_value;
885 if ((symbol->st_value != result.first->second->st_value) ||
935 return symbol->st_value;
1621 if (symbol->st_value != 0) {
1625 static_cast<uint64_t>(symbol->st_value),
1626 static_cast<uint64_t>(symbol->st_value + base_address));
1628 symbol->st_value += base_address;
H A Delf.h1399 Elf32_Addr st_value; // Value or address associated with the symbol member in struct:Elf32_Sym
1429 Elf64_Addr st_value; // Value or address associated with the symbol member in struct:Elf64_Sym
/art/compiler/linker/
H A Delf_builder.h383 sym.st_value = addr;

Completed in 81 milliseconds