Home
last modified time | relevance | path

Searched refs:fpic (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dpredefine.c227 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 Dtarget.c256 if (fpie > fpic) in target_init()
257 fpic = fpie; in target_init()
H A Doptions.h80 extern int fpic;
H A Doptions.c80 int fpic = 0; variable
527 { "pic", &fpic, handle_switch_setval, 1 },
528 { "PIC", &fpic, handle_switch_setval, 2 },
H A Dtarget-riscv.c83 if (fpic) in init_riscv()
/third_party/ltp/testcases/commands/ldd/datafiles/
H A DMakefile20 CPPFLAGS += -fpic
/third_party/mbedtls/library/
H A DMakefile73 LOCAL_CFLAGS += -fPIC -fpic

Completed in 4 milliseconds