Searched refs:android_relocations_section_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.h75 android_relocations_section_(NULL), relocations_type_(NONE) {}
128 Elf_Scn* android_relocations_section_; member in class:relocation_packer::ElfFile
H A Delf_file.cc279 android_relocations_section_ = found_android_relocations_section;
1095 data = GetSectionData(android_relocations_section_);
1096 ResizeSection<Rel>(elf_, android_relocations_section_, packed_bytes);
1107 ELF::Shdr* section_header = ELF::getshdr(android_relocations_section_);
1139 Elf_Data* data = GetSectionData(android_relocations_section_);
1251 data = GetSectionData(android_relocations_section_);
1253 elf_, android_relocations_section_, sizeof(kStubIdentifier));

Completed in 397 milliseconds