代码搜索:linked
找到约 4,326 项符合「linked」的源代码
代码结果 4,326
www.eeworm.com/read/448443/1689386
s dllalib.s
/* dllALib.s - ARM assembly language doubly linked list manipulation */
/* Copyright 1996-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,17oct01,t_m convert to FU
www.eeworm.com/read/447738/1694960
cc sr3.cc
// This file is compiled and linked into the S-record format.
#define FOO_MSG_LEN 80
class Foo {
static int foos;
int i;
static const int len = FOO_MSG_LEN;
char message[len];
public
www.eeworm.com/read/447738/1695095
s b-offloc.s
% The .text contents is supposed to be linked --oformat binary with
% b-post1.s and b-goodmain.s. The code below will provide a LOP_LOC
% with a 64-bit address (0x789abcdef0123456) then 16 bytes of %
www.eeworm.com/read/447738/1695116
s b-badfil1.s
% The .text contents is supposed to be linked --oformat binary with
% b-twoinsn.s and b-goodmain.s, and will provide two LOP_FILEs, but
% specifying the same file number.
.text
.byte 0x98,06,42,2
.
www.eeworm.com/read/447738/1695117
s b-badfixo.s
% The .text contents is supposed to be linked --oformat binary with
% b-twoinsn.s and b-goodmain.s, and will provide a LOP_FIXO with invalid;
% (!= 1, != 2), YZ field.
.text
.byte 0x98,3,0,3
www.eeworm.com/read/447738/1695151
d sec-1.d
#source: sec-1.s
#source: start.s
#ld: -m elf64mmix
#objcopy_linked_file: -O mmo
#objdump: -sh
.*: file format mmo
Sections:
Idx Name Size VMA LMA File
www.eeworm.com/read/447738/1695332
s b-badloc.s
% The .text contents is supposed to be linked --oformat binary with
% b-twoinsn.s and b-goodmain.s, and will provide a LOP_LOC with invalid;
% (!= 1, != 2), YZ field.
.text
.byte 0x98,1,0,0
www.eeworm.com/read/440906/1774101
t-openbsd
# gdb gets confused if pic code is linked with non pic
# We cope by building variants of libgcc.
MULTILIB_OPTIONS = fpic
MULTILIB_MATCHES=fpic=fPIC
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-mult
www.eeworm.com/read/432474/1892609
c slllib.c
/* sllLib.c - singly linked list subroutine library */
/* Copyright 1984-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01m,11nov01,dee add
www.eeworm.com/read/418308/2091103
c slllib.c
/* sllLib.c - singly linked list subroutine library */
/* Copyright 1984-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01m,11nov01,dee add