Searched refs:pc (Results 126 - 131 of 131) sorted by relevance

123456

/seL4-camkes-master/tools/cogent/impl/fs/ext2/cogent/
H A DMakefile141 ccflags-y+=-I/usr/lib/gcc/x86_64-pc-linux-gnu/$(GCCVER)/include
/seL4-camkes-master/projects/lwip/src/core/
H A Dpbuf.c766 struct pbuf_custom *pc = (struct pbuf_custom *)p; local
767 LWIP_ASSERT("pc->custom_free_function != NULL", pc->custom_free_function != NULL);
768 pc->custom_free_function(p);
/seL4-camkes-master/kernel/src/object/
H A Dtcb.c1878 word_t pc; local
1885 pc = getRestartPC(dest);
1886 setNextPC(dest, pc);
1980 word_t pc; local
2009 pc = getRestartPC(dest);
2010 setNextPC(dest, pc);
/seL4-camkes-master/projects/lwip/src/api/
H A Dsockets.c3249 LWIP_SETGETSOCKOPT_DATA_VAR_REF(data).optval.pc = (const void *)optval;
3291 data->optval.pc,
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/
H A Dconfigure5391 pc)
11951 ac_config_files="$ac_config_files jansson.pc Makefile doc/Makefile src/Makefile src/jansson_config.h test/Makefile test/bin/Makefile test/suites/Makefile test/suites/api/Makefile"
12962 "jansson.pc") CONFIG_FILES="$CONFIG_FILES jansson.pc" ;;
/seL4-camkes-master/tools/rumprun/tests/configure/
H A Dconfigure5957 pc)

Completed in 204 milliseconds

123456