OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syms_
(Results
1 - 3
of
3
) sorted by null
/art/compiler/linker/
elf_builder.h
351
syms_
.push_back(Elf_Sym()); // The symbol table always has to start with NULL symbol.
388
syms_
.push_back(sym);
392
this->header_.sh_info =
syms_
.size();
396
Elf_Word GetCacheSize() { return
syms_
.size() * sizeof(Elf_Sym); }
400
this->WriteFully(
syms_
.data(),
syms_
.size() * sizeof(Elf_Sym));
405
std::vector<Elf_Sym>
syms_
; // Buffered/cached content of the whole section.
member in class:art::linker::FINAL::FINAL
[
all
...]
/toolchain/binutils/binutils-2.27/gold/
plugin.h
413
this->
syms_
= syms;
456
const struct ld_plugin_symbol*
syms_
;
member in class:gold::Pluginobj
plugin.cc
913
nsyms_(0),
syms_
(NULL), symbols_(), filesize_(filesize), comdat_map_()
1101
const struct ld_plugin_symbol* isym = &this->
syms_
[i];
1190
const struct ld_plugin_symbol& sym = this->
syms_
[i];
[
all
...]
Completed in 3687 milliseconds