text
stringlengths
0
834k
* Copyright (c) 2012-2015 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this software for use solely and
* exclusively on TI's microcontroller products. The software is owned by
* TI and/or its suppliers, and is protected under applicable copyright
* laws. You may not combine this software with ""viral"" open-source
* software in order to form a larger program.
*
* THIS SOFTWARE IS PROVIDED ""AS IS"" AND WITH ALL FAULTS.
* NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT
* NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. TI SHALL NOT, UNDER ANY
* CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
* DAMAGES, FOR ANY REASON WHATSOEVER.
*
* This is part of revision 2.1.2.111 of the EK-TM4C123GXL 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 = 0x00040000
/* Application uses internal RAM for data */
SRAM (RWX) : origin = 0x20000000, length = 0x00008000
}
/* 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 + 1024;
",38.5352112676,80,0.5869883041
160,d016bbecd8c7d01c5ac9b1e67a809452afc533b8,164,bat,Batchfile,sonar-scm-tfvc-plugin/src/test/resources/fake.bat,mstaessen/sonar-scm-tfvc,f90189a484b6209bc1ce3900910142126551309e,['MIT'],13.0,2016-01-13T15:59:01.000Z,2019-05-05T10:28:56.000Z,sonar-scm-tfvc-plugin/src/test/resources/fake.bat,mstaessen/sonar-scm-tfvc,f90189a484b6209bc1ce3900910142126551309e,['MIT'],28.0,2019-07-12T08:27:17.000Z,2022-03-14T09:16:21.000Z,sonar-scm-tfvc-plugin/src/test/resources/fake.bat,mstaessen/sonar-scm-tfvc,f90189a484b6209bc1ce3900910142126551309e,['MIT'],17.0,2016-02-22T07:42:30.000Z,2019-06-26T14:36:49.000Z,"@ECHO OFF
ECHO Enter credentials
SET /P user_pass=
ECHO Enter the Collection URI
SET /P collectionUri=
ECHO Enter paths to annotate
SET /P p=
ECHO %p%
TYPE %p:/=\%
",16.4,29,0.737804878
161,d016e2778709c4885eab94187668bbb74ce97e50,435,cmd,Batchfile,release/src-rt/linux/linux-2.6/drivers/pci/.built-in.o.cmd,ECRS/Asus-RT-N16,11d24474c7decf50a1c8b1111c5d2fed818e2dab,['FSFAP'],,,,release/src-rt/linux/linux-2.6/drivers/pci/.built-in.o.cmd,ECRS/Asus-RT-N16,11d24474c7decf50a1c8b1111c5d2fed818e2dab,['FSFAP'],1.0,2018-08-21T03:43:31.000Z,2018-08-21T03:43:31.000Z,release/src-rt/linux/linux-2.6/drivers/pci/.built-in.o.cmd,ECRS/Asus-RT-N16,11d24474c7decf50a1c8b1111c5d2fed818e2dab,['FSFAP'],1.0,2020-03-08T12:52:49.000Z,2020-03-08T12:52:49.000Z,"cmd_drivers/pci/built-in.o := mipsel-linux-ld -m elf32ltsmip -r -o drivers/pci/built-in.o drivers/pci/access.o drivers/pci/bus.o drivers/pci/probe.o drivers/pci/remove.o drivers/pci/pci.o drivers/pci/quirks.o drivers/pci/pci-driver.o drivers/pci/search.o drivers/pci/pci-sysfs.o drivers/pci/rom.o drivers/pci/setup-res.o drivers/pci/proc.o drivers/pci/hotplug.o drivers/pci/setup-bus.o drivers/pci/setup-irq.o drivers/pci/syscall.o
",217.5,434,0.7816091954
162,d01739bc339bb83b4269f2beb88e41e2ca116857,164,cmd,Batchfile,clean.cmd,exodusdb/exodusdb,0b6bef6a3007d24664bdb348e92701ee2f423158,['MIT'],4.0,2021-01-23T14:36:34.000Z,2021-06-07T10:02:28.000Z,clean.cmd,exodusdb/exodusdb,0b6bef6a3007d24664bdb348e92701ee2f423158,['MIT'],1.0,2019-08-04T19:15:56.000Z,2019-08-04T19:15:56.000Z,clean.cmd,exodusdb/exodusdb,0b6bef6a3007d24664bdb348e92701ee2f423158,['MIT'],1.0,2022-01-29T22:41:01.000Z,2022-01-29T22:41:01.000Z,"call config CLEAN > config.log
@echo EXO_CLEAN_CMD=%EXO_CLEANCMD%
@echo EXO_CLEAN_OPT=%EXO_CLEANOPT%
%EXO_CLEANCMD% %EXO_CLEANOPT%
if ""%EXO_BATCHMODE%"" == """" pause
",27.3333333333,34,0.7682926829
163,d0175d0223e732b9a3e5269b6aba35a6236b34d4,1950,bat,Batchfile,Shared/install_remove.bat,usagirei/PSO2_SymbolArt_ThumbnailHandler,9293bbb8e531639abd42a05fb1c478766120bed8,['MIT'],15.0,2020-06-17T05:54:34.000Z,2022-02-11T10:38:05.000Z,Shared/install_remove.bat,usagirei/PSO2_SymbolArt_ThumbnailHandler,9293bbb8e531639abd42a05fb1c478766120bed8,['MIT'],5.0,2020-06-18T11:16:20.000Z,2021-07-13T02:52:21.000Z,Shared/install_remove.bat,usagirei/PSO2_SymbolArt_ThumbnailHandler,9293bbb8e531639abd42a05fb1c478766120bed8,['MIT'],,,,"@echo off
REM ------------------------------ UAC Boilerplate -----------------------------
:init
setlocal DisableDelayedExpansion
set ""batchPath=%~0""
for %%k in (%0) do set batchName=%%~nk
set ""vbsGetPrivileges=%temp%\OEgetPriv_%batchName%.vbs""
setlocal EnableDelayedExpansion
:checkPrivileges
NET FILE 1>NUL 2>NUL
if '%errorlevel%' == '0' ( goto gotPrivileges ) else ( goto getPrivileges )