OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOCAL_LABEL
(Results
1 - 6
of
6
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-tic4x.h
51
#define
LOCAL_LABEL
(name) ((name)[0] == '$' || (name)[0] == 'L')
tc-xc16x.h
31
#define
LOCAL_LABEL
(NAME) (NAME[0] == '.' && NAME[1] == 'L')
tc-h8300.h
32
#define
LOCAL_LABEL
(NAME) (NAME[0] == '.' && NAME[1] == 'L')
tc-aarch64.h
101
#define
LOCAL_LABEL
(name) (name[0] == '.' && name[1] == 'L')
tc-arm.h
187
#define
LOCAL_LABEL
(name) (name[0] == '.' && name[1] == 'L')
/external/compiler-rt/lib/builtins/
assembly.h
27
#define
LOCAL_LABEL
(name) L_##name
36
#define
LOCAL_LABEL
(name) .L_##name
48
#define
LOCAL_LABEL
(name) .L ## name
Completed in 779 milliseconds