代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/458095/7313276
ldt test_key.ldt
VERSION = 1.00
__DP = 00000000
__GDP =
__ZDP =
__TDP =
__SDP =
NAME = .bss
LMA = 00000000
VMA =
ATTR = .bss
FILES = "*"
ASTAEXPAND = TRUE
NAME = .rodata
LMA = 02000000
VMA =
www.eeworm.com/read/458095/7313278
ldt key4.ldt
VERSION = 1.00
__DP = 00000000
__GDP =
__ZDP =
__TDP =
__SDP =
NAME = .bss
LMA = 00000000
VMA =
ATTR = .bss
FILES = "*"
ASTAEXPAND = TRUE
NAME = .rodata
LMA = 02000000
VMA =
www.eeworm.com/read/458095/7313280
lds key3.lds
OUTPUT_FORMAT("elf32-c33", "elf32-c33",
"elf32-c33")
OUTPUT_ARCH(c33)
SEARCH_DIR(.);
SECTIONS
{
/* data pointer symbol By GWB33 */
__dp = 0x00000000;
/* section information
www.eeworm.com/read/458095/7313281
map key3.map
Memory Configuration
Name Origin Length Attributes
*default* 0x00000000 0xffffffff
Linker script and memory map
0x0000000
www.eeworm.com/read/458095/7313282
mak key2.mak
# make file made by GWB33
# make file made by gnu make
# macro definitions for target file
TARGET= key2
# macro definitions for tools & dir
TOOL_DIR = C:/gnu33
CC= $(TOOL_DIR)/xgcc
AS
www.eeworm.com/read/458095/7313283
elf test_key.elf
www.eeworm.com/read/458095/7313285
lds key5.lds
OUTPUT_FORMAT("elf32-c33", "elf32-c33",
"elf32-c33")
OUTPUT_ARCH(c33)
SEARCH_DIR(.);
SECTIONS
{
/* data pointer symbol By GWB33 */
__dp = 0x00000000;
/* section information
www.eeworm.com/read/458095/7313287
ldt key2.ldt
VERSION = 1.00
__DP = 00000000
__GDP =
__ZDP =
__TDP =
__SDP =
NAME = .bss
LMA = NO SELECT
VMA = 00000000
ATTR = .bss
FILES = "*"
ASTAEXPAND = True
NAME = .data
LMA = NEXTSECTI
www.eeworm.com/read/458095/7313288
mak test_key.mak
# make file made by GWB33
# make file made by gnu make
# macro definitions for target file
TARGET= test_key
# macro definitions for tools & dir
TOOL_DIR = C:/gnu33v20
CC= $(TOOL_DIR)/x
www.eeworm.com/read/458095/7313290
mak key3.mak
# make file made by GWB33
# make file made by gnu make
# macro definitions for target file
TARGET= key3
# macro definitions for tools & dir
TOOL_DIR = C:/gnu33
CC= $(TOOL_DIR)/xgcc
AS