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

/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.h73 : fd_(fd), is_padding_relocations_(false), elf_(NULL),
82 inline void SetPadding(bool flag) { is_padding_relocations_ = flag; }
120 bool is_padding_relocations_; member in class:relocation_packer::ElfFile
H A Delf_file.cc1005 if (!is_padding_relocations_) {

Completed in 398 milliseconds