Searched defs:should_pad_segments (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/bionic/linker/ |
H A D | linker_phdr.cpp | 839 ElfW(Addr)* p_filesz, bool should_pad_segments, in _extend_load_segment_vma() 1114 bool should_pad_segments, bool should_use_16kib_app_compat) { in _phdr_table_set_load_prot() 1170 ElfW(Addr) load_bias, bool should_pad_segments, in phdr_table_protect_segments() 1321 ElfW(Addr) load_bias, bool should_pad_segments, in phdr_table_unprotect_segments() 1330 bool should_pad_segments, in _extend_gnu_relro_prot_end() 1392 bool should_pad_segments, in _phdr_table_set_gnu_relro_prot() 1452 ElfW(Addr) load_bias, bool should_pad_segments, in phdr_table_protect_gnu_relro()
|
H A D | linker_phdr.h | 70 bool should_pad_segments() const { return should_pad_segments_; } in should_pad_segments() function
|
H A D | linker_main.cpp | 211 bool should_pad_segments; member
|
H A D | linker_soinfo.h | 401 bool should_pad_segments() const { return should_pad_segments_; } in should_pad_segments() function
|