代码搜索:PIC
找到约 10,000 项符合「PIC」的源代码
代码结果 10,000
www.eeworm.com/read/340665/3266550
d pic.d
#objdump: -dr --prefix-addresses --show-raw-insn
#name: SH PIC constructs
# Test SH PIC constructs:
.*: file format elf.*sh.*
Disassembly of section \.text:
0x00000000 c7 0a mova 0x000000
www.eeworm.com/read/340665/3266695
s pic.s
.text
.align
mova .Lgot, r0
mov.l .Lgot, r12
add r0, r12
mov.l .Lfoogot, r0
mov.l @(r0,r12), r0
jsr @r0
nop
mov.l .Lfoogotoff, r0
add r12, r0
jsr @r0
nop
mov.l .Lfooplt, r1
mova .Lfoop
www.eeworm.com/read/340665/3267116
d pic.d
#objdump: -dr --prefix-addresses --show-raw-insn
#name: PIC
# Test generation of PIC
.*: +file format .*arm.*
Disassembly of section .text:
0x0+0 ebfffffe bl 0x0+0
0: R_ARM_PC24 foo
0x0+4 ebfff
www.eeworm.com/read/340665/3267135
s pic.s
@ Test file for ARM ELF PIC
.text
.align 0
bl foo
bl foo(PLT)
.word sym
.word sym(GOT)
.word sym(GOTOFF)
1:
.word _GLOBAL_OFFSET_TABLE_ - 1b
www.eeworm.com/read/337546/3330839
c pic.c
/*
* Support for the interrupt controllers found on Power Macintosh,
* currently Apple's "Grand Central" interrupt controller in all
* it's incarnations. OpenPIC support used on newer machines i
www.eeworm.com/read/337546/3330843
h pic.h
#ifndef __PPC_PLATFORMS_PMAC_PIC_H
#define __PPC_PLATFORMS_PMAC_PIC_H
#include
extern struct hw_interrupt_type pmac_pic;
void pmac_pic_init(void);
int pmac_get_irq(struct pt_regs *reg
www.eeworm.com/read/337546/3337241
h pic.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1992