HomeSort by relevance Sort by last modified time
    Searched defs:ElfSymbols (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_symbols.h 16 // An ElfSymbols instance holds information about symbols in a mapped ELF
18 class ElfSymbols {
20 ElfSymbols() { ::memset(this, 0, sizeof(*this)); }
21 ~ElfSymbols() {}
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_symbols.h 16 // An ElfSymbols instance holds information about symbols in a mapped ELF
18 class ElfSymbols {
20 ElfSymbols() { ::memset(this, 0, sizeof(*this)); }
21 ~ElfSymbols() {}

Completed in 1068 milliseconds