Searched refs:fpic (Results 1 - 7 of 7) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | predefine.c | 227 if (fpic) { in predefined_macros() 228 predefine("__pic__", 0, "%d", fpic); in predefined_macros() 229 predefine("__PIC__", 0, "%d", fpic); in predefined_macros()
|
H A D | target.c | 256 if (fpie > fpic) in target_init() 257 fpic = fpie; in target_init()
|
H A D | options.h | 80 extern int fpic;
|
H A D | options.c | 80 int fpic = 0; variable 527 { "pic", &fpic, handle_switch_setval, 1 }, 528 { "PIC", &fpic, handle_switch_setval, 2 },
|
H A D | target-riscv.c | 83 if (fpic) in init_riscv()
|
/third_party/ltp/testcases/commands/ldd/datafiles/ |
H A D | Makefile | 20 CPPFLAGS += -fpic
|
/third_party/mbedtls/library/ |
H A D | Makefile | 73 LOCAL_CFLAGS += -fPIC -fpic
|
Completed in 4 milliseconds