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

/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.h74 relocations_section_(NULL), dynamic_section_(NULL),
126 Elf_Scn* relocations_section_; member in class:relocation_packer::ElfFile
H A Delf_file.cc277 relocations_section_ = found_relocations_section;
946 Elf_Data* data = GetSectionData(relocations_section_);
1008 ELF::Shdr* section_header = ELF::getshdr(relocations_section_);
1090 ResizeSection<Rel>(elf_, relocations_section_, bytes);
1188 data = GetSectionData(relocations_section_);
1223 ELF::Shdr* section_header = ELF::getshdr(relocations_section_);
1243 ResizeSection<Rel>(elf_, relocations_section_, bytes);

Completed in 1032 milliseconds