HomeSort by: relevance | last modified time | path
    Searched defs:_TEXT_SECTION (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/arch/arm/
SYS.h 37 #define _TEXT_SECTION .section .text.hot, "ax"
  /src/sys/arch/or1k/include/
asm.h 48 #ifndef _TEXT_SECTION
49 #define _TEXT_SECTION .text
54 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x:
  /src/sys/arch/arm/include/
asm.h 104 #ifndef _TEXT_SECTION
105 #define _TEXT_SECTION .text
121 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; \
124 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; \
145 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x:

Completed in 12 milliseconds