text
stringlengths
0
834k
* DAMAGES, FOR ANY REASON WHATSOEVER.
*
* This is part of revision 2.1.4.178 of the EK-TM4C1294XL Firmware Package.
*
*****************************************************************************/
--retain=g_pfnVectors
/* The following command line options are set as part of the CCS project. */
/* If you are building using the command line, or for some reason want to */
/* define them here, you can uncomment and modify these lines as needed. */
/* If you are using CCS for building, it is probably better to make any such */
/* modifications in your CCS project and leave this file alone. */
/* */
/* --heap_size=0 */
/* --stack_size=256 */
/* --library=rtsv7M3_T_le_eabi.lib */
/* The starting address of the application. Normally the interrupt vectors */
/* must be located at the beginning of the application. */
#define APP_BASE 0x00000000
#define RAM_BASE 0x20000000
/* System memory map */
MEMORY
{
/* Application stored in and executes from internal flash */
FLASH (RX) : origin = APP_BASE, length = 0x00100000
/* Application uses internal RAM for data */
SRAM (RWX) : origin = 0x20000000, length = 0x00040000
}
/* Section allocation in memory */
SECTIONS
{
.intvecs: > APP_BASE
.text : > FLASH
.const : > FLASH
.cinit : > FLASH
.pinit : > FLASH
.init_array : > FLASH
.vtable : > RAM_BASE
.data : > SRAM
.bss : > SRAM
.sysmem : > SRAM
.stack : > SRAM
}
__STACK_TOP = __stack + 256;
",38.4084507042,80,0.5856252292
206,d01ed2194e2bd4f830739acf952e6e45051e4ff4,43072,cmd,Batchfile,src/linux/headers/linux-xlnx-4.19-xilinx-v2019.1+git999/net/dns_resolver/.dns_query.o.cmd,tccxy/ultra96-v2_design_mipicamera,f0395d0dc85d4f280d969297c9390bbabb7817ce,['MIT'],6.0,2020-05-20T02:21:06.000Z,2021-04-15T14:57:42.000Z,src/linux/headers/linux-xln...
source_net/dns_resolver/dns_query.o := /home/zw/share/ultra96/mipitest/linux-xlnx/net/dns_resolver/dns_query.c
deps_net/dns_resolver/dns_query.o := \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/linux/kconfig.h \
$(wildcard include/config/cpu/big/endian.h) \
$(wildcard include/config/booger.h) \
$(wildcard include/config/foo.h) \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/linux/compiler_types.h \
$(wildcard include/config/have/arch/compiler/h.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/linux/compiler-gcc.h \
$(wildcard include/config/arch/use/builtin/bswap.h) \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/linux/module.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/sysfs.h) \
$(wildcard include/config/modules/tree/lookup.h) \
$(wildcard include/config/livepatch.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/module/sig.h) \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/function/error/injection.h) \
$(wildcard include/config/strict/module/rwx.h) \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/linux/list.h \
$(wildcard include/config/debug/list.h) \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/linux/types.h \
$(wildcard include/config/have/uid16.h) \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/arch/dma/addr/t/64bit.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/uapi/linux/types.h \
arch/arm64/include/generated/uapi/asm/types.h \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/uapi/asm-generic/types.h \
/home/zw/share/ultra96/mipitest/linux-xlnx/include/asm-generic/int-ll64.h \