Home
last modified time | relevance | path

Searched refs:IsBTICompatible (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/bionic/linker/
H A Dlinker_note_gnu_property_test.cpp86 ASSERT_FALSE(note.IsBTICompatible()); in test_bti_not_supported()
92 ASSERT_TRUE(note.IsBTICompatible()); in test_bti_supported()
H A Dlinker_note_gnu_property.h83 bool IsBTICompatible() const;
H A Dlinker_note_gnu_property.cpp183 bool GnuPropertySection::IsBTICompatible() const { in IsBTICompatible() function in GnuPropertySection
H A Dlinker_phdr.cpp207 if (note_gnu_property_.IsBTICompatible()) { in Load()
1175 if ((prop != nullptr) && prop->IsBTICompatible()) { in phdr_table_protect_segments()
H A Dlinker_main.cpp377 if (note_gnu_property.IsBTICompatible() && in linker_main()