Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.h37 : fd_(fd), is_padding_relocations_(false), elf_(NULL), in ElfFile()
46 inline void SetPadding(bool flag) { is_padding_relocations_ = flag; } in SetPadding()
103 bool is_padding_relocations_; variable
Delf_file.cc695 size_t data_padding_bytes = is_padding_relocations_ ? in PackTypedRelocations()