brintos

brintos / llvm-project-archived public Read only

0
0
Text · 494 B · aa696dd Raw
25 lines · plain
1# Supplies a weak def, WeakDef, and a pointer holding its address,2# WeakDefAddrInExtraFile.3 4	.text5	.file	"ELF_weak_defs_extra.c"6	.type	WeakDef,@object7	.data8	.weak	WeakDef9	.p2align	210WeakDef:11	.long	212	.size	WeakDef, 413 14	.type	WeakDefAddrInExtraFile,@object15	.globl	WeakDefAddrInExtraFile16	.p2align	317WeakDefAddrInExtraFile:18	.quad	WeakDef19	.size	WeakDefAddrInExtraFile, 820 21	.ident	"clang version 10.0.0-4ubuntu1 "22	.section	".note.GNU-stack","",@progbits23	.addrsig24	.addrsig_sym WeakDef25