HomeSort by relevance Sort by last modified time
    Searched refs:ElfView (Results 1 - 20 of 20) 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) {
crazy_linker_elf_relro.h 15 class ElfView;
54 bool CopyFromRelocated(const ElfView* view,
crazy_linker_elf_symbols.h 14 class ElfView;
23 bool Init(const ElfView* view);
crazy_linker_elf_relocations.h 16 class ElfView;
26 bool Init(const ElfView* view, Error* error);
crazy_linker_elf_view.cpp 15 bool ElfView::InitUnmapped(ELF::Addr load_address,
115 bool ElfView::ProtectRelroSection(Error* error) {
crazy_linker_shared_library.h 160 ElfView::DynamicIterator iter_;
170 ElfView view_;
crazy_linker_elf_symbols.cpp 29 bool ElfSymbols::Init(const ElfView* view) {
31 ElfView::DynamicIterator dyn(view);
crazy_linker_elf_relro.cpp 110 bool SharedRelro::CopyFromRelocated(const ElfView* view,
crazy_linker_elf_relocations.cpp 166 bool ElfRelocations::Init(const ElfView* view, Error* error) {
178 ElfView::DynamicIterator dyn(view);
crazy_linker_shared_library.cpp 287 ElfView::DynamicIterator dyn(&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) {
crazy_linker_elf_relro.h 15 class ElfView;
54 bool CopyFromRelocated(const ElfView* view,
crazy_linker_elf_symbols.h 14 class ElfView;
23 bool Init(const ElfView* view);
crazy_linker_elf_relocations.h 15 class ElfView;
25 bool Init(const ElfView* view, Error* error);
crazy_linker_elf_view.cpp 11 bool ElfView::InitUnmapped(ELF::Addr load_address,
111 bool ElfView::ProtectRelroSection(Error* error) {
crazy_linker_shared_library.h 160 ElfView::DynamicIterator iter_;
170 ElfView view_;
crazy_linker_elf_symbols.cpp 29 bool ElfSymbols::Init(const ElfView* view) {
31 ElfView::DynamicIterator dyn(view);
crazy_linker_elf_relro.cpp 110 bool SharedRelro::CopyFromRelocated(const ElfView* view,
crazy_linker_elf_relocations.cpp 136 bool ElfRelocations::Init(const ElfView* view, Error* error) {
148 ElfView::DynamicIterator dyn(view);
crazy_linker_shared_library.cpp 215 ElfView::DynamicIterator dyn(&view_);

Completed in 110 milliseconds