Home
last modified time | relevance | path

Searched refs:excl (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/linker/
Ddebug-sections.ld8 SECTION_PROLOGUE(.stab.excl, 0,) { *(.stab.excl) }
/Zephyr-Core-3.7.0/lib/posix/options/
Dshm.c304 bool excl = (oflag & O_EXCL) != 0; in shm_open() local
344 if ((shm != NULL) && excl) { in shm_open()
/Zephyr-Core-3.7.0/cmake/linker_script/common/
Ddebug-sections.cmake7 zephyr_linker_section(NAME .stab.excl ADDRESS 0)