代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/247849/4473988
x-dolph
# Use link editor directives to make NULL pointers point to
# invalid addresses.
EXTRA_PARTS=crtbegin.o crtend.o gcc.ld
gcc.ld: $(srcdir)/config/m88k/dolphin.ld
rm -f gcc.ld; cp $(srcdir)/config/m
www.eeworm.com/read/190666/5172184
t-dolph
# Use link editor directives to make NULL pointers point to
# invalid addresses.
EXTRA_PARTS=crtbegin.o crtend.o gcc.ld
gcc.ld: $(srcdir)/config/m88k/dolphin.ld
rm -f gcc.ld; cp $(srcdir)/config/m
www.eeworm.com/read/186388/5233604
x-dolph
# Use link editor directives to make NULL pointers point to
# invalid addresses.
EXTRA_PARTS=crtbegin.o crtend.o gcc.ld
gcc.ld: $(srcdir)/config/m88k/dolphin.ld
rm -f gcc.ld; cp $(srcdir)/config/m
www.eeworm.com/read/158865/5593953
x-dolph
# Use link editor directives to make NULL pointers point to
# invalid addresses.
EXTRA_PARTS=crtbegin.o crtend.o gcc.ld
gcc.ld: $(srcdir)/config/m88k/dolphin.ld
rm -f gcc.ld; cp $(srcdir)/config/m
www.eeworm.com/read/109232/15561106
win makefile.win
# Project: Pointers1
# Makefile created by Dev-C++ 4.9.3.0
CC = g++.exe
WINDRES = windres.exe
RES =
OBJ = main.o $(RES)
LIBS = -L"C:\dev\DevCPP5b3-full\lib"
INCS = -I"C:\dev\DevCPP5b3
www.eeworm.com/read/122235/14712679
1 uno.1
.ds U U\s-2NO\s0
.TH UNO 1
.CT 1 program_analysis nil_pointers
.SH NAME
uno \(mi static analysis tool for ANSI-C programs
.SH SYNOPSIS
.B uno
.BI "[-D...] [-U...] [-I...] [-CPP=...] [-a] [-g x] [-h] [
www.eeworm.com/read/101052/15855974
1 uno.1
.ds U U\s-2NO\s0
.TH UNO 1
.CT 1 program_analysis nil_pointers
.SH NAME
uno \(mi static analysis tool for ANSI-C programs
.SH SYNOPSIS
.B uno
.BI "[-D...] [-U...] [-I...] [-CPP=...] [-a] [-g x] [-h] [
www.eeworm.com/read/209211/4984917
s strcpy.s
TEXT strcpy(SB), $0
MOVW R7, 0(FP)
MOVW s1+0(FP), R9 /* R9 is to pointer */
MOVW s2+4(FP), R10 /* R10 is from pointer */
/*
* test if both pointers
* are similarly word aligned
*/
XOR R9,R1
www.eeworm.com/read/209211/4985525
s strcpy.s
TEXT strcpy(SB), $0
MOVW R7, 0(FP)
MOVW s1+0(FP), R9 /* R9 is to pointer */
MOVW s2+4(FP), R10 /* R10 is from pointer */
/*
* test if both pointers
* are similarly word aligned
*/
XOR R9,R1
www.eeworm.com/read/298657/3861376
s memcpy.s
#include "setarch.h"
#include "defines.h"
#ifdef __H8300SX__
.global _memcpy
_memcpy:
stm.l er4-er6,@-er7
; Set up source and destination pointers for movmd.
mov.l er0,er6
mov.l er1,er5
; S