Home
last modified time | relevance | path

Searched defs:SECTION (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h31 enum Type { SYMBOL, INTEGER, SECTION, SECTION_DESC, FRAGMENT }; enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt263 private val SECTION = SourceType.from("Section") in <lambda>() constant
/frameworks/libs/net/common/native/bpf_headers/include/bpf/
Dbpf_helpers.h49 #define SECTION(NAME) __attribute__((section(NAME), used)) macro