Searched defs:ElfView (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_view.h17 // An ElfView holds information describing a given ELF binary file for
20 class ElfView { class in namespace:crazy
22 ElfView() { ::memset(this, 0, sizeof(*this)); } function in class:crazy::ElfView
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 494 milliseconds