Symbol: ALIGN_TEXT
lib/libc/amd64/string/memccpy.S
33
#define ALIGN_TEXT .p2align 4, 0x90
lib/libc/amd64/string/memchr.S
33
#define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
lib/libc/amd64/string/memcmp.S
43
#define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
lib/libc/amd64/string/memmove.S
36
#define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
lib/libc/amd64/string/memrchr.S
11
#define ALIGN_TEXT .p2align 4, 0x90
lib/libc/amd64/string/memset.S
36
#define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
lib/libc/amd64/string/stpcpy.S
19
#define ALIGN_TEXT .p2align 4, 0x90
lib/libc/amd64/string/stpncpy.S
33
#define ALIGN_TEXT .p2align 4, 0x90
lib/libc/amd64/string/strchrnul.S
33
#define ALIGN_TEXT .p2align 4,0x90 # 16-byte alignment, nop-filled
lib/libc/amd64/string/strcmp.S
23
#define ALIGN_TEXT .p2align 4, 0x90
lib/libc/amd64/string/strcspn.S
34
#define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
lib/libc/amd64/string/strlcpy.S
33
#define ALIGN_TEXT .p2align 4, 0x90
lib/libc/amd64/string/strlen.S
20
#define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
lib/libc/amd64/string/strncmp.S
34
#define ALIGN_TEXT .p2align 4, 0x90
lib/libc/amd64/string/strrchr.S
34
#define ALIGN_TEXT .p2align 4,0x90 # 16-byte alignment, nop-filled
lib/libc/amd64/string/strspn.S
34
#define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
lib/libc/amd64/string/timingsafe_bcmp.S
33
#define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
lib/libc/amd64/string/timingsafe_memcmp.S
31
#define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
sys/amd64/include/asmacros.h
60
#define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
sys/i386/include/asmacros.h
49
#define ALIGN_TEXT .p2align 2,0x90 /* 4-byte alignment, nop filled */