Searched refs:should_pad_segments_ (Results 1 – 4 of 4) sorted by relevance
/bionic/linker/ |
D | linker_phdr.h | 61 bool should_pad_segments() const { return should_pad_segments_; } in should_pad_segments() 119 bool should_pad_segments_ = false; variable
|
D | linker_soinfo.h | 368 should_pad_segments_ = should_pad_segments; in set_should_pad_segments() 370 bool should_pad_segments() const { return should_pad_segments_; } in should_pad_segments() 457 bool should_pad_segments_ = false; member
|
D | linker_phdr.cpp | 201 should_pad_segments_, ¬e_gnu_property_) == 0); in Load() 781 should_pad_segments_ = *reinterpret_cast<const ElfW(Word)*>(note_desc) == 1; in ReadPadSegmentNote() 842 _extend_load_segment_vma(phdr_table_, phdr_num_, i, &p_memsz, &p_filesz, should_pad_segments_); in LoadSegments()
|
D | linker.cpp | 3366 if (phdr_table_unprotect_segments(phdr, phnum, load_bias, should_pad_segments_) < 0) { in link_image() 3382 if (phdr_table_protect_segments(phdr, phnum, load_bias, should_pad_segments_) < 0) { in link_image() 3420 if (phdr_table_protect_gnu_relro(phdr, phnum, load_bias, should_pad_segments_) < 0) { in protect_relro()
|