代码搜索:objdump
找到约 4,575 项符合「objdump」的源代码
代码结果 4,575
www.eeworm.com/read/327092/6345856
html 0342-0342.html
Linux Complete Command Reference:User Commands:EarthWeb Inc.-
www.eeworm.com/read/284556/8919227
c segments.c
/* segments.c
* Simple program to illustrate different segments and to show
* how parameters are passed and the syscall is generated.
*
* objdump below refers to:
* /software/gcc_nachos/bin
www.eeworm.com/read/214672/15092353
c segments.c
/* segments.c
* Simple program to illustrate different segments and to show
* how parameters are passed and the syscall is generated.
*
* objdump below refers to:
* /software/gcc_nachos/bin
www.eeworm.com/read/170239/5406090
make tools.make
#
# Generic tools used by all make files:
# Names are derived from the TARGET variable
# assumed to be established in the make file that
# includes this.
#
NM = $(TARGET)-nm
AR = $(TARGET)-
www.eeworm.com/read/284411/8935061
utl makefile.utl
PERL = perl
#
#
#
CC = gcc
AS = as
LD = ld
AR = ar
OBJDUMP = objdump
OBJCOPY = objcopy
TARGET = mi
www.eeworm.com/read/280056/10358437
makefile
#
#
# Author: Seeger Chin
# e-mail: seeger.chin@gmail.com
#
# Copyright (C) 2006 Ingenic Semiconductor Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the
www.eeworm.com/read/246535/12720432
txt 技术难点.txt
3月14日
1,<mark>objdump</mark> -d bufbomb.o和<mark>objdump</mark> -d bufbomb得到的汇编代码段是否有区别?
一个是没有链接,一个链接过了.选择使用<mark>objdump</mark> -d bufbomb,因为这个代码链接过了,可以通过eip的值来观察具体执行到哪条代码
2,gdb调试时设置的断点处于printf()语句的后面,可是为什么不先打印出那句话?
因为实际上通过观察eip的值可 ...
www.eeworm.com/read/476941/6743228
makefile
OBJS = \
bio.o\
console.o\
exec.o\
file.o\
fs.o\
ide.o\
ioapic.o\
kalloc.o\
kbd.o\
lapic.o\
main.o\
mp.o\
picirq.o\
pipe.o\
proc.o\
spinlock.o\
string.o\
swtch.o\
syscall.o\
sysfil