svf-lib 1.0.1621 → 1.0.1623
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SVF-linux/Release-build/include/Util/config.h +1 -0
- package/SVF-linux/Release-build/include/Util/extapi.bc +2084 -0
- package/SVF-linux/Release-build/svf/libSvfCore.a +0 -0
- package/SVF-linux/Release-build/svf-llvm/libSvfLLVM.a +0 -0
- package/SVF-linux/svf/include/AbstractExecution/ConsExeState.h +1 -1
- package/SVF-linux/svf/include/AbstractExecution/IntervalExeState.h +1 -1
- package/SVF-linux/svf/include/AbstractExecution/IntervalValue.h +1 -1
- package/SVF-linux/svf/include/AbstractExecution/SymState.h +1 -1
- package/SVF-linux/svf/include/CFL/CFGrammar.h +1 -1
- package/SVF-linux/svf/include/CFL/GrammarBuilder.h +3 -3
- package/SVF-linux/svf/include/FastCluster/fastcluster.h +4 -4
- package/SVF-linux/svf/include/Graphs/CHG.h +1 -1
- package/SVF-linux/svf/include/Graphs/ConsG.h +3 -3
- package/SVF-linux/svf/include/Graphs/GenericGraph.h +2 -2
- package/SVF-linux/svf/include/Graphs/GraphTraits.h +1 -1
- package/SVF-linux/svf/include/Graphs/GraphWriter.h +1 -1
- package/SVF-linux/svf/include/Graphs/IRGraph.h +1 -1
- package/SVF-linux/svf/include/Graphs/PTACallGraph.h +1 -1
- package/SVF-linux/svf/include/Graphs/VFGNode.h +2 -2
- package/SVF-linux/svf/include/MSSA/MSSAMuChi.h +2 -2
- package/SVF-linux/svf/include/MSSA/MemRegion.h +1 -1
- package/SVF-linux/svf/include/MSSA/MemSSA.h +1 -1
- package/SVF-linux/svf/include/MTA/FSMPTA.h +1 -1
- package/SVF-linux/svf/include/MTA/MHP.h +1 -1
- package/SVF-linux/svf/include/MTA/TCT.h +1 -1
- package/SVF-linux/svf/include/MemoryModel/ConditionalPT.h +1 -1
- package/SVF-linux/svf/include/MemoryModel/MutablePointsToDS.h +2 -2
- package/SVF-linux/svf/include/MemoryModel/PersistentPointsToDS.h +1 -1
- package/SVF-linux/svf/include/MemoryModel/PointerAnalysis.h +1 -1
- package/SVF-linux/svf/include/MemoryModel/PointsTo.h +1 -1
- package/SVF-linux/svf/include/SABER/SaberCondAllocator.h +1 -1
- package/SVF-linux/svf/include/SABER/SrcSnkDDA.h +1 -1
- package/SVF-linux/svf/include/SVFIR/SVFFileSystem.h +3 -3
- package/SVF-linux/svf/include/SVFIR/SVFIR.h +1 -1
- package/SVF-linux/svf/include/SVFIR/SVFModule.h +0 -1
- package/SVF-linux/svf/include/SVFIR/SVFStatements.h +19 -19
- package/SVF-linux/svf/include/SVFIR/SVFType.h +5 -5
- package/SVF-linux/svf/include/SVFIR/SVFValue.h +8 -2
- package/SVF-linux/svf/include/SVFIR/SVFVariables.h +3 -3
- package/SVF-linux/svf/include/SVFIR/SymbolTableInfo.h +3 -3
- package/SVF-linux/svf/include/Util/Casting.h +1 -1
- package/SVF-linux/svf/include/Util/CoreBitVector.h +2 -2
- package/SVF-linux/svf/include/Util/DPItem.h +1 -1
- package/SVF-linux/svf/include/Util/ExtAPI.h +11 -457
- package/SVF-linux/svf/include/Util/NodeIDAllocator.h +1 -1
- package/SVF-linux/svf/include/Util/Options.h +1 -1
- package/SVF-linux/svf/include/Util/SVFBugReport.h +1 -1
- package/SVF-linux/svf/include/Util/SVFUtil.h +11 -26
- package/SVF-linux/svf/include/Util/WorkList.h +1 -1
- package/SVF-linux/svf/include/Util/cJSON.h +1 -1
- package/SVF-linux/svf/include/WPA/Andersen.h +1 -1
- package/SVF-linux/svf/include/WPA/FlowSensitive.h +1 -1
- package/SVF-linux/svf/include/WPA/WPASolver.h +1 -1
- package/SVF-linux/svf-llvm/include/SVF-LLVM/GEPTypeBridgeIterator.h +1 -1
- package/SVF-linux/svf-llvm/include/SVF-LLVM/LLVMModule.h +17 -0
- package/SVF-linux/svf-llvm/include/SVF-LLVM/LLVMUtil.h +14 -1
- package/SVF-linux/svf-llvm/include/SVF-LLVM/SVFIRBuilder.h +5 -14
- package/SVF-linux/svf-llvm/include/SVF-LLVM/SymbolTableBuilder.h +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2084 @@
|
|
|
1
|
+
; ModuleID = '/home/runner/work/SVF/SVF/svf/lib/Util/extapi.c'
|
|
2
|
+
source_filename = "/home/runner/work/SVF/SVF/svf/lib/Util/extapi.c"
|
|
3
|
+
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
|
|
4
|
+
target triple = "x86_64-unknown-linux-gnu"
|
|
5
|
+
|
|
6
|
+
%struct.group = type opaque
|
|
7
|
+
%struct.hostent = type opaque
|
|
8
|
+
%struct.mntent = type opaque
|
|
9
|
+
%struct.protoent = type opaque
|
|
10
|
+
%struct.passwd = type opaque
|
|
11
|
+
%struct.servent = type opaque
|
|
12
|
+
%struct.spwd = type opaque
|
|
13
|
+
%struct.tm = type opaque
|
|
14
|
+
%struct.lconv = type opaque
|
|
15
|
+
%struct.dirent64 = type opaque
|
|
16
|
+
%struct.dirent = type opaque
|
|
17
|
+
%struct.jpeg_error_mgr = type opaque
|
|
18
|
+
|
|
19
|
+
@.str = private unnamed_addr constant [10 x i8] c"ALLOC_RET\00", section "llvm.metadata"
|
|
20
|
+
@.str.1 = private unnamed_addr constant [48 x i8] c"/home/runner/work/SVF/SVF/svf/lib/Util/extapi.c\00", section "llvm.metadata"
|
|
21
|
+
@.str.2 = private unnamed_addr constant [4 x i8] c"SVF\00", section "llvm.metadata"
|
|
22
|
+
@.str.3 = private unnamed_addr constant [10 x i8] c"OVERWRITE\00", section "llvm.metadata"
|
|
23
|
+
@.str.4 = private unnamed_addr constant [7 x i8] c"STATIC\00", section "llvm.metadata"
|
|
24
|
+
@.str.5 = private unnamed_addr constant [12 x i8] c"REALLOC_RET\00", section "llvm.metadata"
|
|
25
|
+
@.str.6 = private unnamed_addr constant [11 x i8] c"ALLOC_ARG0\00", section "llvm.metadata"
|
|
26
|
+
@.str.7 = private unnamed_addr constant [11 x i8] c"ALLOC_ARG1\00", section "llvm.metadata"
|
|
27
|
+
@.str.8 = private unnamed_addr constant [11 x i8] c"ALLOC_ARG2\00", section "llvm.metadata"
|
|
28
|
+
@.str.9 = private unnamed_addr constant [7 x i8] c"MEMCPY\00", section "llvm.metadata"
|
|
29
|
+
@.str.10 = private unnamed_addr constant [7 x i8] c"MEMSET\00", section "llvm.metadata"
|
|
30
|
+
@llvm.global.annotations = appending global [352 x { i8*, i8*, i8*, i32, i8* }] [{ i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @SyGetmem to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 22, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @SyGetmem to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 22, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @SyGetmem to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str.3, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 22, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i16** ()* @__ctype_b_loc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 30, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i16** ()* @__ctype_b_loc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 30, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i16** ()* @__ctype_b_loc to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 30, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32** ()* @__ctype_tolower_loc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 38, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32** ()* @__ctype_tolower_loc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 38, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32** ()* @__ctype_tolower_loc to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 38, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32** ()* @__ctype_toupper_loc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 46, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32** ()* @__ctype_toupper_loc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 46, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32** ()* @__ctype_toupper_loc to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 46, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32* ()* @__errno_location to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 54, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32* ()* @__errno_location to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 54, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32* ()* @__errno_location to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 54, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32* ()* @__h_errno_location to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 62, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32* ()* @__h_errno_location to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 62, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32* ()* @__h_errno_location to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 62, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @__res_state to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 70, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @__res_state to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 70, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @__res_state to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 70, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @asctime to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 78, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @asctime to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 78, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @asctime to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 78, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @bindtextdomain to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 86, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @bindtextdomain to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 86, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @bindtextdomain to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 86, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @bind_textdomain_codeset to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 94, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @bind_textdomain_codeset to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 94, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @bind_textdomain_codeset to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 94, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @ctermid to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 102, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @ctermid to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 102, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @ctermid to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 102, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i32)* @dcgettext to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 110, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i32)* @dcgettext to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 110, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i32)* @dcgettext to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 110, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @dgettext to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 118, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @dgettext to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 118, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @dgettext to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 118, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i8*, i64)* @dngettext to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 126, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i8*, i64)* @dngettext to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 126, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i8*, i64)* @dngettext to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 126, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*)* @fdopen to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 134, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*)* @fdopen to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 134, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*)* @fdopen to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 134, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.group* (i32)* @getgrgid to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 142, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.group* (i32)* @getgrgid to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 142, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.group* (i32)* @getgrgid to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 142, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.group* (i8*)* @getgrnam to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 150, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.group* (i8*)* @getgrnam to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 150, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.group* (i8*)* @getgrnam to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 150, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.hostent* (i8*, i32, i32)* @gethostbyaddr to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 158, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.hostent* (i8*, i32, i32)* @gethostbyaddr to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 158, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.hostent* (i8*, i32, i32)* @gethostbyaddr to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 158, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.hostent* (i8*)* @gethostbyname to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 166, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.hostent* (i8*)* @gethostbyname to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 166, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.hostent* (i8*)* @gethostbyname to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 166, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.hostent* (i8*, i32)* @gethostbyname2 to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 174, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.hostent* (i8*, i32)* @gethostbyname2 to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 174, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.hostent* (i8*, i32)* @gethostbyname2 to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 174, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.mntent* (i8*)* @getmntent to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 182, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.mntent* (i8*)* @getmntent to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 182, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.mntent* (i8*)* @getmntent to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 182, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.protoent* (i8*)* @getprotobyname to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 190, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.protoent* (i8*)* @getprotobyname to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 190, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.protoent* (i8*)* @getprotobyname to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 190, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.protoent* (i32)* @getprotobynumber to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 198, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.protoent* (i32)* @getprotobynumber to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 198, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.protoent* (i32)* @getprotobynumber to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 198, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.passwd* ()* @getpwent to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 206, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.passwd* ()* @getpwent to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 206, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.passwd* ()* @getpwent to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 206, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.passwd* (i8*)* @getpwnam to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 214, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.passwd* (i8*)* @getpwnam to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 214, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.passwd* (i8*)* @getpwnam to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 214, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.passwd* (i32)* @getpwuid to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 222, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.passwd* (i32)* @getpwuid to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 222, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.passwd* (i32)* @getpwuid to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 222, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.servent* (i8*, i8*)* @getservbyname to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 230, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.servent* (i8*, i8*)* @getservbyname to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 230, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.servent* (i8*, i8*)* @getservbyname to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 230, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.servent* (i32, i8*)* @getservbyport to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 238, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.servent* (i32, i8*)* @getservbyport to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 238, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.servent* (i32, i8*)* @getservbyport to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 238, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.spwd* (i8*)* @getspnam to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 246, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.spwd* (i8*)* @getspnam to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 246, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.spwd* (i8*)* @getspnam to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 246, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @gettext to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 254, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @gettext to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 254, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @gettext to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 254, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.tm* (i8*)* @gmtime to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 262, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.tm* (i8*)* @gmtime to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 262, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.tm* (i8*)* @gmtime to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 262, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @gnu_get_libc_version to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 270, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @gnu_get_libc_version to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 270, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @gnu_get_libc_version to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 270, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @gnutls_check_version to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 278, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @gnutls_check_version to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 278, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @gnutls_check_version to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 278, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.lconv* ()* @localeconv to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 286, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.lconv* ()* @localeconv to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 286, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.lconv* ()* @localeconv to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 286, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.tm* (i8*)* @localtime to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 294, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.tm* (i8*)* @localtime to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 294, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.tm* (i8*)* @localtime to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 294, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @ngettext to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 302, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @ngettext to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 302, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @ngettext to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 302, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @pango_cairo_font_map_get_default to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 310, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @pango_cairo_font_map_get_default to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 310, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @pango_cairo_font_map_get_default to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 310, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @re_comp to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 318, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @re_comp to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 318, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @re_comp to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 318, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*)* @setlocale to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 326, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*)* @setlocale to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 326, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*)* @setlocale to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 326, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i32, i32)* @tgoto to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 334, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i32, i32)* @tgoto to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 334, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i32, i32)* @tgoto to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 334, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, ...)* @tparm to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 342, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, ...)* @tparm to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 342, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, ...)* @tparm to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 342, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @zError to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 350, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @zError to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 350, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @zError to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.4, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 350, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @fopen to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 357, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @fopen to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 357, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @fopen64 to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 364, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @fopen64 to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 364, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.dirent64* (i8*)* @readdir64 to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 371, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.dirent64* (i8*)* @readdir64 to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 371, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @tmpvoid64 to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 378, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @tmpvoid64 to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 378, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i64)* @calloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 385, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i64)* @calloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 385, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @zmalloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 392, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @zmalloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 392, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*)* @gzdopen to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 399, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*)* @gzdopen to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 399, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @iconv_open to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 406, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @iconv_open to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 406, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i32)* @lalloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 413, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i32)* @lalloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 413, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i32)* @lalloc_clear to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 420, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i32)* @lalloc_clear to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 420, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i64* (i32, i8*, i32)* @nhalloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 427, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i64* (i32, i8*, i32)* @nhalloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 427, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @oballoc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 434, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @oballoc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 434, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @popen to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 441, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @popen to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 441, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @pthread_getspecific to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 448, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @pthread_getspecific to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 448, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.dirent* (i8*)* @readdir to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 455, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (%struct.dirent* (i8*)* @readdir to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 455, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i32)* @safe_calloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 462, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i32)* @safe_calloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 462, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @safe_malloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 469, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @safe_malloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 469, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i32)* @safecalloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 476, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i32)* @safecalloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 476, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i32)* @safemalloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 483, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i32)* @safemalloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 483, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @setmntent to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 490, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @setmntent to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 490, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*, i32)* @shmat to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 497, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*, i32)* @shmat to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 497, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*)* @__sysv_signal to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 504, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i8*)* @__sysv_signal to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 504, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i32)* (i32, void (i32)*)* @signal to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 511, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i32)* (i32, void (i32)*)* @signal to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 511, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @tempnam to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 518, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @tempnam to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 518, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @tmpvoid to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 525, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @tmpvoid to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 525, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i64)* @xcalloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 532, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i64)* @xcalloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 532, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @xmalloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 539, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @xmalloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 539, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @_Znam to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 546, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @_Znam to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 546, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @_Znaj to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 553, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @_Znaj to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 553, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @_Znwj to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 560, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @_Znwj to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 560, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @__cxa_allocate_exception to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 567, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @__cxa_allocate_exception to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 567, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i64)* @aligned_alloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 574, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i64)* @aligned_alloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 574, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i64)* @memalign to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 581, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i64)* @memalign to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 581, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @valloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 588, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @valloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 588, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64, i32, i32, i32, i64)* @mmap64 to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 595, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64, i32, i32, i32, i64)* @mmap64 to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 595, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @XSetLocaleModifiers to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 602, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @XSetLocaleModifiers to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 602, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @__strdup to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 609, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @__strdup to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 609, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @crypt to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 616, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @crypt to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 616, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @ctime to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 623, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @ctime to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 623, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @dlerror to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 630, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @dlerror to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 630, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i32)* @dlopen to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 637, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i32)* @dlopen to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 637, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @gai_strerror to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 644, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @gai_strerror to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 644, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @gcry_cipher_algo_name to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 651, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @gcry_cipher_algo_name to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 651, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @svfgcry_md_algo_name_ to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 658, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @svfgcry_md_algo_name_ to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 658, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @getenv to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 665, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @getenv to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 665, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @getlogin to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 672, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @getlogin to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 672, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @getpass to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 679, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @getpass to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 679, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @gnutls_strerror to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 686, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @gnutls_strerror to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 686, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @gpg_strerror to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 693, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @gpg_strerror to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 693, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i32*)* @gzerror to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 700, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i32*)* @gzerror to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 700, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @inet_ntoa to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 707, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @inet_ntoa to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 707, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @initscr to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 714, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @initscr to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 714, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @llvm_stacksave to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 721, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @llvm_stacksave to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 721, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64, i32, i32, i32, i64)* @mmap to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 728, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64, i32, i32, i32, i64)* @mmap to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 728, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i32, i32, i32)* @newwin to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 735, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32, i32, i32, i32)* @newwin to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 735, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @nl_langinfo to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 742, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @nl_langinfo to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 742, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @opendir to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 749, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @opendir to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 749, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @sbrk to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 756, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @sbrk to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 756, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @strdup to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 763, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @strdup to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 763, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @strerror to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 770, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @strerror to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 770, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @strsignal to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 777, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @strsignal to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 777, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @textdomain to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 784, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @textdomain to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 784, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8**)* @tgetstr to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 791, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8**)* @tgetstr to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 791, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @tigetstr to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 798, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @tigetstr to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 798, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @tmpnam to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 805, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @tmpnam to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 805, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @ttyname to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 812, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i32)* @ttyname to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 812, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @malloc to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 819, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @malloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 819, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64)* @getcwd to i8*), i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str.5, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 826, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64)* @getcwd to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 826, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64)* @mem_realloc to i8*), i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str.5, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 833, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64)* @mem_realloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 833, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64)* @realloc to i8*), i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str.5, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 840, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64)* @realloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 840, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64)* @safe_realloc to i8*), i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str.5, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 847, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64)* @safe_realloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 847, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64, i64)* @saferealloc to i8*), i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str.5, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 854, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64, i64)* @saferealloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 854, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @safexrealloc to i8*), i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str.5, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 861, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* ()* @safexrealloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 861, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @strtok to i8*), i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str.5, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 868, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @strtok to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 868, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i8**)* @strtok_r to i8*), i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str.5, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 875, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i8**)* @strtok_r to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 875, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64)* @xrealloc to i8*), i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str.5, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 882, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i64)* @xrealloc to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 882, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @_Znwm to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 889, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64)* @_Znwm to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 889, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i8*)* @_ZnwmRKSt9nothrow_t to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 896, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i8*)* @_ZnwmRKSt9nothrow_t to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 896, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i8*)* @_ZnamRKSt9nothrow_t to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 903, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i64, i8*)* @_ZnamRKSt9nothrow_t to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 903, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8**, i8*, ...)* @asprintf to i8*), i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.6, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 910, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8**, i8*, ...)* @asprintf to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 910, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8**, i8*, i8*)* @vasprintf to i8*), i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.6, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 917, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8**, i8*, i8*)* @vasprintf to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 917, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8**, i8*, i32)* @db_create to i8*), i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.6, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 924, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8**, i8*, i32)* @db_create to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 924, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*)* @gnutls_pkcs12_bag_init to i8*), i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.6, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 931, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*)* @gnutls_pkcs12_bag_init to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 931, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*)* @gnutls_pkcs12_init to i8*), i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.6, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 938, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*)* @gnutls_pkcs12_init to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 938, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*)* @gnutls_x509_crt_init to i8*), i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.6, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 945, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*)* @gnutls_x509_crt_init to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 945, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*)* @gnutls_x509_privkey_init to i8*), i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.6, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 952, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*)* @gnutls_x509_privkey_init to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 952, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8**, i64, i64)* @posix_memalign to i8*), i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.6, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 959, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8**, i64, i64)* @posix_memalign to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 959, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*, %struct.dirent***, i32 (%struct.dirent*)*, i32 (%struct.dirent**, %struct.dirent**)*)* @scandir to i8*), i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.7, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 966, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*, %struct.dirent***, i32 (%struct.dirent*)*, i32 (%struct.dirent**, %struct.dirent**)*)* @scandir to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 966, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*, i8*, i8***, i32*)* @XmbTextPropertyToTextList to i8*), i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.8, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 973, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i32 (i8*, i8*, i8***, i32*)* @XmbTextPropertyToTextList to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 973, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memcpy_p0i8_p0i8_i64 to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 980, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memcpy_p0i8_p0i8_i64 to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 980, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memcpy_p0i8_p0i8_i32 to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 984, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memcpy_p0i8_p0i8_i32 to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 984, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memcpy to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 988, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memcpy to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 988, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memmove to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 992, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memmove to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 992, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memmove_p0i8_p0i8_i64 to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 996, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memmove_p0i8_p0i8_i64 to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 996, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memmove_p0i8_p0i8_i32 to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1000, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @llvm_memmove_p0i8_p0i8_i32 to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1000, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @__memcpy_chk to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1004, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32, i32)* @__memcpy_chk to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1004, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @memmove to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1008, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @memmove to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1008, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i64)* @bcopy to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1015, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i64)* @bcopy to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1015, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i32, i64)* @memccpy to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1019, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i32, i64)* @memccpy to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1019, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32)* @__memmove_chk to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1026, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8*, i32)* @__memmove_chk to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1026, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8, i32, i32)* @llvm_memset to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.10, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1030, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8, i32, i32)* @llvm_memset to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1030, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8, i32, i32)* @llvm_memset_p0i8_i32 to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.10, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1034, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8, i32, i32)* @llvm_memset_p0i8_i32 to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1034, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8, i32, i32)* @llvm_memset_p0i8_i64 to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.10, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1038, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (void (i8*, i8, i32, i32)* @llvm_memset_p0i8_i64 to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1038, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i32, i64, i32)* @__memset_chk to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.10, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1042, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i32, i64, i32)* @__memset_chk to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1042, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @__strcpy_chk to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1049, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @__strcpy_chk to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1049, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @__strcat_chk to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1056, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @__strcat_chk to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1056, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @stpcpy to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1063, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @stpcpy to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1063, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @strcat to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1070, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @strcat to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1070, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @strcpy to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1077, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*)* @strcpy to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1077, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @strncat to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1084, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @strncat to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1084, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @strncpy to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1091, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*, i8*, i64)* @strncpy to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1091, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i64 (i8*, i8**, i64*, i8**, i64*)* @iconv to i8*), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str.9, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1098, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i64 (i8*, i8**, i64*, i8**, i64*)* @iconv to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1098, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @_ZNSt5arrayIPK1ALm2EE4backEv to i8*), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str.3, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1105, i8* null }, { i8*, i8*, i8*, i32, i8* } { i8* bitcast (i8* (i8*)* @_ZNSt5arrayIPK1ALm2EE4backEv to i8*), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.2, i32 0, i32 0), i8* getelementptr inbounds ([48 x i8], [48 x i8]* @.str.1, i32 0, i32 0), i32 1105, i8* null }], section "llvm.metadata"
|
|
31
|
+
|
|
32
|
+
; Function Attrs: noinline nounwind uwtable
|
|
33
|
+
define dso_local i8* @SyGetmem(i64 noundef %size) #0 {
|
|
34
|
+
entry:
|
|
35
|
+
%size.addr = alloca i64, align 8
|
|
36
|
+
store i64 %size, i64* %size.addr, align 8
|
|
37
|
+
ret i8* null
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
; Function Attrs: noinline nounwind uwtable
|
|
41
|
+
define dso_local i16** @__ctype_b_loc() #0 {
|
|
42
|
+
entry:
|
|
43
|
+
ret i16** null
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
; Function Attrs: noinline nounwind uwtable
|
|
47
|
+
define dso_local i32** @__ctype_tolower_loc() #0 {
|
|
48
|
+
entry:
|
|
49
|
+
ret i32** null
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
; Function Attrs: noinline nounwind uwtable
|
|
53
|
+
define dso_local i32** @__ctype_toupper_loc() #0 {
|
|
54
|
+
entry:
|
|
55
|
+
ret i32** null
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
; Function Attrs: noinline nounwind uwtable
|
|
59
|
+
define dso_local i32* @__errno_location() #0 {
|
|
60
|
+
entry:
|
|
61
|
+
ret i32* null
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
; Function Attrs: noinline nounwind uwtable
|
|
65
|
+
define dso_local i32* @__h_errno_location() #0 {
|
|
66
|
+
entry:
|
|
67
|
+
ret i32* null
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
; Function Attrs: noinline nounwind uwtable
|
|
71
|
+
define dso_local i8* @__res_state() #0 {
|
|
72
|
+
entry:
|
|
73
|
+
ret i8* null
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
; Function Attrs: noinline nounwind uwtable
|
|
77
|
+
define dso_local i8* @asctime(i8* noundef %timeptr) #0 {
|
|
78
|
+
entry:
|
|
79
|
+
%timeptr.addr = alloca i8*, align 8
|
|
80
|
+
store i8* %timeptr, i8** %timeptr.addr, align 8
|
|
81
|
+
ret i8* null
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
; Function Attrs: noinline nounwind uwtable
|
|
85
|
+
define dso_local i8* @bindtextdomain(i8* noundef %domainname, i8* noundef %dirname) #0 {
|
|
86
|
+
entry:
|
|
87
|
+
%domainname.addr = alloca i8*, align 8
|
|
88
|
+
%dirname.addr = alloca i8*, align 8
|
|
89
|
+
store i8* %domainname, i8** %domainname.addr, align 8
|
|
90
|
+
store i8* %dirname, i8** %dirname.addr, align 8
|
|
91
|
+
ret i8* null
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
; Function Attrs: noinline nounwind uwtable
|
|
95
|
+
define dso_local i8* @bind_textdomain_codeset(i8* noundef %domainname, i8* noundef %codeset) #0 {
|
|
96
|
+
entry:
|
|
97
|
+
%domainname.addr = alloca i8*, align 8
|
|
98
|
+
%codeset.addr = alloca i8*, align 8
|
|
99
|
+
store i8* %domainname, i8** %domainname.addr, align 8
|
|
100
|
+
store i8* %codeset, i8** %codeset.addr, align 8
|
|
101
|
+
ret i8* null
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
; Function Attrs: noinline nounwind uwtable
|
|
105
|
+
define dso_local i8* @ctermid(i8* noundef %s) #0 {
|
|
106
|
+
entry:
|
|
107
|
+
%s.addr = alloca i8*, align 8
|
|
108
|
+
store i8* %s, i8** %s.addr, align 8
|
|
109
|
+
ret i8* null
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
; Function Attrs: noinline nounwind uwtable
|
|
113
|
+
define dso_local i8* @dcgettext(i8* noundef %domainname, i8* noundef %msgid, i32 noundef %category) #0 {
|
|
114
|
+
entry:
|
|
115
|
+
%domainname.addr = alloca i8*, align 8
|
|
116
|
+
%msgid.addr = alloca i8*, align 8
|
|
117
|
+
%category.addr = alloca i32, align 4
|
|
118
|
+
store i8* %domainname, i8** %domainname.addr, align 8
|
|
119
|
+
store i8* %msgid, i8** %msgid.addr, align 8
|
|
120
|
+
store i32 %category, i32* %category.addr, align 4
|
|
121
|
+
ret i8* null
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
; Function Attrs: noinline nounwind uwtable
|
|
125
|
+
define dso_local i8* @dgettext(i8* noundef %domainname, i8* noundef %msgid) #0 {
|
|
126
|
+
entry:
|
|
127
|
+
%domainname.addr = alloca i8*, align 8
|
|
128
|
+
%msgid.addr = alloca i8*, align 8
|
|
129
|
+
store i8* %domainname, i8** %domainname.addr, align 8
|
|
130
|
+
store i8* %msgid, i8** %msgid.addr, align 8
|
|
131
|
+
ret i8* null
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
; Function Attrs: noinline nounwind uwtable
|
|
135
|
+
define dso_local i8* @dngettext(i8* noundef %domainname, i8* noundef %msgid, i8* noundef %msgid_plural, i64 noundef %n) #0 {
|
|
136
|
+
entry:
|
|
137
|
+
%domainname.addr = alloca i8*, align 8
|
|
138
|
+
%msgid.addr = alloca i8*, align 8
|
|
139
|
+
%msgid_plural.addr = alloca i8*, align 8
|
|
140
|
+
%n.addr = alloca i64, align 8
|
|
141
|
+
store i8* %domainname, i8** %domainname.addr, align 8
|
|
142
|
+
store i8* %msgid, i8** %msgid.addr, align 8
|
|
143
|
+
store i8* %msgid_plural, i8** %msgid_plural.addr, align 8
|
|
144
|
+
store i64 %n, i64* %n.addr, align 8
|
|
145
|
+
ret i8* null
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
; Function Attrs: noinline nounwind uwtable
|
|
149
|
+
define dso_local i8* @fdopen(i32 noundef %fd, i8* noundef %mode) #0 {
|
|
150
|
+
entry:
|
|
151
|
+
%fd.addr = alloca i32, align 4
|
|
152
|
+
%mode.addr = alloca i8*, align 8
|
|
153
|
+
store i32 %fd, i32* %fd.addr, align 4
|
|
154
|
+
store i8* %mode, i8** %mode.addr, align 8
|
|
155
|
+
ret i8* null
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
; Function Attrs: noinline nounwind uwtable
|
|
159
|
+
define dso_local %struct.group* @getgrgid(i32 noundef %gid) #0 {
|
|
160
|
+
entry:
|
|
161
|
+
%gid.addr = alloca i32, align 4
|
|
162
|
+
store i32 %gid, i32* %gid.addr, align 4
|
|
163
|
+
ret %struct.group* null
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
; Function Attrs: noinline nounwind uwtable
|
|
167
|
+
define dso_local %struct.group* @getgrnam(i8* noundef %name) #0 {
|
|
168
|
+
entry:
|
|
169
|
+
%name.addr = alloca i8*, align 8
|
|
170
|
+
store i8* %name, i8** %name.addr, align 8
|
|
171
|
+
ret %struct.group* null
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
; Function Attrs: noinline nounwind uwtable
|
|
175
|
+
define dso_local %struct.hostent* @gethostbyaddr(i8* noundef %addr, i32 noundef %len, i32 noundef %type) #0 {
|
|
176
|
+
entry:
|
|
177
|
+
%addr.addr = alloca i8*, align 8
|
|
178
|
+
%len.addr = alloca i32, align 4
|
|
179
|
+
%type.addr = alloca i32, align 4
|
|
180
|
+
store i8* %addr, i8** %addr.addr, align 8
|
|
181
|
+
store i32 %len, i32* %len.addr, align 4
|
|
182
|
+
store i32 %type, i32* %type.addr, align 4
|
|
183
|
+
ret %struct.hostent* null
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
; Function Attrs: noinline nounwind uwtable
|
|
187
|
+
define dso_local %struct.hostent* @gethostbyname(i8* noundef %name) #0 {
|
|
188
|
+
entry:
|
|
189
|
+
%name.addr = alloca i8*, align 8
|
|
190
|
+
store i8* %name, i8** %name.addr, align 8
|
|
191
|
+
ret %struct.hostent* null
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
; Function Attrs: noinline nounwind uwtable
|
|
195
|
+
define dso_local %struct.hostent* @gethostbyname2(i8* noundef %name, i32 noundef %af) #0 {
|
|
196
|
+
entry:
|
|
197
|
+
%name.addr = alloca i8*, align 8
|
|
198
|
+
%af.addr = alloca i32, align 4
|
|
199
|
+
store i8* %name, i8** %name.addr, align 8
|
|
200
|
+
store i32 %af, i32* %af.addr, align 4
|
|
201
|
+
ret %struct.hostent* null
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
; Function Attrs: noinline nounwind uwtable
|
|
205
|
+
define dso_local %struct.mntent* @getmntent(i8* noundef %stream) #0 {
|
|
206
|
+
entry:
|
|
207
|
+
%stream.addr = alloca i8*, align 8
|
|
208
|
+
store i8* %stream, i8** %stream.addr, align 8
|
|
209
|
+
ret %struct.mntent* null
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
; Function Attrs: noinline nounwind uwtable
|
|
213
|
+
define dso_local %struct.protoent* @getprotobyname(i8* noundef %name) #0 {
|
|
214
|
+
entry:
|
|
215
|
+
%name.addr = alloca i8*, align 8
|
|
216
|
+
store i8* %name, i8** %name.addr, align 8
|
|
217
|
+
ret %struct.protoent* null
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
; Function Attrs: noinline nounwind uwtable
|
|
221
|
+
define dso_local %struct.protoent* @getprotobynumber(i32 noundef %proto) #0 {
|
|
222
|
+
entry:
|
|
223
|
+
%proto.addr = alloca i32, align 4
|
|
224
|
+
store i32 %proto, i32* %proto.addr, align 4
|
|
225
|
+
ret %struct.protoent* null
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
; Function Attrs: noinline nounwind uwtable
|
|
229
|
+
define dso_local %struct.passwd* @getpwent() #0 {
|
|
230
|
+
entry:
|
|
231
|
+
ret %struct.passwd* null
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
; Function Attrs: noinline nounwind uwtable
|
|
235
|
+
define dso_local %struct.passwd* @getpwnam(i8* noundef %name) #0 {
|
|
236
|
+
entry:
|
|
237
|
+
%name.addr = alloca i8*, align 8
|
|
238
|
+
store i8* %name, i8** %name.addr, align 8
|
|
239
|
+
ret %struct.passwd* null
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
; Function Attrs: noinline nounwind uwtable
|
|
243
|
+
define dso_local %struct.passwd* @getpwuid(i32 noundef %uid) #0 {
|
|
244
|
+
entry:
|
|
245
|
+
%uid.addr = alloca i32, align 4
|
|
246
|
+
store i32 %uid, i32* %uid.addr, align 4
|
|
247
|
+
ret %struct.passwd* null
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
; Function Attrs: noinline nounwind uwtable
|
|
251
|
+
define dso_local %struct.servent* @getservbyname(i8* noundef %name, i8* noundef %proto) #0 {
|
|
252
|
+
entry:
|
|
253
|
+
%name.addr = alloca i8*, align 8
|
|
254
|
+
%proto.addr = alloca i8*, align 8
|
|
255
|
+
store i8* %name, i8** %name.addr, align 8
|
|
256
|
+
store i8* %proto, i8** %proto.addr, align 8
|
|
257
|
+
ret %struct.servent* null
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
; Function Attrs: noinline nounwind uwtable
|
|
261
|
+
define dso_local %struct.servent* @getservbyport(i32 noundef %port, i8* noundef %proto) #0 {
|
|
262
|
+
entry:
|
|
263
|
+
%port.addr = alloca i32, align 4
|
|
264
|
+
%proto.addr = alloca i8*, align 8
|
|
265
|
+
store i32 %port, i32* %port.addr, align 4
|
|
266
|
+
store i8* %proto, i8** %proto.addr, align 8
|
|
267
|
+
ret %struct.servent* null
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
; Function Attrs: noinline nounwind uwtable
|
|
271
|
+
define dso_local %struct.spwd* @getspnam(i8* noundef %name) #0 {
|
|
272
|
+
entry:
|
|
273
|
+
%name.addr = alloca i8*, align 8
|
|
274
|
+
store i8* %name, i8** %name.addr, align 8
|
|
275
|
+
ret %struct.spwd* null
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
; Function Attrs: noinline nounwind uwtable
|
|
279
|
+
define dso_local i8* @gettext(i8* noundef %msgid) #0 {
|
|
280
|
+
entry:
|
|
281
|
+
%msgid.addr = alloca i8*, align 8
|
|
282
|
+
store i8* %msgid, i8** %msgid.addr, align 8
|
|
283
|
+
ret i8* null
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
; Function Attrs: noinline nounwind uwtable
|
|
287
|
+
define dso_local %struct.tm* @gmtime(i8* noundef %timer) #0 {
|
|
288
|
+
entry:
|
|
289
|
+
%timer.addr = alloca i8*, align 8
|
|
290
|
+
store i8* %timer, i8** %timer.addr, align 8
|
|
291
|
+
ret %struct.tm* null
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
; Function Attrs: noinline nounwind uwtable
|
|
295
|
+
define dso_local i8* @gnu_get_libc_version() #0 {
|
|
296
|
+
entry:
|
|
297
|
+
ret i8* null
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
; Function Attrs: noinline nounwind uwtable
|
|
301
|
+
define dso_local i8* @gnutls_check_version(i8* noundef %req_version) #0 {
|
|
302
|
+
entry:
|
|
303
|
+
%req_version.addr = alloca i8*, align 8
|
|
304
|
+
store i8* %req_version, i8** %req_version.addr, align 8
|
|
305
|
+
ret i8* null
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
; Function Attrs: noinline nounwind uwtable
|
|
309
|
+
define dso_local %struct.lconv* @localeconv() #0 {
|
|
310
|
+
entry:
|
|
311
|
+
ret %struct.lconv* null
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
; Function Attrs: noinline nounwind uwtable
|
|
315
|
+
define dso_local %struct.tm* @localtime(i8* noundef %timer) #0 {
|
|
316
|
+
entry:
|
|
317
|
+
%timer.addr = alloca i8*, align 8
|
|
318
|
+
store i8* %timer, i8** %timer.addr, align 8
|
|
319
|
+
ret %struct.tm* null
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
; Function Attrs: noinline nounwind uwtable
|
|
323
|
+
define dso_local i8* @ngettext(i8* noundef %msgid, i8* noundef %msgid_plural, i64 noundef %n) #0 {
|
|
324
|
+
entry:
|
|
325
|
+
%msgid.addr = alloca i8*, align 8
|
|
326
|
+
%msgid_plural.addr = alloca i8*, align 8
|
|
327
|
+
%n.addr = alloca i64, align 8
|
|
328
|
+
store i8* %msgid, i8** %msgid.addr, align 8
|
|
329
|
+
store i8* %msgid_plural, i8** %msgid_plural.addr, align 8
|
|
330
|
+
store i64 %n, i64* %n.addr, align 8
|
|
331
|
+
ret i8* null
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
; Function Attrs: noinline nounwind uwtable
|
|
335
|
+
define dso_local i8* @pango_cairo_font_map_get_default() #0 {
|
|
336
|
+
entry:
|
|
337
|
+
ret i8* null
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
; Function Attrs: noinline nounwind uwtable
|
|
341
|
+
define dso_local i8* @re_comp(i8* noundef %regex) #0 {
|
|
342
|
+
entry:
|
|
343
|
+
%regex.addr = alloca i8*, align 8
|
|
344
|
+
store i8* %regex, i8** %regex.addr, align 8
|
|
345
|
+
ret i8* null
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
; Function Attrs: noinline nounwind uwtable
|
|
349
|
+
define dso_local i8* @setlocale(i32 noundef %category, i8* noundef %locale) #0 {
|
|
350
|
+
entry:
|
|
351
|
+
%category.addr = alloca i32, align 4
|
|
352
|
+
%locale.addr = alloca i8*, align 8
|
|
353
|
+
store i32 %category, i32* %category.addr, align 4
|
|
354
|
+
store i8* %locale, i8** %locale.addr, align 8
|
|
355
|
+
ret i8* null
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
; Function Attrs: noinline nounwind uwtable
|
|
359
|
+
define dso_local i8* @tgoto(i8* noundef %cap, i32 noundef %col, i32 noundef %row) #0 {
|
|
360
|
+
entry:
|
|
361
|
+
%cap.addr = alloca i8*, align 8
|
|
362
|
+
%col.addr = alloca i32, align 4
|
|
363
|
+
%row.addr = alloca i32, align 4
|
|
364
|
+
store i8* %cap, i8** %cap.addr, align 8
|
|
365
|
+
store i32 %col, i32* %col.addr, align 4
|
|
366
|
+
store i32 %row, i32* %row.addr, align 4
|
|
367
|
+
ret i8* null
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
; Function Attrs: noinline nounwind uwtable
|
|
371
|
+
define dso_local i8* @tparm(i8* noundef %str, ...) #0 {
|
|
372
|
+
entry:
|
|
373
|
+
%str.addr = alloca i8*, align 8
|
|
374
|
+
store i8* %str, i8** %str.addr, align 8
|
|
375
|
+
ret i8* null
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
; Function Attrs: noinline nounwind uwtable
|
|
379
|
+
define dso_local i8* @zError(i32 noundef %a) #0 {
|
|
380
|
+
entry:
|
|
381
|
+
%a.addr = alloca i32, align 4
|
|
382
|
+
store i32 %a, i32* %a.addr, align 4
|
|
383
|
+
ret i8* null
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
; Function Attrs: noinline nounwind uwtable
|
|
387
|
+
define dso_local i8* @fopen(i8* noundef %voidname, i8* noundef %mode) #0 {
|
|
388
|
+
entry:
|
|
389
|
+
%voidname.addr = alloca i8*, align 8
|
|
390
|
+
%mode.addr = alloca i8*, align 8
|
|
391
|
+
store i8* %voidname, i8** %voidname.addr, align 8
|
|
392
|
+
store i8* %mode, i8** %mode.addr, align 8
|
|
393
|
+
ret i8* null
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
; Function Attrs: noinline nounwind uwtable
|
|
397
|
+
define dso_local i8* @fopen64(i8* noundef %voidname, i8* noundef %mode) #0 {
|
|
398
|
+
entry:
|
|
399
|
+
%voidname.addr = alloca i8*, align 8
|
|
400
|
+
%mode.addr = alloca i8*, align 8
|
|
401
|
+
store i8* %voidname, i8** %voidname.addr, align 8
|
|
402
|
+
store i8* %mode, i8** %mode.addr, align 8
|
|
403
|
+
ret i8* null
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
; Function Attrs: noinline nounwind uwtable
|
|
407
|
+
define dso_local %struct.dirent64* @readdir64(i8* noundef %dirp) #0 {
|
|
408
|
+
entry:
|
|
409
|
+
%dirp.addr = alloca i8*, align 8
|
|
410
|
+
store i8* %dirp, i8** %dirp.addr, align 8
|
|
411
|
+
ret %struct.dirent64* null
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
; Function Attrs: noinline nounwind uwtable
|
|
415
|
+
define dso_local i8* @tmpvoid64() #0 {
|
|
416
|
+
entry:
|
|
417
|
+
ret i8* null
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
; Function Attrs: noinline nounwind uwtable
|
|
421
|
+
define dso_local i8* @calloc(i64 noundef %nitems, i64 noundef %size) #0 {
|
|
422
|
+
entry:
|
|
423
|
+
%nitems.addr = alloca i64, align 8
|
|
424
|
+
%size.addr = alloca i64, align 8
|
|
425
|
+
store i64 %nitems, i64* %nitems.addr, align 8
|
|
426
|
+
store i64 %size, i64* %size.addr, align 8
|
|
427
|
+
ret i8* null
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
; Function Attrs: noinline nounwind uwtable
|
|
431
|
+
define dso_local i8* @zmalloc(i64 noundef %size) #0 {
|
|
432
|
+
entry:
|
|
433
|
+
%size.addr = alloca i64, align 8
|
|
434
|
+
store i64 %size, i64* %size.addr, align 8
|
|
435
|
+
ret i8* null
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
; Function Attrs: noinline nounwind uwtable
|
|
439
|
+
define dso_local i8* @gzdopen(i32 noundef %fd, i8* noundef %mode) #0 {
|
|
440
|
+
entry:
|
|
441
|
+
%fd.addr = alloca i32, align 4
|
|
442
|
+
%mode.addr = alloca i8*, align 8
|
|
443
|
+
store i32 %fd, i32* %fd.addr, align 4
|
|
444
|
+
store i8* %mode, i8** %mode.addr, align 8
|
|
445
|
+
ret i8* null
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
; Function Attrs: noinline nounwind uwtable
|
|
449
|
+
define dso_local i8* @iconv_open(i8* noundef %tocode, i8* noundef %fromcode) #0 {
|
|
450
|
+
entry:
|
|
451
|
+
%tocode.addr = alloca i8*, align 8
|
|
452
|
+
%fromcode.addr = alloca i8*, align 8
|
|
453
|
+
store i8* %tocode, i8** %tocode.addr, align 8
|
|
454
|
+
store i8* %fromcode, i8** %fromcode.addr, align 8
|
|
455
|
+
ret i8* null
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
; Function Attrs: noinline nounwind uwtable
|
|
459
|
+
define dso_local i8* @lalloc(i64 noundef %size, i32 noundef %a) #0 {
|
|
460
|
+
entry:
|
|
461
|
+
%size.addr = alloca i64, align 8
|
|
462
|
+
%a.addr = alloca i32, align 4
|
|
463
|
+
store i64 %size, i64* %size.addr, align 8
|
|
464
|
+
store i32 %a, i32* %a.addr, align 4
|
|
465
|
+
ret i8* null
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
; Function Attrs: noinline nounwind uwtable
|
|
469
|
+
define dso_local i8* @lalloc_clear(i64 noundef %size, i32 noundef %a) #0 {
|
|
470
|
+
entry:
|
|
471
|
+
%size.addr = alloca i64, align 8
|
|
472
|
+
%a.addr = alloca i32, align 4
|
|
473
|
+
store i64 %size, i64* %size.addr, align 8
|
|
474
|
+
store i32 %a, i32* %a.addr, align 4
|
|
475
|
+
ret i8* null
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
; Function Attrs: noinline nounwind uwtable
|
|
479
|
+
define dso_local i64* @nhalloc(i32 noundef %a, i8* noundef %b, i32 noundef %c) #0 {
|
|
480
|
+
entry:
|
|
481
|
+
%a.addr = alloca i32, align 4
|
|
482
|
+
%b.addr = alloca i8*, align 8
|
|
483
|
+
%c.addr = alloca i32, align 4
|
|
484
|
+
store i32 %a, i32* %a.addr, align 4
|
|
485
|
+
store i8* %b, i8** %b.addr, align 8
|
|
486
|
+
store i32 %c, i32* %c.addr, align 4
|
|
487
|
+
ret i64* null
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
; Function Attrs: noinline nounwind uwtable
|
|
491
|
+
define dso_local i8* @oballoc(i64 noundef %size) #0 {
|
|
492
|
+
entry:
|
|
493
|
+
%size.addr = alloca i64, align 8
|
|
494
|
+
store i64 %size, i64* %size.addr, align 8
|
|
495
|
+
ret i8* null
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
; Function Attrs: noinline nounwind uwtable
|
|
499
|
+
define dso_local i8* @popen(i8* noundef %command, i8* noundef %type) #0 {
|
|
500
|
+
entry:
|
|
501
|
+
%command.addr = alloca i8*, align 8
|
|
502
|
+
%type.addr = alloca i8*, align 8
|
|
503
|
+
store i8* %command, i8** %command.addr, align 8
|
|
504
|
+
store i8* %type, i8** %type.addr, align 8
|
|
505
|
+
ret i8* null
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
; Function Attrs: noinline nounwind uwtable
|
|
509
|
+
define dso_local i8* @pthread_getspecific(i8* noundef %a, i8* noundef %b) #0 {
|
|
510
|
+
entry:
|
|
511
|
+
%a.addr = alloca i8*, align 8
|
|
512
|
+
%b.addr = alloca i8*, align 8
|
|
513
|
+
store i8* %a, i8** %a.addr, align 8
|
|
514
|
+
store i8* %b, i8** %b.addr, align 8
|
|
515
|
+
ret i8* null
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
; Function Attrs: noinline nounwind uwtable
|
|
519
|
+
define dso_local %struct.dirent* @readdir(i8* noundef %dirp) #0 {
|
|
520
|
+
entry:
|
|
521
|
+
%dirp.addr = alloca i8*, align 8
|
|
522
|
+
store i8* %dirp, i8** %dirp.addr, align 8
|
|
523
|
+
ret %struct.dirent* null
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
; Function Attrs: noinline nounwind uwtable
|
|
527
|
+
define dso_local i8* @safe_calloc(i32 noundef %nelem, i32 noundef %elsize) #0 {
|
|
528
|
+
entry:
|
|
529
|
+
%nelem.addr = alloca i32, align 4
|
|
530
|
+
%elsize.addr = alloca i32, align 4
|
|
531
|
+
store i32 %nelem, i32* %nelem.addr, align 4
|
|
532
|
+
store i32 %elsize, i32* %elsize.addr, align 4
|
|
533
|
+
ret i8* null
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
; Function Attrs: noinline nounwind uwtable
|
|
537
|
+
define dso_local i8* @safe_malloc(i64 noundef %size) #0 {
|
|
538
|
+
entry:
|
|
539
|
+
%size.addr = alloca i64, align 8
|
|
540
|
+
store i64 %size, i64* %size.addr, align 8
|
|
541
|
+
ret i8* null
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
; Function Attrs: noinline nounwind uwtable
|
|
545
|
+
define dso_local i8* @safecalloc(i32 noundef %a, i32 noundef %b) #0 {
|
|
546
|
+
entry:
|
|
547
|
+
%a.addr = alloca i32, align 4
|
|
548
|
+
%b.addr = alloca i32, align 4
|
|
549
|
+
store i32 %a, i32* %a.addr, align 4
|
|
550
|
+
store i32 %b, i32* %b.addr, align 4
|
|
551
|
+
ret i8* null
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
; Function Attrs: noinline nounwind uwtable
|
|
555
|
+
define dso_local i8* @safemalloc(i32 noundef %a, i32 noundef %b) #0 {
|
|
556
|
+
entry:
|
|
557
|
+
%a.addr = alloca i32, align 4
|
|
558
|
+
%b.addr = alloca i32, align 4
|
|
559
|
+
store i32 %a, i32* %a.addr, align 4
|
|
560
|
+
store i32 %b, i32* %b.addr, align 4
|
|
561
|
+
ret i8* null
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
; Function Attrs: noinline nounwind uwtable
|
|
565
|
+
define dso_local i8* @setmntent(i8* noundef %voidname, i8* noundef %type) #0 {
|
|
566
|
+
entry:
|
|
567
|
+
%voidname.addr = alloca i8*, align 8
|
|
568
|
+
%type.addr = alloca i8*, align 8
|
|
569
|
+
store i8* %voidname, i8** %voidname.addr, align 8
|
|
570
|
+
store i8* %type, i8** %type.addr, align 8
|
|
571
|
+
ret i8* null
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
; Function Attrs: noinline nounwind uwtable
|
|
575
|
+
define dso_local i8* @shmat(i32 noundef %shmid, i8* noundef %shmaddr, i32 noundef %shmflg) #0 {
|
|
576
|
+
entry:
|
|
577
|
+
%shmid.addr = alloca i32, align 4
|
|
578
|
+
%shmaddr.addr = alloca i8*, align 8
|
|
579
|
+
%shmflg.addr = alloca i32, align 4
|
|
580
|
+
store i32 %shmid, i32* %shmid.addr, align 4
|
|
581
|
+
store i8* %shmaddr, i8** %shmaddr.addr, align 8
|
|
582
|
+
store i32 %shmflg, i32* %shmflg.addr, align 4
|
|
583
|
+
ret i8* null
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
; Function Attrs: noinline nounwind uwtable
|
|
587
|
+
define dso_local i8* @__sysv_signal(i32 noundef %a, i8* noundef %b) #0 {
|
|
588
|
+
entry:
|
|
589
|
+
%a.addr = alloca i32, align 4
|
|
590
|
+
%b.addr = alloca i8*, align 8
|
|
591
|
+
store i32 %a, i32* %a.addr, align 4
|
|
592
|
+
store i8* %b, i8** %b.addr, align 8
|
|
593
|
+
ret i8* null
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
; Function Attrs: noinline nounwind uwtable
|
|
597
|
+
define dso_local void (i32)* @signal(i32 noundef %sig, void (i32)* noundef %func) #0 {
|
|
598
|
+
entry:
|
|
599
|
+
%sig.addr = alloca i32, align 4
|
|
600
|
+
%func.addr = alloca void (i32)*, align 8
|
|
601
|
+
store i32 %sig, i32* %sig.addr, align 4
|
|
602
|
+
store void (i32)* %func, void (i32)** %func.addr, align 8
|
|
603
|
+
ret void (i32)* null
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
; Function Attrs: noinline nounwind uwtable
|
|
607
|
+
define dso_local i8* @tempnam(i8* noundef %dir, i8* noundef %pfx) #0 {
|
|
608
|
+
entry:
|
|
609
|
+
%dir.addr = alloca i8*, align 8
|
|
610
|
+
%pfx.addr = alloca i8*, align 8
|
|
611
|
+
store i8* %dir, i8** %dir.addr, align 8
|
|
612
|
+
store i8* %pfx, i8** %pfx.addr, align 8
|
|
613
|
+
ret i8* null
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
; Function Attrs: noinline nounwind uwtable
|
|
617
|
+
define dso_local i8* @tmpvoid() #0 {
|
|
618
|
+
entry:
|
|
619
|
+
ret i8* null
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
; Function Attrs: noinline nounwind uwtable
|
|
623
|
+
define dso_local i8* @xcalloc(i64 noundef %size1, i64 noundef %size2) #0 {
|
|
624
|
+
entry:
|
|
625
|
+
%size1.addr = alloca i64, align 8
|
|
626
|
+
%size2.addr = alloca i64, align 8
|
|
627
|
+
store i64 %size1, i64* %size1.addr, align 8
|
|
628
|
+
store i64 %size2, i64* %size2.addr, align 8
|
|
629
|
+
ret i8* null
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
; Function Attrs: noinline nounwind uwtable
|
|
633
|
+
define dso_local i8* @xmalloc(i64 noundef %size) #0 {
|
|
634
|
+
entry:
|
|
635
|
+
%size.addr = alloca i64, align 8
|
|
636
|
+
store i64 %size, i64* %size.addr, align 8
|
|
637
|
+
ret i8* null
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
; Function Attrs: noinline nounwind uwtable
|
|
641
|
+
define dso_local i8* @_Znam(i64 noundef %size) #0 {
|
|
642
|
+
entry:
|
|
643
|
+
%size.addr = alloca i64, align 8
|
|
644
|
+
store i64 %size, i64* %size.addr, align 8
|
|
645
|
+
ret i8* null
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
; Function Attrs: noinline nounwind uwtable
|
|
649
|
+
define dso_local i8* @_Znaj(i64 noundef %size) #0 {
|
|
650
|
+
entry:
|
|
651
|
+
%size.addr = alloca i64, align 8
|
|
652
|
+
store i64 %size, i64* %size.addr, align 8
|
|
653
|
+
ret i8* null
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
; Function Attrs: noinline nounwind uwtable
|
|
657
|
+
define dso_local i8* @_Znwj(i64 noundef %size) #0 {
|
|
658
|
+
entry:
|
|
659
|
+
%size.addr = alloca i64, align 8
|
|
660
|
+
store i64 %size, i64* %size.addr, align 8
|
|
661
|
+
ret i8* null
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
; Function Attrs: noinline nounwind uwtable
|
|
665
|
+
define dso_local i8* @__cxa_allocate_exception(i64 noundef %size) #0 {
|
|
666
|
+
entry:
|
|
667
|
+
%size.addr = alloca i64, align 8
|
|
668
|
+
store i64 %size, i64* %size.addr, align 8
|
|
669
|
+
ret i8* null
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
; Function Attrs: noinline nounwind uwtable
|
|
673
|
+
define dso_local i8* @aligned_alloc(i64 noundef %size1, i64 noundef %size2) #0 {
|
|
674
|
+
entry:
|
|
675
|
+
%size1.addr = alloca i64, align 8
|
|
676
|
+
%size2.addr = alloca i64, align 8
|
|
677
|
+
store i64 %size1, i64* %size1.addr, align 8
|
|
678
|
+
store i64 %size2, i64* %size2.addr, align 8
|
|
679
|
+
ret i8* null
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
; Function Attrs: noinline nounwind uwtable
|
|
683
|
+
define dso_local i8* @memalign(i64 noundef %size1, i64 noundef %size2) #0 {
|
|
684
|
+
entry:
|
|
685
|
+
%size1.addr = alloca i64, align 8
|
|
686
|
+
%size2.addr = alloca i64, align 8
|
|
687
|
+
store i64 %size1, i64* %size1.addr, align 8
|
|
688
|
+
store i64 %size2, i64* %size2.addr, align 8
|
|
689
|
+
ret i8* null
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
; Function Attrs: noinline nounwind uwtable
|
|
693
|
+
define dso_local i8* @valloc(i64 noundef %size) #0 {
|
|
694
|
+
entry:
|
|
695
|
+
%size.addr = alloca i64, align 8
|
|
696
|
+
store i64 %size, i64* %size.addr, align 8
|
|
697
|
+
ret i8* null
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
; Function Attrs: noinline nounwind uwtable
|
|
701
|
+
define dso_local i8* @mmap64(i8* noundef %addr, i64 noundef %len, i32 noundef %prot, i32 noundef %flags, i32 noundef %fildes, i64 noundef %off) #0 {
|
|
702
|
+
entry:
|
|
703
|
+
%addr.addr = alloca i8*, align 8
|
|
704
|
+
%len.addr = alloca i64, align 8
|
|
705
|
+
%prot.addr = alloca i32, align 4
|
|
706
|
+
%flags.addr = alloca i32, align 4
|
|
707
|
+
%fildes.addr = alloca i32, align 4
|
|
708
|
+
%off.addr = alloca i64, align 8
|
|
709
|
+
store i8* %addr, i8** %addr.addr, align 8
|
|
710
|
+
store i64 %len, i64* %len.addr, align 8
|
|
711
|
+
store i32 %prot, i32* %prot.addr, align 4
|
|
712
|
+
store i32 %flags, i32* %flags.addr, align 4
|
|
713
|
+
store i32 %fildes, i32* %fildes.addr, align 4
|
|
714
|
+
store i64 %off, i64* %off.addr, align 8
|
|
715
|
+
ret i8* null
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
; Function Attrs: noinline nounwind uwtable
|
|
719
|
+
define dso_local i8* @XSetLocaleModifiers(i8* noundef %a) #0 {
|
|
720
|
+
entry:
|
|
721
|
+
%a.addr = alloca i8*, align 8
|
|
722
|
+
store i8* %a, i8** %a.addr, align 8
|
|
723
|
+
ret i8* null
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
; Function Attrs: noinline nounwind uwtable
|
|
727
|
+
define dso_local i8* @__strdup(i8* noundef %string) #0 {
|
|
728
|
+
entry:
|
|
729
|
+
%string.addr = alloca i8*, align 8
|
|
730
|
+
store i8* %string, i8** %string.addr, align 8
|
|
731
|
+
ret i8* null
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
; Function Attrs: noinline nounwind uwtable
|
|
735
|
+
define dso_local i8* @crypt(i8* noundef %key, i8* noundef %salt) #0 {
|
|
736
|
+
entry:
|
|
737
|
+
%key.addr = alloca i8*, align 8
|
|
738
|
+
%salt.addr = alloca i8*, align 8
|
|
739
|
+
store i8* %key, i8** %key.addr, align 8
|
|
740
|
+
store i8* %salt, i8** %salt.addr, align 8
|
|
741
|
+
ret i8* null
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
; Function Attrs: noinline nounwind uwtable
|
|
745
|
+
define dso_local i8* @ctime(i8* noundef %timer) #0 {
|
|
746
|
+
entry:
|
|
747
|
+
%timer.addr = alloca i8*, align 8
|
|
748
|
+
store i8* %timer, i8** %timer.addr, align 8
|
|
749
|
+
ret i8* null
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
; Function Attrs: noinline nounwind uwtable
|
|
753
|
+
define dso_local i8* @dlerror() #0 {
|
|
754
|
+
entry:
|
|
755
|
+
ret i8* null
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
; Function Attrs: noinline nounwind uwtable
|
|
759
|
+
define dso_local i8* @dlopen(i8* noundef %voidname, i32 noundef %flags) #0 {
|
|
760
|
+
entry:
|
|
761
|
+
%voidname.addr = alloca i8*, align 8
|
|
762
|
+
%flags.addr = alloca i32, align 4
|
|
763
|
+
store i8* %voidname, i8** %voidname.addr, align 8
|
|
764
|
+
store i32 %flags, i32* %flags.addr, align 4
|
|
765
|
+
ret i8* null
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
; Function Attrs: noinline nounwind uwtable
|
|
769
|
+
define dso_local i8* @gai_strerror(i32 noundef %errcode) #0 {
|
|
770
|
+
entry:
|
|
771
|
+
%errcode.addr = alloca i32, align 4
|
|
772
|
+
store i32 %errcode, i32* %errcode.addr, align 4
|
|
773
|
+
ret i8* null
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
; Function Attrs: noinline nounwind uwtable
|
|
777
|
+
define dso_local i8* @gcry_cipher_algo_name(i32 noundef %errcode) #0 {
|
|
778
|
+
entry:
|
|
779
|
+
%errcode.addr = alloca i32, align 4
|
|
780
|
+
store i32 %errcode, i32* %errcode.addr, align 4
|
|
781
|
+
ret i8* null
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
; Function Attrs: noinline nounwind uwtable
|
|
785
|
+
define dso_local i8* @svfgcry_md_algo_name_(i32 noundef %errcode) #0 {
|
|
786
|
+
entry:
|
|
787
|
+
%errcode.addr = alloca i32, align 4
|
|
788
|
+
store i32 %errcode, i32* %errcode.addr, align 4
|
|
789
|
+
ret i8* null
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
; Function Attrs: noinline nounwind uwtable
|
|
793
|
+
define dso_local i8* @getenv(i8* noundef %name) #0 {
|
|
794
|
+
entry:
|
|
795
|
+
%name.addr = alloca i8*, align 8
|
|
796
|
+
store i8* %name, i8** %name.addr, align 8
|
|
797
|
+
ret i8* null
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
; Function Attrs: noinline nounwind uwtable
|
|
801
|
+
define dso_local i8* @getlogin() #0 {
|
|
802
|
+
entry:
|
|
803
|
+
ret i8* null
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
; Function Attrs: noinline nounwind uwtable
|
|
807
|
+
define dso_local i8* @getpass(i8* noundef %prompt) #0 {
|
|
808
|
+
entry:
|
|
809
|
+
%prompt.addr = alloca i8*, align 8
|
|
810
|
+
store i8* %prompt, i8** %prompt.addr, align 8
|
|
811
|
+
ret i8* null
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
; Function Attrs: noinline nounwind uwtable
|
|
815
|
+
define dso_local i8* @gnutls_strerror(i32 noundef %error) #0 {
|
|
816
|
+
entry:
|
|
817
|
+
%error.addr = alloca i32, align 4
|
|
818
|
+
store i32 %error, i32* %error.addr, align 4
|
|
819
|
+
ret i8* null
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
; Function Attrs: noinline nounwind uwtable
|
|
823
|
+
define dso_local i8* @gpg_strerror(i32 noundef %a) #0 {
|
|
824
|
+
entry:
|
|
825
|
+
%a.addr = alloca i32, align 4
|
|
826
|
+
store i32 %a, i32* %a.addr, align 4
|
|
827
|
+
ret i8* null
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
; Function Attrs: noinline nounwind uwtable
|
|
831
|
+
define dso_local i8* @gzerror(i8* noundef %file, i32* noundef %errnum) #0 {
|
|
832
|
+
entry:
|
|
833
|
+
%file.addr = alloca i8*, align 8
|
|
834
|
+
%errnum.addr = alloca i32*, align 8
|
|
835
|
+
store i8* %file, i8** %file.addr, align 8
|
|
836
|
+
store i32* %errnum, i32** %errnum.addr, align 8
|
|
837
|
+
ret i8* null
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
; Function Attrs: noinline nounwind uwtable
|
|
841
|
+
define dso_local i8* @inet_ntoa(i32 noundef %in) #0 {
|
|
842
|
+
entry:
|
|
843
|
+
%in.addr = alloca i32, align 4
|
|
844
|
+
store i32 %in, i32* %in.addr, align 4
|
|
845
|
+
ret i8* null
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
; Function Attrs: noinline nounwind uwtable
|
|
849
|
+
define dso_local i8* @initscr() #0 {
|
|
850
|
+
entry:
|
|
851
|
+
ret i8* null
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
; Function Attrs: noinline nounwind uwtable
|
|
855
|
+
define dso_local i8* @llvm_stacksave() #0 {
|
|
856
|
+
entry:
|
|
857
|
+
ret i8* null
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
; Function Attrs: noinline nounwind uwtable
|
|
861
|
+
define dso_local i8* @mmap(i8* noundef %addr, i64 noundef %len, i32 noundef %prot, i32 noundef %flags, i32 noundef %fildes, i64 noundef %off) #0 {
|
|
862
|
+
entry:
|
|
863
|
+
%addr.addr = alloca i8*, align 8
|
|
864
|
+
%len.addr = alloca i64, align 8
|
|
865
|
+
%prot.addr = alloca i32, align 4
|
|
866
|
+
%flags.addr = alloca i32, align 4
|
|
867
|
+
%fildes.addr = alloca i32, align 4
|
|
868
|
+
%off.addr = alloca i64, align 8
|
|
869
|
+
store i8* %addr, i8** %addr.addr, align 8
|
|
870
|
+
store i64 %len, i64* %len.addr, align 8
|
|
871
|
+
store i32 %prot, i32* %prot.addr, align 4
|
|
872
|
+
store i32 %flags, i32* %flags.addr, align 4
|
|
873
|
+
store i32 %fildes, i32* %fildes.addr, align 4
|
|
874
|
+
store i64 %off, i64* %off.addr, align 8
|
|
875
|
+
ret i8* null
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
; Function Attrs: noinline nounwind uwtable
|
|
879
|
+
define dso_local i8* @newwin(i32 noundef %nlines, i32 noundef %ncols, i32 noundef %begin_y, i32 noundef %begin_x) #0 {
|
|
880
|
+
entry:
|
|
881
|
+
%nlines.addr = alloca i32, align 4
|
|
882
|
+
%ncols.addr = alloca i32, align 4
|
|
883
|
+
%begin_y.addr = alloca i32, align 4
|
|
884
|
+
%begin_x.addr = alloca i32, align 4
|
|
885
|
+
store i32 %nlines, i32* %nlines.addr, align 4
|
|
886
|
+
store i32 %ncols, i32* %ncols.addr, align 4
|
|
887
|
+
store i32 %begin_y, i32* %begin_y.addr, align 4
|
|
888
|
+
store i32 %begin_x, i32* %begin_x.addr, align 4
|
|
889
|
+
ret i8* null
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
; Function Attrs: noinline nounwind uwtable
|
|
893
|
+
define dso_local i8* @nl_langinfo(i32 noundef %item) #0 {
|
|
894
|
+
entry:
|
|
895
|
+
%item.addr = alloca i32, align 4
|
|
896
|
+
store i32 %item, i32* %item.addr, align 4
|
|
897
|
+
ret i8* null
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
; Function Attrs: noinline nounwind uwtable
|
|
901
|
+
define dso_local i8* @opendir(i8* noundef %name) #0 {
|
|
902
|
+
entry:
|
|
903
|
+
%name.addr = alloca i8*, align 8
|
|
904
|
+
store i8* %name, i8** %name.addr, align 8
|
|
905
|
+
ret i8* null
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
; Function Attrs: noinline nounwind uwtable
|
|
909
|
+
define dso_local i8* @sbrk(i64 noundef %increment) #0 {
|
|
910
|
+
entry:
|
|
911
|
+
%increment.addr = alloca i64, align 8
|
|
912
|
+
store i64 %increment, i64* %increment.addr, align 8
|
|
913
|
+
ret i8* null
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
; Function Attrs: noinline nounwind uwtable
|
|
917
|
+
define dso_local i8* @strdup(i8* noundef %s) #0 {
|
|
918
|
+
entry:
|
|
919
|
+
%s.addr = alloca i8*, align 8
|
|
920
|
+
store i8* %s, i8** %s.addr, align 8
|
|
921
|
+
ret i8* null
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
; Function Attrs: noinline nounwind uwtable
|
|
925
|
+
define dso_local i8* @strerror(i32 noundef %errnum) #0 {
|
|
926
|
+
entry:
|
|
927
|
+
%errnum.addr = alloca i32, align 4
|
|
928
|
+
store i32 %errnum, i32* %errnum.addr, align 4
|
|
929
|
+
ret i8* null
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
; Function Attrs: noinline nounwind uwtable
|
|
933
|
+
define dso_local i8* @strsignal(i32 noundef %errnum) #0 {
|
|
934
|
+
entry:
|
|
935
|
+
%errnum.addr = alloca i32, align 4
|
|
936
|
+
store i32 %errnum, i32* %errnum.addr, align 4
|
|
937
|
+
ret i8* null
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
; Function Attrs: noinline nounwind uwtable
|
|
941
|
+
define dso_local i8* @textdomain(i8* noundef %domainname) #0 {
|
|
942
|
+
entry:
|
|
943
|
+
%domainname.addr = alloca i8*, align 8
|
|
944
|
+
store i8* %domainname, i8** %domainname.addr, align 8
|
|
945
|
+
ret i8* null
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
; Function Attrs: noinline nounwind uwtable
|
|
949
|
+
define dso_local i8* @tgetstr(i8* noundef %id, i8** noundef %area) #0 {
|
|
950
|
+
entry:
|
|
951
|
+
%id.addr = alloca i8*, align 8
|
|
952
|
+
%area.addr = alloca i8**, align 8
|
|
953
|
+
store i8* %id, i8** %id.addr, align 8
|
|
954
|
+
store i8** %area, i8*** %area.addr, align 8
|
|
955
|
+
ret i8* null
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
; Function Attrs: noinline nounwind uwtable
|
|
959
|
+
define dso_local i8* @tigetstr(i8* noundef %capname) #0 {
|
|
960
|
+
entry:
|
|
961
|
+
%capname.addr = alloca i8*, align 8
|
|
962
|
+
store i8* %capname, i8** %capname.addr, align 8
|
|
963
|
+
ret i8* null
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
; Function Attrs: noinline nounwind uwtable
|
|
967
|
+
define dso_local i8* @tmpnam(i8* noundef %s) #0 {
|
|
968
|
+
entry:
|
|
969
|
+
%s.addr = alloca i8*, align 8
|
|
970
|
+
store i8* %s, i8** %s.addr, align 8
|
|
971
|
+
ret i8* null
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
; Function Attrs: noinline nounwind uwtable
|
|
975
|
+
define dso_local i8* @ttyname(i32 noundef %fd) #0 {
|
|
976
|
+
entry:
|
|
977
|
+
%fd.addr = alloca i32, align 4
|
|
978
|
+
store i32 %fd, i32* %fd.addr, align 4
|
|
979
|
+
ret i8* null
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
; Function Attrs: noinline nounwind uwtable
|
|
983
|
+
define dso_local i8* @malloc(i64 noundef %size) #0 {
|
|
984
|
+
entry:
|
|
985
|
+
%size.addr = alloca i64, align 8
|
|
986
|
+
store i64 %size, i64* %size.addr, align 8
|
|
987
|
+
ret i8* null
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
; Function Attrs: noinline nounwind uwtable
|
|
991
|
+
define dso_local i8* @getcwd(i8* noundef %buf, i64 noundef %size) #0 {
|
|
992
|
+
entry:
|
|
993
|
+
%buf.addr = alloca i8*, align 8
|
|
994
|
+
%size.addr = alloca i64, align 8
|
|
995
|
+
store i8* %buf, i8** %buf.addr, align 8
|
|
996
|
+
store i64 %size, i64* %size.addr, align 8
|
|
997
|
+
ret i8* null
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1001
|
+
define dso_local i8* @mem_realloc(i8* noundef %ptr, i64 noundef %size) #0 {
|
|
1002
|
+
entry:
|
|
1003
|
+
%ptr.addr = alloca i8*, align 8
|
|
1004
|
+
%size.addr = alloca i64, align 8
|
|
1005
|
+
store i8* %ptr, i8** %ptr.addr, align 8
|
|
1006
|
+
store i64 %size, i64* %size.addr, align 8
|
|
1007
|
+
ret i8* null
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1011
|
+
define dso_local i8* @realloc(i8* noundef %ptr, i64 noundef %size) #0 {
|
|
1012
|
+
entry:
|
|
1013
|
+
%ptr.addr = alloca i8*, align 8
|
|
1014
|
+
%size.addr = alloca i64, align 8
|
|
1015
|
+
store i8* %ptr, i8** %ptr.addr, align 8
|
|
1016
|
+
store i64 %size, i64* %size.addr, align 8
|
|
1017
|
+
ret i8* null
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1021
|
+
define dso_local i8* @safe_realloc(i8* noundef %p, i64 noundef %n) #0 {
|
|
1022
|
+
entry:
|
|
1023
|
+
%p.addr = alloca i8*, align 8
|
|
1024
|
+
%n.addr = alloca i64, align 8
|
|
1025
|
+
store i8* %p, i8** %p.addr, align 8
|
|
1026
|
+
store i64 %n, i64* %n.addr, align 8
|
|
1027
|
+
ret i8* null
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1031
|
+
define dso_local i8* @saferealloc(i8* noundef %p, i64 noundef %n1, i64 noundef %n2) #0 {
|
|
1032
|
+
entry:
|
|
1033
|
+
%p.addr = alloca i8*, align 8
|
|
1034
|
+
%n1.addr = alloca i64, align 8
|
|
1035
|
+
%n2.addr = alloca i64, align 8
|
|
1036
|
+
store i8* %p, i8** %p.addr, align 8
|
|
1037
|
+
store i64 %n1, i64* %n1.addr, align 8
|
|
1038
|
+
store i64 %n2, i64* %n2.addr, align 8
|
|
1039
|
+
ret i8* null
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1043
|
+
define dso_local i8* @safexrealloc() #0 {
|
|
1044
|
+
entry:
|
|
1045
|
+
ret i8* null
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1049
|
+
define dso_local i8* @strtok(i8* noundef %str, i8* noundef %delim) #0 {
|
|
1050
|
+
entry:
|
|
1051
|
+
%str.addr = alloca i8*, align 8
|
|
1052
|
+
%delim.addr = alloca i8*, align 8
|
|
1053
|
+
store i8* %str, i8** %str.addr, align 8
|
|
1054
|
+
store i8* %delim, i8** %delim.addr, align 8
|
|
1055
|
+
ret i8* null
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1059
|
+
define dso_local i8* @strtok_r(i8* noundef %str, i8* noundef %delim, i8** noundef %saveptr) #0 {
|
|
1060
|
+
entry:
|
|
1061
|
+
%str.addr = alloca i8*, align 8
|
|
1062
|
+
%delim.addr = alloca i8*, align 8
|
|
1063
|
+
%saveptr.addr = alloca i8**, align 8
|
|
1064
|
+
store i8* %str, i8** %str.addr, align 8
|
|
1065
|
+
store i8* %delim, i8** %delim.addr, align 8
|
|
1066
|
+
store i8** %saveptr, i8*** %saveptr.addr, align 8
|
|
1067
|
+
ret i8* null
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1071
|
+
define dso_local i8* @xrealloc(i8* noundef %ptr, i64 noundef %bytes) #0 {
|
|
1072
|
+
entry:
|
|
1073
|
+
%ptr.addr = alloca i8*, align 8
|
|
1074
|
+
%bytes.addr = alloca i64, align 8
|
|
1075
|
+
store i8* %ptr, i8** %ptr.addr, align 8
|
|
1076
|
+
store i64 %bytes, i64* %bytes.addr, align 8
|
|
1077
|
+
ret i8* null
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1081
|
+
define dso_local i8* @_Znwm(i64 noundef %size) #0 {
|
|
1082
|
+
entry:
|
|
1083
|
+
%size.addr = alloca i64, align 8
|
|
1084
|
+
store i64 %size, i64* %size.addr, align 8
|
|
1085
|
+
ret i8* null
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1089
|
+
define dso_local i8* @_ZnwmRKSt9nothrow_t(i64 noundef %size, i8* noundef %0) #0 {
|
|
1090
|
+
entry:
|
|
1091
|
+
%size.addr = alloca i64, align 8
|
|
1092
|
+
%.addr = alloca i8*, align 8
|
|
1093
|
+
store i64 %size, i64* %size.addr, align 8
|
|
1094
|
+
store i8* %0, i8** %.addr, align 8
|
|
1095
|
+
ret i8* null
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1099
|
+
define dso_local i8* @_ZnamRKSt9nothrow_t(i64 noundef %size, i8* noundef %0) #0 {
|
|
1100
|
+
entry:
|
|
1101
|
+
%size.addr = alloca i64, align 8
|
|
1102
|
+
%.addr = alloca i8*, align 8
|
|
1103
|
+
store i64 %size, i64* %size.addr, align 8
|
|
1104
|
+
store i8* %0, i8** %.addr, align 8
|
|
1105
|
+
ret i8* null
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1109
|
+
define dso_local i32 @asprintf(i8** noalias noundef %strp, i8* noalias noundef %fmt, ...) #0 {
|
|
1110
|
+
entry:
|
|
1111
|
+
%strp.addr = alloca i8**, align 8
|
|
1112
|
+
%fmt.addr = alloca i8*, align 8
|
|
1113
|
+
store i8** %strp, i8*** %strp.addr, align 8
|
|
1114
|
+
store i8* %fmt, i8** %fmt.addr, align 8
|
|
1115
|
+
ret i32 0
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1119
|
+
define dso_local i32 @vasprintf(i8** noundef %strp, i8* noundef %fmt, i8* noundef %ap) #0 {
|
|
1120
|
+
entry:
|
|
1121
|
+
%strp.addr = alloca i8**, align 8
|
|
1122
|
+
%fmt.addr = alloca i8*, align 8
|
|
1123
|
+
%ap.addr = alloca i8*, align 8
|
|
1124
|
+
store i8** %strp, i8*** %strp.addr, align 8
|
|
1125
|
+
store i8* %fmt, i8** %fmt.addr, align 8
|
|
1126
|
+
store i8* %ap, i8** %ap.addr, align 8
|
|
1127
|
+
ret i32 0
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1131
|
+
define dso_local i32 @db_create(i8** noundef %dbp, i8* noundef %dbenv, i32 noundef %flags) #0 {
|
|
1132
|
+
entry:
|
|
1133
|
+
%dbp.addr = alloca i8**, align 8
|
|
1134
|
+
%dbenv.addr = alloca i8*, align 8
|
|
1135
|
+
%flags.addr = alloca i32, align 4
|
|
1136
|
+
store i8** %dbp, i8*** %dbp.addr, align 8
|
|
1137
|
+
store i8* %dbenv, i8** %dbenv.addr, align 8
|
|
1138
|
+
store i32 %flags, i32* %flags.addr, align 4
|
|
1139
|
+
ret i32 0
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1143
|
+
define dso_local i32 @gnutls_pkcs12_bag_init(i8* noundef %a) #0 {
|
|
1144
|
+
entry:
|
|
1145
|
+
%a.addr = alloca i8*, align 8
|
|
1146
|
+
store i8* %a, i8** %a.addr, align 8
|
|
1147
|
+
ret i32 0
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1151
|
+
define dso_local i32 @gnutls_pkcs12_init(i8* noundef %a) #0 {
|
|
1152
|
+
entry:
|
|
1153
|
+
%a.addr = alloca i8*, align 8
|
|
1154
|
+
store i8* %a, i8** %a.addr, align 8
|
|
1155
|
+
ret i32 0
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1159
|
+
define dso_local i32 @gnutls_x509_crt_init(i8* noundef %a) #0 {
|
|
1160
|
+
entry:
|
|
1161
|
+
%a.addr = alloca i8*, align 8
|
|
1162
|
+
store i8* %a, i8** %a.addr, align 8
|
|
1163
|
+
ret i32 0
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1167
|
+
define dso_local i32 @gnutls_x509_privkey_init(i8* noundef %a) #0 {
|
|
1168
|
+
entry:
|
|
1169
|
+
%a.addr = alloca i8*, align 8
|
|
1170
|
+
store i8* %a, i8** %a.addr, align 8
|
|
1171
|
+
ret i32 0
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1175
|
+
define dso_local i32 @posix_memalign(i8** noundef %a, i64 noundef %b, i64 noundef %c) #0 {
|
|
1176
|
+
entry:
|
|
1177
|
+
%a.addr = alloca i8**, align 8
|
|
1178
|
+
%b.addr = alloca i64, align 8
|
|
1179
|
+
%c.addr = alloca i64, align 8
|
|
1180
|
+
store i8** %a, i8*** %a.addr, align 8
|
|
1181
|
+
store i64 %b, i64* %b.addr, align 8
|
|
1182
|
+
store i64 %c, i64* %c.addr, align 8
|
|
1183
|
+
ret i32 0
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1187
|
+
define dso_local i32 @scandir(i8* noalias noundef %dirp, %struct.dirent*** noalias noundef %namelist, i32 (%struct.dirent*)* noundef %filter, i32 (%struct.dirent**, %struct.dirent**)* noundef %compar) #0 {
|
|
1188
|
+
entry:
|
|
1189
|
+
%dirp.addr = alloca i8*, align 8
|
|
1190
|
+
%namelist.addr = alloca %struct.dirent***, align 8
|
|
1191
|
+
%filter.addr = alloca i32 (%struct.dirent*)*, align 8
|
|
1192
|
+
%compar.addr = alloca i32 (%struct.dirent**, %struct.dirent**)*, align 8
|
|
1193
|
+
store i8* %dirp, i8** %dirp.addr, align 8
|
|
1194
|
+
store %struct.dirent*** %namelist, %struct.dirent**** %namelist.addr, align 8
|
|
1195
|
+
store i32 (%struct.dirent*)* %filter, i32 (%struct.dirent*)** %filter.addr, align 8
|
|
1196
|
+
store i32 (%struct.dirent**, %struct.dirent**)* %compar, i32 (%struct.dirent**, %struct.dirent**)** %compar.addr, align 8
|
|
1197
|
+
ret i32 0
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1201
|
+
define dso_local i32 @XmbTextPropertyToTextList(i8* noundef %a, i8* noundef %b, i8*** noundef %c, i32* noundef %d) #0 {
|
|
1202
|
+
entry:
|
|
1203
|
+
%a.addr = alloca i8*, align 8
|
|
1204
|
+
%b.addr = alloca i8*, align 8
|
|
1205
|
+
%c.addr = alloca i8***, align 8
|
|
1206
|
+
%d.addr = alloca i32*, align 8
|
|
1207
|
+
store i8* %a, i8** %a.addr, align 8
|
|
1208
|
+
store i8* %b, i8** %b.addr, align 8
|
|
1209
|
+
store i8*** %c, i8**** %c.addr, align 8
|
|
1210
|
+
store i32* %d, i32** %d.addr, align 8
|
|
1211
|
+
ret i32 0
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1215
|
+
define dso_local void @llvm_memcpy_p0i8_p0i8_i64(i8* noundef %dst, i8* noundef %src, i32 noundef %sz, i32 noundef %flag) #0 {
|
|
1216
|
+
entry:
|
|
1217
|
+
%dst.addr = alloca i8*, align 8
|
|
1218
|
+
%src.addr = alloca i8*, align 8
|
|
1219
|
+
%sz.addr = alloca i32, align 4
|
|
1220
|
+
%flag.addr = alloca i32, align 4
|
|
1221
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1222
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1223
|
+
store i32 %sz, i32* %sz.addr, align 4
|
|
1224
|
+
store i32 %flag, i32* %flag.addr, align 4
|
|
1225
|
+
ret void
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1229
|
+
define dso_local void @llvm_memcpy_p0i8_p0i8_i32(i8* noundef %dst, i8* noundef %src, i32 noundef %sz, i32 noundef %flag) #0 {
|
|
1230
|
+
entry:
|
|
1231
|
+
%dst.addr = alloca i8*, align 8
|
|
1232
|
+
%src.addr = alloca i8*, align 8
|
|
1233
|
+
%sz.addr = alloca i32, align 4
|
|
1234
|
+
%flag.addr = alloca i32, align 4
|
|
1235
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1236
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1237
|
+
store i32 %sz, i32* %sz.addr, align 4
|
|
1238
|
+
store i32 %flag, i32* %flag.addr, align 4
|
|
1239
|
+
ret void
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1243
|
+
define dso_local void @llvm_memcpy(i8* noundef %dst, i8* noundef %src, i32 noundef %sz, i32 noundef %flag) #0 {
|
|
1244
|
+
entry:
|
|
1245
|
+
%dst.addr = alloca i8*, align 8
|
|
1246
|
+
%src.addr = alloca i8*, align 8
|
|
1247
|
+
%sz.addr = alloca i32, align 4
|
|
1248
|
+
%flag.addr = alloca i32, align 4
|
|
1249
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1250
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1251
|
+
store i32 %sz, i32* %sz.addr, align 4
|
|
1252
|
+
store i32 %flag, i32* %flag.addr, align 4
|
|
1253
|
+
ret void
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1257
|
+
define dso_local void @llvm_memmove(i8* noundef %dst, i8* noundef %src, i32 noundef %sz, i32 noundef %flag) #0 {
|
|
1258
|
+
entry:
|
|
1259
|
+
%dst.addr = alloca i8*, align 8
|
|
1260
|
+
%src.addr = alloca i8*, align 8
|
|
1261
|
+
%sz.addr = alloca i32, align 4
|
|
1262
|
+
%flag.addr = alloca i32, align 4
|
|
1263
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1264
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1265
|
+
store i32 %sz, i32* %sz.addr, align 4
|
|
1266
|
+
store i32 %flag, i32* %flag.addr, align 4
|
|
1267
|
+
ret void
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1271
|
+
define dso_local void @llvm_memmove_p0i8_p0i8_i64(i8* noundef %dst, i8* noundef %src, i32 noundef %sz, i32 noundef %flag) #0 {
|
|
1272
|
+
entry:
|
|
1273
|
+
%dst.addr = alloca i8*, align 8
|
|
1274
|
+
%src.addr = alloca i8*, align 8
|
|
1275
|
+
%sz.addr = alloca i32, align 4
|
|
1276
|
+
%flag.addr = alloca i32, align 4
|
|
1277
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1278
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1279
|
+
store i32 %sz, i32* %sz.addr, align 4
|
|
1280
|
+
store i32 %flag, i32* %flag.addr, align 4
|
|
1281
|
+
ret void
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1285
|
+
define dso_local void @llvm_memmove_p0i8_p0i8_i32(i8* noundef %dst, i8* noundef %src, i32 noundef %sz, i32 noundef %flag) #0 {
|
|
1286
|
+
entry:
|
|
1287
|
+
%dst.addr = alloca i8*, align 8
|
|
1288
|
+
%src.addr = alloca i8*, align 8
|
|
1289
|
+
%sz.addr = alloca i32, align 4
|
|
1290
|
+
%flag.addr = alloca i32, align 4
|
|
1291
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1292
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1293
|
+
store i32 %sz, i32* %sz.addr, align 4
|
|
1294
|
+
store i32 %flag, i32* %flag.addr, align 4
|
|
1295
|
+
ret void
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1299
|
+
define dso_local void @__memcpy_chk(i8* noundef %dst, i8* noundef %src, i32 noundef %sz, i32 noundef %flag) #0 {
|
|
1300
|
+
entry:
|
|
1301
|
+
%dst.addr = alloca i8*, align 8
|
|
1302
|
+
%src.addr = alloca i8*, align 8
|
|
1303
|
+
%sz.addr = alloca i32, align 4
|
|
1304
|
+
%flag.addr = alloca i32, align 4
|
|
1305
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1306
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1307
|
+
store i32 %sz, i32* %sz.addr, align 4
|
|
1308
|
+
store i32 %flag, i32* %flag.addr, align 4
|
|
1309
|
+
ret void
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1313
|
+
define dso_local i8* @memmove(i8* noundef %str1, i8* noundef %str2, i64 noundef %n) #0 {
|
|
1314
|
+
entry:
|
|
1315
|
+
%str1.addr = alloca i8*, align 8
|
|
1316
|
+
%str2.addr = alloca i8*, align 8
|
|
1317
|
+
%n.addr = alloca i64, align 8
|
|
1318
|
+
store i8* %str1, i8** %str1.addr, align 8
|
|
1319
|
+
store i8* %str2, i8** %str2.addr, align 8
|
|
1320
|
+
store i64 %n, i64* %n.addr, align 8
|
|
1321
|
+
ret i8* null
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1325
|
+
define dso_local void @bcopy(i8* noundef %s1, i8* noundef %s2, i64 noundef %n) #0 {
|
|
1326
|
+
entry:
|
|
1327
|
+
%s1.addr = alloca i8*, align 8
|
|
1328
|
+
%s2.addr = alloca i8*, align 8
|
|
1329
|
+
%n.addr = alloca i64, align 8
|
|
1330
|
+
store i8* %s1, i8** %s1.addr, align 8
|
|
1331
|
+
store i8* %s2, i8** %s2.addr, align 8
|
|
1332
|
+
store i64 %n, i64* %n.addr, align 8
|
|
1333
|
+
ret void
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1337
|
+
define dso_local i8* @memccpy(i8* noalias noundef %dest, i8* noalias noundef %src, i32 noundef %c, i64 noundef %count) #0 {
|
|
1338
|
+
entry:
|
|
1339
|
+
%dest.addr = alloca i8*, align 8
|
|
1340
|
+
%src.addr = alloca i8*, align 8
|
|
1341
|
+
%c.addr = alloca i32, align 4
|
|
1342
|
+
%count.addr = alloca i64, align 8
|
|
1343
|
+
store i8* %dest, i8** %dest.addr, align 8
|
|
1344
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1345
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1346
|
+
store i64 %count, i64* %count.addr, align 8
|
|
1347
|
+
ret i8* null
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1351
|
+
define dso_local void @__memmove_chk(i8* noundef %dst, i8* noundef %src, i32 noundef %sz) #0 {
|
|
1352
|
+
entry:
|
|
1353
|
+
%dst.addr = alloca i8*, align 8
|
|
1354
|
+
%src.addr = alloca i8*, align 8
|
|
1355
|
+
%sz.addr = alloca i32, align 4
|
|
1356
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1357
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1358
|
+
store i32 %sz, i32* %sz.addr, align 4
|
|
1359
|
+
ret void
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1363
|
+
define dso_local void @llvm_memset(i8* noundef %dst, i8 noundef signext %elem, i32 noundef %sz, i32 noundef %flag) #0 {
|
|
1364
|
+
entry:
|
|
1365
|
+
%dst.addr = alloca i8*, align 8
|
|
1366
|
+
%elem.addr = alloca i8, align 1
|
|
1367
|
+
%sz.addr = alloca i32, align 4
|
|
1368
|
+
%flag.addr = alloca i32, align 4
|
|
1369
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1370
|
+
store i8 %elem, i8* %elem.addr, align 1
|
|
1371
|
+
store i32 %sz, i32* %sz.addr, align 4
|
|
1372
|
+
store i32 %flag, i32* %flag.addr, align 4
|
|
1373
|
+
ret void
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1377
|
+
define dso_local void @llvm_memset_p0i8_i32(i8* noundef %dst, i8 noundef signext %elem, i32 noundef %sz, i32 noundef %flag) #0 {
|
|
1378
|
+
entry:
|
|
1379
|
+
%dst.addr = alloca i8*, align 8
|
|
1380
|
+
%elem.addr = alloca i8, align 1
|
|
1381
|
+
%sz.addr = alloca i32, align 4
|
|
1382
|
+
%flag.addr = alloca i32, align 4
|
|
1383
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1384
|
+
store i8 %elem, i8* %elem.addr, align 1
|
|
1385
|
+
store i32 %sz, i32* %sz.addr, align 4
|
|
1386
|
+
store i32 %flag, i32* %flag.addr, align 4
|
|
1387
|
+
ret void
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1391
|
+
define dso_local void @llvm_memset_p0i8_i64(i8* noundef %dst, i8 noundef signext %elem, i32 noundef %sz, i32 noundef %flag) #0 {
|
|
1392
|
+
entry:
|
|
1393
|
+
%dst.addr = alloca i8*, align 8
|
|
1394
|
+
%elem.addr = alloca i8, align 1
|
|
1395
|
+
%sz.addr = alloca i32, align 4
|
|
1396
|
+
%flag.addr = alloca i32, align 4
|
|
1397
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1398
|
+
store i8 %elem, i8* %elem.addr, align 1
|
|
1399
|
+
store i32 %sz, i32* %sz.addr, align 4
|
|
1400
|
+
store i32 %flag, i32* %flag.addr, align 4
|
|
1401
|
+
ret void
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1405
|
+
define dso_local i8* @__memset_chk(i8* noundef %dest, i32 noundef %c, i64 noundef %destlen, i32 noundef %flag) #0 {
|
|
1406
|
+
entry:
|
|
1407
|
+
%dest.addr = alloca i8*, align 8
|
|
1408
|
+
%c.addr = alloca i32, align 4
|
|
1409
|
+
%destlen.addr = alloca i64, align 8
|
|
1410
|
+
%flag.addr = alloca i32, align 4
|
|
1411
|
+
store i8* %dest, i8** %dest.addr, align 8
|
|
1412
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1413
|
+
store i64 %destlen, i64* %destlen.addr, align 8
|
|
1414
|
+
store i32 %flag, i32* %flag.addr, align 4
|
|
1415
|
+
ret i8* null
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1419
|
+
define dso_local i8* @__strcpy_chk(i8* noundef %dest, i8* noundef %src, i64 noundef %destlen) #0 {
|
|
1420
|
+
entry:
|
|
1421
|
+
%dest.addr = alloca i8*, align 8
|
|
1422
|
+
%src.addr = alloca i8*, align 8
|
|
1423
|
+
%destlen.addr = alloca i64, align 8
|
|
1424
|
+
store i8* %dest, i8** %dest.addr, align 8
|
|
1425
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1426
|
+
store i64 %destlen, i64* %destlen.addr, align 8
|
|
1427
|
+
ret i8* null
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1431
|
+
define dso_local i8* @__strcat_chk(i8* noundef %dest, i8* noundef %src, i64 noundef %destlen) #0 {
|
|
1432
|
+
entry:
|
|
1433
|
+
%dest.addr = alloca i8*, align 8
|
|
1434
|
+
%src.addr = alloca i8*, align 8
|
|
1435
|
+
%destlen.addr = alloca i64, align 8
|
|
1436
|
+
store i8* %dest, i8** %dest.addr, align 8
|
|
1437
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1438
|
+
store i64 %destlen, i64* %destlen.addr, align 8
|
|
1439
|
+
ret i8* null
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1443
|
+
define dso_local i8* @stpcpy(i8* noalias noundef %dst, i8* noalias noundef %src) #0 {
|
|
1444
|
+
entry:
|
|
1445
|
+
%dst.addr = alloca i8*, align 8
|
|
1446
|
+
%src.addr = alloca i8*, align 8
|
|
1447
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1448
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1449
|
+
ret i8* null
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1453
|
+
define dso_local i8* @strcat(i8* noundef %dest, i8* noundef %src) #0 {
|
|
1454
|
+
entry:
|
|
1455
|
+
%dest.addr = alloca i8*, align 8
|
|
1456
|
+
%src.addr = alloca i8*, align 8
|
|
1457
|
+
store i8* %dest, i8** %dest.addr, align 8
|
|
1458
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1459
|
+
ret i8* null
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1463
|
+
define dso_local i8* @strcpy(i8* noundef %dest, i8* noundef %src) #0 {
|
|
1464
|
+
entry:
|
|
1465
|
+
%dest.addr = alloca i8*, align 8
|
|
1466
|
+
%src.addr = alloca i8*, align 8
|
|
1467
|
+
store i8* %dest, i8** %dest.addr, align 8
|
|
1468
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1469
|
+
ret i8* null
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1473
|
+
define dso_local i8* @strncat(i8* noundef %dest, i8* noundef %src, i64 noundef %n) #0 {
|
|
1474
|
+
entry:
|
|
1475
|
+
%dest.addr = alloca i8*, align 8
|
|
1476
|
+
%src.addr = alloca i8*, align 8
|
|
1477
|
+
%n.addr = alloca i64, align 8
|
|
1478
|
+
store i8* %dest, i8** %dest.addr, align 8
|
|
1479
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1480
|
+
store i64 %n, i64* %n.addr, align 8
|
|
1481
|
+
ret i8* null
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1485
|
+
define dso_local i8* @strncpy(i8* noundef %dest, i8* noundef %src, i64 noundef %n) #0 {
|
|
1486
|
+
entry:
|
|
1487
|
+
%dest.addr = alloca i8*, align 8
|
|
1488
|
+
%src.addr = alloca i8*, align 8
|
|
1489
|
+
%n.addr = alloca i64, align 8
|
|
1490
|
+
store i8* %dest, i8** %dest.addr, align 8
|
|
1491
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1492
|
+
store i64 %n, i64* %n.addr, align 8
|
|
1493
|
+
ret i8* null
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1497
|
+
define dso_local i64 @iconv(i8* noundef %cd, i8** noalias noundef %inbuf, i64* noalias noundef %inbytesleft, i8** noalias noundef %outbuf, i64* noalias noundef %outbytesleft) #0 {
|
|
1498
|
+
entry:
|
|
1499
|
+
%cd.addr = alloca i8*, align 8
|
|
1500
|
+
%inbuf.addr = alloca i8**, align 8
|
|
1501
|
+
%inbytesleft.addr = alloca i64*, align 8
|
|
1502
|
+
%outbuf.addr = alloca i8**, align 8
|
|
1503
|
+
%outbytesleft.addr = alloca i64*, align 8
|
|
1504
|
+
store i8* %cd, i8** %cd.addr, align 8
|
|
1505
|
+
store i8** %inbuf, i8*** %inbuf.addr, align 8
|
|
1506
|
+
store i64* %inbytesleft, i64** %inbytesleft.addr, align 8
|
|
1507
|
+
store i8** %outbuf, i8*** %outbuf.addr, align 8
|
|
1508
|
+
store i64* %outbytesleft, i64** %outbytesleft.addr, align 8
|
|
1509
|
+
ret i64 0
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1513
|
+
define dso_local i8* @_ZNSt5arrayIPK1ALm2EE4backEv(i8* noundef %arg) #0 {
|
|
1514
|
+
entry:
|
|
1515
|
+
%arg.addr = alloca i8*, align 8
|
|
1516
|
+
store i8* %arg, i8** %arg.addr, align 8
|
|
1517
|
+
ret i8* null
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1521
|
+
define dso_local i8* @__rawmemchr(i8* noundef %s, i32 noundef %c) #0 {
|
|
1522
|
+
entry:
|
|
1523
|
+
%s.addr = alloca i8*, align 8
|
|
1524
|
+
%c.addr = alloca i32, align 4
|
|
1525
|
+
store i8* %s, i8** %s.addr, align 8
|
|
1526
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1527
|
+
%0 = load i8*, i8** %s.addr, align 8
|
|
1528
|
+
ret i8* %0
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1532
|
+
define dso_local %struct.jpeg_error_mgr* @jpeg_std_error(%struct.jpeg_error_mgr* noundef %a) #0 {
|
|
1533
|
+
entry:
|
|
1534
|
+
%a.addr = alloca %struct.jpeg_error_mgr*, align 8
|
|
1535
|
+
store %struct.jpeg_error_mgr* %a, %struct.jpeg_error_mgr** %a.addr, align 8
|
|
1536
|
+
%0 = load %struct.jpeg_error_mgr*, %struct.jpeg_error_mgr** %a.addr, align 8
|
|
1537
|
+
ret %struct.jpeg_error_mgr* %0
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1541
|
+
define dso_local i8* @fgets(i8* noundef %str, i32 noundef %n, i8* noundef %stream) #0 {
|
|
1542
|
+
entry:
|
|
1543
|
+
%str.addr = alloca i8*, align 8
|
|
1544
|
+
%n.addr = alloca i32, align 4
|
|
1545
|
+
%stream.addr = alloca i8*, align 8
|
|
1546
|
+
store i8* %str, i8** %str.addr, align 8
|
|
1547
|
+
store i32 %n, i32* %n.addr, align 4
|
|
1548
|
+
store i8* %stream, i8** %stream.addr, align 8
|
|
1549
|
+
%0 = load i8*, i8** %str.addr, align 8
|
|
1550
|
+
ret i8* %0
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1554
|
+
define dso_local i8* @memchr(i8* noundef %str, i32 noundef %c, i64 noundef %n) #0 {
|
|
1555
|
+
entry:
|
|
1556
|
+
%str.addr = alloca i8*, align 8
|
|
1557
|
+
%c.addr = alloca i32, align 4
|
|
1558
|
+
%n.addr = alloca i64, align 8
|
|
1559
|
+
store i8* %str, i8** %str.addr, align 8
|
|
1560
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1561
|
+
store i64 %n, i64* %n.addr, align 8
|
|
1562
|
+
%0 = load i8*, i8** %str.addr, align 8
|
|
1563
|
+
ret i8* %0
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1567
|
+
define dso_local i8* @mremap(i8* noundef %old_address, i64 noundef %old_size, i64 noundef %new_size, i32 noundef %flags) #0 {
|
|
1568
|
+
entry:
|
|
1569
|
+
%old_address.addr = alloca i8*, align 8
|
|
1570
|
+
%old_size.addr = alloca i64, align 8
|
|
1571
|
+
%new_size.addr = alloca i64, align 8
|
|
1572
|
+
%flags.addr = alloca i32, align 4
|
|
1573
|
+
store i8* %old_address, i8** %old_address.addr, align 8
|
|
1574
|
+
store i64 %old_size, i64* %old_size.addr, align 8
|
|
1575
|
+
store i64 %new_size, i64* %new_size.addr, align 8
|
|
1576
|
+
store i32 %flags, i32* %flags.addr, align 4
|
|
1577
|
+
%0 = load i8*, i8** %old_address.addr, align 8
|
|
1578
|
+
ret i8* %0
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1582
|
+
define dso_local i8* @strchr(i8* noundef %str, i32 noundef %c) #0 {
|
|
1583
|
+
entry:
|
|
1584
|
+
%str.addr = alloca i8*, align 8
|
|
1585
|
+
%c.addr = alloca i32, align 4
|
|
1586
|
+
store i8* %str, i8** %str.addr, align 8
|
|
1587
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1588
|
+
%0 = load i8*, i8** %str.addr, align 8
|
|
1589
|
+
ret i8* %0
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1593
|
+
define dso_local i8* @strerror_r(i32 noundef %errnum, i8* noundef %buf, i64 noundef %buflen) #0 {
|
|
1594
|
+
entry:
|
|
1595
|
+
%errnum.addr = alloca i32, align 4
|
|
1596
|
+
%buf.addr = alloca i8*, align 8
|
|
1597
|
+
%buflen.addr = alloca i64, align 8
|
|
1598
|
+
store i32 %errnum, i32* %errnum.addr, align 4
|
|
1599
|
+
store i8* %buf, i8** %buf.addr, align 8
|
|
1600
|
+
store i64 %buflen, i64* %buflen.addr, align 8
|
|
1601
|
+
%0 = load i8*, i8** %buf.addr, align 8
|
|
1602
|
+
ret i8* %0
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1606
|
+
define dso_local i8* @strpbrk(i8* noundef %str1, i8* noundef %str2) #0 {
|
|
1607
|
+
entry:
|
|
1608
|
+
%str1.addr = alloca i8*, align 8
|
|
1609
|
+
%str2.addr = alloca i8*, align 8
|
|
1610
|
+
store i8* %str1, i8** %str1.addr, align 8
|
|
1611
|
+
store i8* %str2, i8** %str2.addr, align 8
|
|
1612
|
+
%0 = load i8*, i8** %str1.addr, align 8
|
|
1613
|
+
ret i8* %0
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1617
|
+
define dso_local i8* @strptime(i8* noundef %s, i8* noundef %format, i8* noundef %tm) #0 {
|
|
1618
|
+
entry:
|
|
1619
|
+
%s.addr = alloca i8*, align 8
|
|
1620
|
+
%format.addr = alloca i8*, align 8
|
|
1621
|
+
%tm.addr = alloca i8*, align 8
|
|
1622
|
+
store i8* %s, i8** %s.addr, align 8
|
|
1623
|
+
store i8* %format, i8** %format.addr, align 8
|
|
1624
|
+
store i8* %tm, i8** %tm.addr, align 8
|
|
1625
|
+
%0 = load i8*, i8** %s.addr, align 8
|
|
1626
|
+
ret i8* %0
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1630
|
+
define dso_local i8* @strrchr(i8* noundef %str, i32 noundef %c) #0 {
|
|
1631
|
+
entry:
|
|
1632
|
+
%str.addr = alloca i8*, align 8
|
|
1633
|
+
%c.addr = alloca i32, align 4
|
|
1634
|
+
store i8* %str, i8** %str.addr, align 8
|
|
1635
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1636
|
+
%0 = load i8*, i8** %str.addr, align 8
|
|
1637
|
+
ret i8* %0
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1641
|
+
define dso_local i8* @strstr(i8* noundef %haystack, i8* noundef %needle) #0 {
|
|
1642
|
+
entry:
|
|
1643
|
+
%haystack.addr = alloca i8*, align 8
|
|
1644
|
+
%needle.addr = alloca i8*, align 8
|
|
1645
|
+
store i8* %haystack, i8** %haystack.addr, align 8
|
|
1646
|
+
store i8* %needle, i8** %needle.addr, align 8
|
|
1647
|
+
%0 = load i8*, i8** %haystack.addr, align 8
|
|
1648
|
+
ret i8* %0
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1652
|
+
define dso_local i8* @tmpnam_r(i8* noundef %s) #0 {
|
|
1653
|
+
entry:
|
|
1654
|
+
%s.addr = alloca i8*, align 8
|
|
1655
|
+
store i8* %s, i8** %s.addr, align 8
|
|
1656
|
+
%0 = load i8*, i8** %s.addr, align 8
|
|
1657
|
+
ret i8* %0
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
; Function Attrs: noinline nounwind readonly uwtable willreturn
|
|
1661
|
+
define dso_local i32 @isalnum(i32 noundef %character) #1 {
|
|
1662
|
+
entry:
|
|
1663
|
+
%character.addr = alloca i32, align 4
|
|
1664
|
+
store i32 %character, i32* %character.addr, align 4
|
|
1665
|
+
%0 = load i32, i32* %character.addr, align 4
|
|
1666
|
+
ret i32 %0
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
; Function Attrs: noinline nounwind readonly uwtable willreturn
|
|
1670
|
+
define dso_local i32 @isalpha(i32 noundef %character) #1 {
|
|
1671
|
+
entry:
|
|
1672
|
+
%character.addr = alloca i32, align 4
|
|
1673
|
+
store i32 %character, i32* %character.addr, align 4
|
|
1674
|
+
%0 = load i32, i32* %character.addr, align 4
|
|
1675
|
+
ret i32 %0
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
; Function Attrs: noinline nounwind readonly uwtable willreturn
|
|
1679
|
+
define dso_local i32 @isblank(i32 noundef %character) #1 {
|
|
1680
|
+
entry:
|
|
1681
|
+
%character.addr = alloca i32, align 4
|
|
1682
|
+
store i32 %character, i32* %character.addr, align 4
|
|
1683
|
+
%0 = load i32, i32* %character.addr, align 4
|
|
1684
|
+
ret i32 %0
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
; Function Attrs: noinline nounwind readonly uwtable willreturn
|
|
1688
|
+
define dso_local i32 @iscntrl(i32 noundef %c) #1 {
|
|
1689
|
+
entry:
|
|
1690
|
+
%c.addr = alloca i32, align 4
|
|
1691
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1692
|
+
%0 = load i32, i32* %c.addr, align 4
|
|
1693
|
+
ret i32 %0
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
; Function Attrs: noinline nounwind readonly uwtable willreturn
|
|
1697
|
+
define dso_local i32 @isdigit(i32 noundef %c) #1 {
|
|
1698
|
+
entry:
|
|
1699
|
+
%c.addr = alloca i32, align 4
|
|
1700
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1701
|
+
%0 = load i32, i32* %c.addr, align 4
|
|
1702
|
+
ret i32 %0
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
; Function Attrs: noinline nounwind readonly uwtable willreturn
|
|
1706
|
+
define dso_local i32 @isgraph(i32 noundef %c) #1 {
|
|
1707
|
+
entry:
|
|
1708
|
+
%c.addr = alloca i32, align 4
|
|
1709
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1710
|
+
%0 = load i32, i32* %c.addr, align 4
|
|
1711
|
+
ret i32 %0
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
; Function Attrs: noinline nounwind readonly uwtable willreturn
|
|
1715
|
+
define dso_local i32 @islower(i32 noundef %arg) #1 {
|
|
1716
|
+
entry:
|
|
1717
|
+
%arg.addr = alloca i32, align 4
|
|
1718
|
+
store i32 %arg, i32* %arg.addr, align 4
|
|
1719
|
+
%0 = load i32, i32* %arg.addr, align 4
|
|
1720
|
+
ret i32 %0
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
; Function Attrs: noinline nounwind readonly uwtable willreturn
|
|
1724
|
+
define dso_local i32 @isprint(i32 noundef %c) #1 {
|
|
1725
|
+
entry:
|
|
1726
|
+
%c.addr = alloca i32, align 4
|
|
1727
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1728
|
+
%0 = load i32, i32* %c.addr, align 4
|
|
1729
|
+
ret i32 %0
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
; Function Attrs: noinline nounwind readonly uwtable willreturn
|
|
1733
|
+
define dso_local i32 @ispunct(i32 noundef %argument) #1 {
|
|
1734
|
+
entry:
|
|
1735
|
+
%argument.addr = alloca i32, align 4
|
|
1736
|
+
store i32 %argument, i32* %argument.addr, align 4
|
|
1737
|
+
%0 = load i32, i32* %argument.addr, align 4
|
|
1738
|
+
ret i32 %0
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1742
|
+
define dso_local i32 @isspace(i8 noundef signext %c) #0 {
|
|
1743
|
+
entry:
|
|
1744
|
+
%c.addr = alloca i8, align 1
|
|
1745
|
+
store i8 %c, i8* %c.addr, align 1
|
|
1746
|
+
%0 = load i8, i8* %c.addr, align 1
|
|
1747
|
+
%conv = sext i8 %0 to i32
|
|
1748
|
+
ret i32 %conv
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
; Function Attrs: noinline nounwind readonly uwtable willreturn
|
|
1752
|
+
define dso_local i32 @isupper(i32 noundef %c) #1 {
|
|
1753
|
+
entry:
|
|
1754
|
+
%c.addr = alloca i32, align 4
|
|
1755
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1756
|
+
%0 = load i32, i32* %c.addr, align 4
|
|
1757
|
+
ret i32 %0
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
; Function Attrs: noinline nounwind readonly uwtable willreturn
|
|
1761
|
+
define dso_local i32 @isxdigit(i32 noundef %c) #1 {
|
|
1762
|
+
entry:
|
|
1763
|
+
%c.addr = alloca i32, align 4
|
|
1764
|
+
store i32 %c, i32* %c.addr, align 4
|
|
1765
|
+
%0 = load i32, i32* %c.addr, align 4
|
|
1766
|
+
ret i32 %0
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1770
|
+
define dso_local i8* @asctime_r(i8* noundef %tm, i8* noundef %buf) #0 {
|
|
1771
|
+
entry:
|
|
1772
|
+
%tm.addr = alloca i8*, align 8
|
|
1773
|
+
%buf.addr = alloca i8*, align 8
|
|
1774
|
+
store i8* %tm, i8** %tm.addr, align 8
|
|
1775
|
+
store i8* %buf, i8** %buf.addr, align 8
|
|
1776
|
+
%0 = load i8*, i8** %buf.addr, align 8
|
|
1777
|
+
ret i8* %0
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1781
|
+
define dso_local i8* @bsearch(i8* noundef %key, i8* noundef %base, i64 noundef %nitems, i64 noundef %size, i32 (i8*, i8*)* noundef %compar) #0 {
|
|
1782
|
+
entry:
|
|
1783
|
+
%key.addr = alloca i8*, align 8
|
|
1784
|
+
%base.addr = alloca i8*, align 8
|
|
1785
|
+
%nitems.addr = alloca i64, align 8
|
|
1786
|
+
%size.addr = alloca i64, align 8
|
|
1787
|
+
%compar.addr = alloca i32 (i8*, i8*)*, align 8
|
|
1788
|
+
store i8* %key, i8** %key.addr, align 8
|
|
1789
|
+
store i8* %base, i8** %base.addr, align 8
|
|
1790
|
+
store i64 %nitems, i64* %nitems.addr, align 8
|
|
1791
|
+
store i64 %size, i64* %size.addr, align 8
|
|
1792
|
+
store i32 (i8*, i8*)* %compar, i32 (i8*, i8*)** %compar.addr, align 8
|
|
1793
|
+
%0 = load i8*, i8** %base.addr, align 8
|
|
1794
|
+
ret i8* %0
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1798
|
+
define dso_local %struct.mntent* @getmntent_r(i8* noundef %fp, %struct.mntent* noundef %mntbuf, i8* noundef %buf, i32 noundef %buflen) #0 {
|
|
1799
|
+
entry:
|
|
1800
|
+
%fp.addr = alloca i8*, align 8
|
|
1801
|
+
%mntbuf.addr = alloca %struct.mntent*, align 8
|
|
1802
|
+
%buf.addr = alloca i8*, align 8
|
|
1803
|
+
%buflen.addr = alloca i32, align 4
|
|
1804
|
+
store i8* %fp, i8** %fp.addr, align 8
|
|
1805
|
+
store %struct.mntent* %mntbuf, %struct.mntent** %mntbuf.addr, align 8
|
|
1806
|
+
store i8* %buf, i8** %buf.addr, align 8
|
|
1807
|
+
store i32 %buflen, i32* %buflen.addr, align 4
|
|
1808
|
+
%0 = load %struct.mntent*, %struct.mntent** %mntbuf.addr, align 8
|
|
1809
|
+
ret %struct.mntent* %0
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1813
|
+
define dso_local %struct.tm* @gmtime_r(i8* noundef %timer, %struct.tm* noundef %buf) #0 {
|
|
1814
|
+
entry:
|
|
1815
|
+
%timer.addr = alloca i8*, align 8
|
|
1816
|
+
%buf.addr = alloca %struct.tm*, align 8
|
|
1817
|
+
store i8* %timer, i8** %timer.addr, align 8
|
|
1818
|
+
store %struct.tm* %buf, %struct.tm** %buf.addr, align 8
|
|
1819
|
+
%0 = load %struct.tm*, %struct.tm** %buf.addr, align 8
|
|
1820
|
+
ret %struct.tm* %0
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1824
|
+
define dso_local i8* @gzgets(i8* noundef %file, i8* noundef %buf, i32 noundef %len) #0 {
|
|
1825
|
+
entry:
|
|
1826
|
+
%file.addr = alloca i8*, align 8
|
|
1827
|
+
%buf.addr = alloca i8*, align 8
|
|
1828
|
+
%len.addr = alloca i32, align 4
|
|
1829
|
+
store i8* %file, i8** %file.addr, align 8
|
|
1830
|
+
store i8* %buf, i8** %buf.addr, align 8
|
|
1831
|
+
store i32 %len, i32* %len.addr, align 4
|
|
1832
|
+
%0 = load i8*, i8** %buf.addr, align 8
|
|
1833
|
+
ret i8* %0
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1837
|
+
define dso_local %struct.tm* @localtime_r(i8* noundef %timep, %struct.tm* noundef %result) #0 {
|
|
1838
|
+
entry:
|
|
1839
|
+
%timep.addr = alloca i8*, align 8
|
|
1840
|
+
%result.addr = alloca %struct.tm*, align 8
|
|
1841
|
+
store i8* %timep, i8** %timep.addr, align 8
|
|
1842
|
+
store %struct.tm* %result, %struct.tm** %result.addr, align 8
|
|
1843
|
+
%0 = load %struct.tm*, %struct.tm** %result.addr, align 8
|
|
1844
|
+
ret %struct.tm* %0
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1848
|
+
define dso_local i8* @realpath(i8* noalias noundef %path, i8* noalias noundef %resolved_path) #0 {
|
|
1849
|
+
entry:
|
|
1850
|
+
%path.addr = alloca i8*, align 8
|
|
1851
|
+
%resolved_path.addr = alloca i8*, align 8
|
|
1852
|
+
store i8* %path, i8** %path.addr, align 8
|
|
1853
|
+
store i8* %resolved_path, i8** %resolved_path.addr, align 8
|
|
1854
|
+
%0 = load i8*, i8** %resolved_path.addr, align 8
|
|
1855
|
+
ret i8* %0
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1859
|
+
define dso_local i8* @freopen64(i8* noundef %voidname, i8* noundef %mode, i8* noundef %fp) #0 {
|
|
1860
|
+
entry:
|
|
1861
|
+
%voidname.addr = alloca i8*, align 8
|
|
1862
|
+
%mode.addr = alloca i8*, align 8
|
|
1863
|
+
%fp.addr = alloca i8*, align 8
|
|
1864
|
+
store i8* %voidname, i8** %voidname.addr, align 8
|
|
1865
|
+
store i8* %mode, i8** %mode.addr, align 8
|
|
1866
|
+
store i8* %fp, i8** %fp.addr, align 8
|
|
1867
|
+
%0 = load i8*, i8** %fp.addr, align 8
|
|
1868
|
+
ret i8* %0
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1872
|
+
define dso_local i8* @freopen(i8* noundef %voidname, i8* noundef %mode, i8* noundef %fp) #0 {
|
|
1873
|
+
entry:
|
|
1874
|
+
%voidname.addr = alloca i8*, align 8
|
|
1875
|
+
%mode.addr = alloca i8*, align 8
|
|
1876
|
+
%fp.addr = alloca i8*, align 8
|
|
1877
|
+
store i8* %voidname, i8** %voidname.addr, align 8
|
|
1878
|
+
store i8* %mode, i8** %mode.addr, align 8
|
|
1879
|
+
store i8* %fp, i8** %fp.addr, align 8
|
|
1880
|
+
%0 = load i8*, i8** %fp.addr, align 8
|
|
1881
|
+
ret i8* %0
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1885
|
+
define dso_local i8* @inet_ntop(i32 noundef %af, i8* noalias noundef %src, i8* noalias noundef %dst, i32 noundef %size) #0 {
|
|
1886
|
+
entry:
|
|
1887
|
+
%af.addr = alloca i32, align 4
|
|
1888
|
+
%src.addr = alloca i8*, align 8
|
|
1889
|
+
%dst.addr = alloca i8*, align 8
|
|
1890
|
+
%size.addr = alloca i32, align 4
|
|
1891
|
+
store i32 %af, i32* %af.addr, align 4
|
|
1892
|
+
store i8* %src, i8** %src.addr, align 8
|
|
1893
|
+
store i8* %dst, i8** %dst.addr, align 8
|
|
1894
|
+
store i32 %size, i32* %size.addr, align 4
|
|
1895
|
+
%0 = load i8*, i8** %dst.addr, align 8
|
|
1896
|
+
ret i8* %0
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1900
|
+
define dso_local double @strtod(i8* noundef %str, i8** noundef %endptr) #0 {
|
|
1901
|
+
entry:
|
|
1902
|
+
%str.addr = alloca i8*, align 8
|
|
1903
|
+
%endptr.addr = alloca i8**, align 8
|
|
1904
|
+
store i8* %str, i8** %str.addr, align 8
|
|
1905
|
+
store i8** %endptr, i8*** %endptr.addr, align 8
|
|
1906
|
+
%0 = load i8*, i8** %str.addr, align 8
|
|
1907
|
+
%1 = load i8**, i8*** %endptr.addr, align 8
|
|
1908
|
+
store i8* %0, i8** %1, align 8
|
|
1909
|
+
ret double 0.000000e+00
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1913
|
+
define dso_local float @strtof(i8* noundef %nptr, i8** noundef %endptr) #0 {
|
|
1914
|
+
entry:
|
|
1915
|
+
%nptr.addr = alloca i8*, align 8
|
|
1916
|
+
%endptr.addr = alloca i8**, align 8
|
|
1917
|
+
store i8* %nptr, i8** %nptr.addr, align 8
|
|
1918
|
+
store i8** %endptr, i8*** %endptr.addr, align 8
|
|
1919
|
+
%0 = load i8*, i8** %nptr.addr, align 8
|
|
1920
|
+
%1 = load i8**, i8*** %endptr.addr, align 8
|
|
1921
|
+
store i8* %0, i8** %1, align 8
|
|
1922
|
+
ret float 0.000000e+00
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1926
|
+
define dso_local i64 @strtol(i8* noundef %str, i8** noundef %endptr, i32 noundef %base) #0 {
|
|
1927
|
+
entry:
|
|
1928
|
+
%str.addr = alloca i8*, align 8
|
|
1929
|
+
%endptr.addr = alloca i8**, align 8
|
|
1930
|
+
%base.addr = alloca i32, align 4
|
|
1931
|
+
store i8* %str, i8** %str.addr, align 8
|
|
1932
|
+
store i8** %endptr, i8*** %endptr.addr, align 8
|
|
1933
|
+
store i32 %base, i32* %base.addr, align 4
|
|
1934
|
+
%0 = load i8*, i8** %str.addr, align 8
|
|
1935
|
+
%1 = load i8**, i8*** %endptr.addr, align 8
|
|
1936
|
+
store i8* %0, i8** %1, align 8
|
|
1937
|
+
ret i64 0
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1941
|
+
define dso_local x86_fp80 @strtold(i8* noundef %str, i8** noundef %endptr) #0 {
|
|
1942
|
+
entry:
|
|
1943
|
+
%str.addr = alloca i8*, align 8
|
|
1944
|
+
%endptr.addr = alloca i8**, align 8
|
|
1945
|
+
store i8* %str, i8** %str.addr, align 8
|
|
1946
|
+
store i8** %endptr, i8*** %endptr.addr, align 8
|
|
1947
|
+
%0 = load i8*, i8** %str.addr, align 8
|
|
1948
|
+
%1 = load i8**, i8*** %endptr.addr, align 8
|
|
1949
|
+
store i8* %0, i8** %1, align 8
|
|
1950
|
+
ret x86_fp80 0xK00000000000000000000
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1954
|
+
define dso_local i64 @strtoul(i8* noundef %str, i8** noundef %endptr, i32 noundef %base) #0 {
|
|
1955
|
+
entry:
|
|
1956
|
+
%str.addr = alloca i8*, align 8
|
|
1957
|
+
%endptr.addr = alloca i8**, align 8
|
|
1958
|
+
%base.addr = alloca i32, align 4
|
|
1959
|
+
store i8* %str, i8** %str.addr, align 8
|
|
1960
|
+
store i8** %endptr, i8*** %endptr.addr, align 8
|
|
1961
|
+
store i32 %base, i32* %base.addr, align 4
|
|
1962
|
+
%0 = load i8*, i8** %str.addr, align 8
|
|
1963
|
+
%1 = load i8**, i8*** %endptr.addr, align 8
|
|
1964
|
+
store i8* %0, i8** %1, align 8
|
|
1965
|
+
ret i64 0
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1969
|
+
define dso_local i32 @readdir_r(i8* noundef %__restrict__dir, i8* noundef %__restrict__entry, i8** noundef %__restrict__result) #0 {
|
|
1970
|
+
entry:
|
|
1971
|
+
%__restrict__dir.addr = alloca i8*, align 8
|
|
1972
|
+
%__restrict__entry.addr = alloca i8*, align 8
|
|
1973
|
+
%__restrict__result.addr = alloca i8**, align 8
|
|
1974
|
+
store i8* %__restrict__dir, i8** %__restrict__dir.addr, align 8
|
|
1975
|
+
store i8* %__restrict__entry, i8** %__restrict__entry.addr, align 8
|
|
1976
|
+
store i8** %__restrict__result, i8*** %__restrict__result.addr, align 8
|
|
1977
|
+
%0 = load i8**, i8*** %__restrict__result.addr, align 8
|
|
1978
|
+
%1 = load i8*, i8** %0, align 8
|
|
1979
|
+
store i8* %1, i8** %__restrict__entry.addr, align 8
|
|
1980
|
+
ret i32 0
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
; Function Attrs: noinline nounwind uwtable
|
|
1984
|
+
define dso_local i32 @getpwnam_r(i8* noundef %name, i8* noundef %pwd, i8* noundef %buf, i64 noundef %buflen, i8** noundef %result) #0 {
|
|
1985
|
+
entry:
|
|
1986
|
+
%name.addr = alloca i8*, align 8
|
|
1987
|
+
%pwd.addr = alloca i8*, align 8
|
|
1988
|
+
%buf.addr = alloca i8*, align 8
|
|
1989
|
+
%buflen.addr = alloca i64, align 8
|
|
1990
|
+
%result.addr = alloca i8**, align 8
|
|
1991
|
+
store i8* %name, i8** %name.addr, align 8
|
|
1992
|
+
store i8* %pwd, i8** %pwd.addr, align 8
|
|
1993
|
+
store i8* %buf, i8** %buf.addr, align 8
|
|
1994
|
+
store i64 %buflen, i64* %buflen.addr, align 8
|
|
1995
|
+
store i8** %result, i8*** %result.addr, align 8
|
|
1996
|
+
%0 = load i8*, i8** %pwd.addr, align 8
|
|
1997
|
+
%1 = load i8**, i8*** %result.addr, align 8
|
|
1998
|
+
store i8* %0, i8** %1, align 8
|
|
1999
|
+
ret i32 0
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
; Function Attrs: noinline nounwind uwtable
|
|
2003
|
+
define dso_local i32 @getpwuid_r(i32 noundef %uid, i8* noundef %pwd, i8* noundef %buf, i64 noundef %buflen, i8** noundef %result) #0 {
|
|
2004
|
+
entry:
|
|
2005
|
+
%uid.addr = alloca i32, align 4
|
|
2006
|
+
%pwd.addr = alloca i8*, align 8
|
|
2007
|
+
%buf.addr = alloca i8*, align 8
|
|
2008
|
+
%buflen.addr = alloca i64, align 8
|
|
2009
|
+
%result.addr = alloca i8**, align 8
|
|
2010
|
+
store i32 %uid, i32* %uid.addr, align 4
|
|
2011
|
+
store i8* %pwd, i8** %pwd.addr, align 8
|
|
2012
|
+
store i8* %buf, i8** %buf.addr, align 8
|
|
2013
|
+
store i64 %buflen, i64* %buflen.addr, align 8
|
|
2014
|
+
store i8** %result, i8*** %result.addr, align 8
|
|
2015
|
+
%0 = load i8*, i8** %pwd.addr, align 8
|
|
2016
|
+
%1 = load i8**, i8*** %result.addr, align 8
|
|
2017
|
+
store i8* %0, i8** %1, align 8
|
|
2018
|
+
ret i32 0
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
; Function Attrs: noinline nounwind uwtable
|
|
2022
|
+
define dso_local void @_ZNSt8__detail15_List_node_base7_M_hookEPS0_(i8* noundef %arg0, i8** noundef %arg1) #0 {
|
|
2023
|
+
entry:
|
|
2024
|
+
%arg0.addr = alloca i8*, align 8
|
|
2025
|
+
%arg1.addr = alloca i8**, align 8
|
|
2026
|
+
store i8* %arg0, i8** %arg0.addr, align 8
|
|
2027
|
+
store i8** %arg1, i8*** %arg1.addr, align 8
|
|
2028
|
+
%0 = load i8*, i8** %arg0.addr, align 8
|
|
2029
|
+
%1 = load i8**, i8*** %arg1.addr, align 8
|
|
2030
|
+
store i8* %0, i8** %1, align 8
|
|
2031
|
+
ret void
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
; Function Attrs: noinline nounwind uwtable
|
|
2035
|
+
define dso_local i8* @__dynamic_cast(i8* noundef %source, i8* noundef %sourceTypeInfo, i8* noundef %targetTypeInfo, i64 noundef %castType) #0 {
|
|
2036
|
+
entry:
|
|
2037
|
+
%source.addr = alloca i8*, align 8
|
|
2038
|
+
%sourceTypeInfo.addr = alloca i8*, align 8
|
|
2039
|
+
%targetTypeInfo.addr = alloca i8*, align 8
|
|
2040
|
+
%castType.addr = alloca i64, align 8
|
|
2041
|
+
store i8* %source, i8** %source.addr, align 8
|
|
2042
|
+
store i8* %sourceTypeInfo, i8** %sourceTypeInfo.addr, align 8
|
|
2043
|
+
store i8* %targetTypeInfo, i8** %targetTypeInfo.addr, align 8
|
|
2044
|
+
store i64 %castType, i64* %castType.addr, align 8
|
|
2045
|
+
%0 = load i8*, i8** %source.addr, align 8
|
|
2046
|
+
ret i8* %0
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
; Function Attrs: noinline nounwind uwtable
|
|
2050
|
+
define dso_local void @_ZNSsC1EPKcRKSaIcE(i8** noundef %arg0, i8* noundef %arg1) #0 {
|
|
2051
|
+
entry:
|
|
2052
|
+
%arg0.addr = alloca i8**, align 8
|
|
2053
|
+
%arg1.addr = alloca i8*, align 8
|
|
2054
|
+
store i8** %arg0, i8*** %arg0.addr, align 8
|
|
2055
|
+
store i8* %arg1, i8** %arg1.addr, align 8
|
|
2056
|
+
%0 = load i8*, i8** %arg1.addr, align 8
|
|
2057
|
+
%1 = load i8**, i8*** %arg0.addr, align 8
|
|
2058
|
+
store i8* %0, i8** %1, align 8
|
|
2059
|
+
ret void
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
; Function Attrs: noinline nounwind uwtable
|
|
2063
|
+
define dso_local void @_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_(i8** noundef %arg0, i8* noundef %arg1) #0 {
|
|
2064
|
+
entry:
|
|
2065
|
+
%arg0.addr = alloca i8**, align 8
|
|
2066
|
+
%arg1.addr = alloca i8*, align 8
|
|
2067
|
+
store i8** %arg0, i8*** %arg0.addr, align 8
|
|
2068
|
+
store i8* %arg1, i8** %arg1.addr, align 8
|
|
2069
|
+
%0 = load i8*, i8** %arg1.addr, align 8
|
|
2070
|
+
%1 = load i8**, i8*** %arg0.addr, align 8
|
|
2071
|
+
store i8* %0, i8** %1, align 8
|
|
2072
|
+
ret void
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
attributes #0 = { noinline nounwind uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
|
|
2076
|
+
attributes #1 = { noinline nounwind readonly uwtable willreturn "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
|
|
2077
|
+
|
|
2078
|
+
!llvm.module.flags = !{!0, !1, !2}
|
|
2079
|
+
!llvm.ident = !{!3}
|
|
2080
|
+
|
|
2081
|
+
!0 = !{i32 1, !"wchar_size", i32 4}
|
|
2082
|
+
!1 = !{i32 7, !"uwtable", i32 1}
|
|
2083
|
+
!2 = !{i32 7, !"frame-pointer", i32 2}
|
|
2084
|
+
!3 = !{!"clang version 14.0.0"}
|