Home
last modified time | relevance | path

Searched refs:should_pad_segments_ (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Dlinker_phdr.h61 bool should_pad_segments() const { return should_pad_segments_; } in should_pad_segments()
119 bool should_pad_segments_ = false; variable
Dlinker_soinfo.h368 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
Dlinker_phdr.cpp201 should_pad_segments_, &note_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()
Dlinker.cpp3366 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()