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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_view.h 17 // An ElfView holds information describing a given ELF binary file for
20 class ElfView {
22 ElfView() { ::memset(this, 0, sizeof(*this)); }
24 ~ElfView() {}
26 // Initialize this ElfView from its load address and a copy of its program
34 // On success, return true, and sets all fields of the ElfView to the
63 DynamicIterator(const ElfView* view) {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_view.h 17 // An ElfView holds information describing a given ELF binary file for
20 class ElfView {
22 ElfView() { ::memset(this, 0, sizeof(*this)); }
24 ~ElfView() {}
26 // Initialize this ElfView from its load address and a copy of its program
34 // On success, return true, and sets all fields of the ElfView to the
63 DynamicIterator(const ElfView* view) {

Completed in 192 milliseconds