MCPcopy Create free account

hub / github.com/avast/retdec / functions

Functions16,019 in github.com/avast/retdec

↓ 42 callersMethodgetOffset
* Get offset * @return Offset */
src/fileformat/types/sec_seg/sec_seg.cpp:259
↓ 42 callersMethodloadPacket
deps/eigen/Eigen/src/Core/util/BlasUtil.h:291
↓ 42 callersFunctionlog
deps/eigen/Eigen/src/Core/MathFunctions.h:1038
↓ 42 callersFunctionm_c_ICmp
include/retdec/bin2llvmir/utils/symbolic_tree_match.h:593
↓ 42 callersFunctiontoLower
* @brief Converts all characters in @a str to lower case. * * For example, <tt>"Crazy Willy"</tt> is converted into <tt>"crazy willy"</tt>. */
src/utils/string.cpp:372
↓ 41 callersMethodadd
add arbitrary number of bytes
src/utils/crc32.cpp:340
↓ 41 callersMethodgetSectionHeader
include/retdec/pelib/ImageLoader.h:204
↓ 41 callersMethodgetSize
* Get size of symbol * @param symbolSize Into this parameter is stored size of symbol * @return @c true if symbol size is known and valid, @c false
src/fileformat/types/symbol_table/symbol.cpp:243
↓ 40 callersFunctionimag
deps/eigen/Eigen/src/Core/MathFunctions.h:882
↓ 40 callersFunctionraw_uint16_to_half
deps/eigen/Eigen/src/Core/arch/CUDA/Half.h:333
↓ 40 callersMethodsize
------------------------------------------------------------------------------
deps/elfio/include/elfio/elfio.hpp:762
↓ 39 callersMethodaddSuccessor
* @brief Adds a new successor @a succ to this node. * * This method also adds self as predecessor to currently added successor. * * @par Preconditions
src/llvmir2hll/llvm/llvmir2bir_converter/cfg_node.cpp:144
↓ 39 callersMethoddata
deps/eigen/Eigen/src/Core/Diagonal.h:108
↓ 39 callersMethodend
* Get end of records * @return End of rich header records */
src/fileformat/types/rich_header/rich_header.cpp:218
↓ 39 callersMethodgetElseClause
* @brief Returns the else clause (if any), the null pointer otherwise. */
src/llvmir2hll/ir/if_stmt.cpp:249
↓ 39 callersMethodgetMetadata
* @brief Returns the attached metadata. */
include/retdec/llvmir2hll/support/metadatable.h:33
↓ 39 callersFunctiongetParamOrDie
* Fetch parameter value or die with error message. * @param argv vector with arguments * @param i index of argument * @return argument value */
src/getsig/getsig.cpp:119
↓ 39 callersMethodisKnown
src/common/language.cpp:31
↓ 39 callersMethodisSigned
* @brief Returns @c true if the integer is signed, @c false otherwise. * * An integer can be either signed or unsigned. */
src/llvmir2hll/ir/int_type.cpp:46
↓ 39 callersFunctionstbi__get16be
deps/stb/include/stb/stb_image.h:1674
↓ 38 callersMethodend
include/retdec/pelib/DelayImportDirectory.h:247
↓ 38 callersMethodisDeclaration
* @brief Returns @c true if the function is just a declaration, * @c false otherwise. */
src/llvmir2hll/ir/function.cpp:265
↓ 38 callersMethodisMoreReadableInHexa
* @brief Returns @c true if the constant is more readable in the hexadecimal * radix than in the decimal radix, @c false otherwise. * * A const
src/llvmir2hll/ir/const_int.cpp:224
↓ 38 callersFunctionpmadd
deps/eigen/Eigen/src/Core/arch/SSE/PacketMath.h:247
↓ 38 callersFunctionsubstitute_specific_keywords
(text)
scripts/type_extractor/type_extractor/header_text_filters.py:447
↓ 38 callersFunctiontrim
* @brief Trims the given string. * * @param[in] str String to be trimmed. * @param[in] toTrim String of characters to be trimmed (removed) from the *
src/utils/string.cpp:566
↓ 37 callersMethodconvertValueToExpression
* @brief Converts the given LLVM value @a value into an expression in BIR. * * If converted value @a value is not considered as pointer, it returns ad
src/llvmir2hll/llvm/llvmir2bir_converter/llvm_value_converter.cpp:106
↓ 37 callersMethodgetEntryNode
* @brief Returns the entry node of the CFG. */
src/llvmir2hll/graphs/cfg/cfg.cpp:379
↓ 37 callersMethodpmadd
deps/eigen/Eigen/src/Core/util/BlasUtil.h:65
↓ 36 callersMethodbegin
* Get begin of records * @return Begin of rich header records */
src/fileformat/types/rich_header/rich_header.cpp:209
↓ 36 callersMethodget
src/bin2llvmir/optimizations/decoder/decoder_ranges.cpp:189
↓ 36 callersMethodgetAddress
src/stacofin/stacofin.cpp:658
↓ 36 callersMethodgetFileFormat
src/bin2llvmir/providers/fileimage.cpp:120
↓ 36 callersMethodresize
\internal */
deps/eigen/Eigen/src/Core/Transpose.h:82
↓ 36 callersFunctionserializeBool
include/retdec/serdes/std.h:128
↓ 35 callersMethodEndArray
deps/rapidjson/include/rapidjson/schema.h:262
↓ 35 callersMethodStartArray
deps/rapidjson/include/rapidjson/schema.h:261
↓ 35 callersMethodaddDebugNameForVar
* @brief Adds a name for the given variable using debug information. * * The new name overwrites any name that has already been set for @a var. */
src/llvmir2hll/ir/module.cpp:855
↓ 35 callersMethoddiagonal
deps/eigen/Eigen/src/Core/Diagonal.h:190
↓ 35 callersFunctionserializeContainer
include/retdec/serdes/std.h:171
↓ 34 callersFunctionclear
include/retdec/utils/container.h:158
↓ 34 callersMethodclear
* Clear both underlying container and @c addr2global map. */
src/common/object.cpp:248
↓ 34 callersMethodgetDataDirRva
include/retdec/pelib/ImageLoader.h:324
↓ 34 callersMethodgetSection
* Get information about section with name @a secName * @param secName Name of section * @return Pointer to section or @c nullptr if section was not
src/fileformat/file_format/file_format.cpp:1352
↓ 34 callersMethodinitAcc
deps/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h:396
↓ 34 callersMethodoperatorX
src/llvmir2hll/hll/output_managers/json_manager.cpp:118
↓ 33 callersMethodacc
deps/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h:450
↓ 33 callersMethodbegin
src/bin2llvmir/providers/names.cpp:238
↓ 33 callersFunctiondeserializeContainer
include/retdec/serdes/std.h:63
↓ 33 callersMethodgetExitNode
* @brief Returns the exit node of the CFG. */
src/llvmir2hll/graphs/cfg/cfg.cpp:386
↓ 33 callersMethodgetImage
src/bin2llvmir/providers/fileimage.cpp:115
↓ 33 callersMethodgetLabel
* @brief Returns the statement's label. */
src/llvmir2hll/ir/statement.cpp:734
↓ 33 callersMethodisValid
deps/tlsh/tlsh.cpp:238
↓ 33 callersFunctionm_LShr
include/retdec/bin2llvmir/utils/symbolic_tree_match.h:355
↓ 32 callersFunctionFirstChild
Get the first child node, or null if none exists.
deps/tinyxml2/include/tinyxml2/tinyxml2.h:763
↓ 32 callersMethodclear
src/bin2llvmir/optimizations/decoder/jump_targets.cpp:228
↓ 32 callersMethodcoeff
deps/eigen/Eigen/src/Core/CoreEvaluators.h:832
↓ 32 callersFunctiondeserializeBool
src/serdes/std.cpp:46
↓ 32 callersMethodgetIntrinsicFunction
src/bin2llvmir/providers/config.cpp:120
↓ 32 callersMethodisUnsigned
* @brief Returns true for unsigned types, false otherwise. */
src/ctypes/integral_type.cpp:65
↓ 32 callersMethodisVarArg
* @brief Returns @c true if function takes variable number of arguments, * @c false otherwise. */
src/ctypes/function.cpp:132
↓ 32 callersFunctionpmadd
deps/eigen/Eigen/src/Core/arch/AVX/PacketMath.h:161
↓ 32 callersMethodsearch
* Search for static code in input file. * * @param image input file image * @param yaraFile static code signature file */
src/stacofin/stacofin.cpp:695
↓ 32 callersFunctionstbi__get32le
deps/stb/include/stb/stb_image.h:1702
↓ 31 callersMethodAddMember
deps/rapidjson/include/rapidjson/document.h:2638
↓ 31 callersMethodMemberEnd
deps/rapidjson/include/rapidjson/document.h:2626
↓ 31 callersMethodTake
deps/rapidjson/include/rapidjson/reader.h:1451
↓ 31 callersFunction_mm_castsi128_ps
deps/eigen/Eigen/src/Core/arch/SSE/PacketMath.h:891
↓ 31 callersMethodaddEntryNode
* @brief Adds the given entry node to the CFG. * * @par Preconditions * - @a node is non-null */
src/llvmir2hll/graphs/cfg/cfg.cpp:356
↓ 31 callersMethodaddExitNode
* @brief Adds the given entry node to the CFG. * * @par Preconditions * - @a node is non-null */
src/llvmir2hll/graphs/cfg/cfg.cpp:369
↓ 31 callersMethodgetName
src/fileinfo/file_information/file_information_types/loader_info.cpp:37
↓ 31 callersMethodgetSize
src/common/pattern.cpp:147
↓ 31 callersFunctionisNiceAsciiWideCharacter
* @return @c True if character @a c is a nice ASCII wide character. * @c False otherwise. */
src/utils/string.cpp:1022
↓ 31 callersFunctionjoinStrings
include/retdec/utils/string.h:79
↓ 31 callersMethodlog
src/bin2llvmir/optimizations/idioms_libgcc/idioms_libgcc.cpp:245
↓ 31 callersFunctionparse_struct
(struct, hfile)
scripts/type_extractor/type_extractor/parse_structs_unions.py:112
↓ 31 callersMethodsize
src/bin2llvmir/providers/names.cpp:248
↓ 30 callersMethodcols
deps/eigen/Eigen/src/Core/PlainObjectBase.h:153
↓ 30 callersMethodcommentLine
src/llvmir2hll/hll/output_manager.cpp:69
↓ 30 callersMethodgetCalledExpr
* @brief Returns the expression called by this call. */
src/llvmir2hll/ir/call_expr.cpp:100
↓ 30 callersMethodgetCapacity
* Gets the actual capacity of the buffer. * * @return The capacity of the buffer. */
src/utils/dynamic_buffer.cpp:123
↓ 30 callersMethodgetContainedType
* @brief Returns the type of elements of the array. */
src/llvmir2hll/ir/array_type.cpp:40
↓ 30 callersMethodinit
src/pelib/RichHeader.cpp:725
↓ 30 callersMethodisInvalid
src/bin2llvmir/providers/asm_instruction.cpp:340
↓ 30 callersMethodisValid
src/bin2llvmir/providers/asm_instruction.cpp:335
↓ 30 callersMethodrows
deps/eigen/Eigen/src/Core/PlainObjectBase.h:151
↓ 30 callersFunctionstbi__get16le
deps/stb/include/stb/stb_image.h:1694
↓ 30 callersFunctionstbi__skip
deps/stb/include/stb/stb_image.h:1624
↓ 30 callersMethodstorePacket
deps/eigen/Eigen/src/Core/util/BlasUtil.h:296
↓ 29 callersFunctionemitCFG
* @brief Emits CFG to cfgTest.dot. * * @param[in] CFGToEmit CFG to emit. * @param[in] canEmit Emit the CFG? */
tests/llvmir2hll/graphs/cfg/cfg_builders/non_recursive_cfg_builder_tests.cpp:58
↓ 29 callersMethodgetParameterCount
* @brief Returns the number of parameters. * * Does not matter if function takes variable number of parameters or not. */
src/ctypes/function.cpp:84
↓ 29 callersMethodisArm32OrThumb
src/common/architecture.cpp:30
↓ 29 callersFunctionm_Sub
include/retdec/bin2llvmir/utils/symbolic_tree_match.h:229
↓ 29 callersMethodmatch
include/retdec/bin2llvmir/utils/symbolic_tree_match.h:777
↓ 29 callersMethodsetName
* Set name * @param sName Name */
src/fileformat/types/sec_seg/sec_seg.cpp:442
↓ 28 callersFunctionAlignToSize
src/pelib/PeLibAux.cpp:128
↓ 28 callersMethodTake
deps/rapidjson/include/rapidjson/encodings.h:581
↓ 28 callersFunctionabs2
deps/eigen/Eigen/src/Core/MathFunctions.h:917
↓ 28 callersMethoddemangleFunctionToCtypes
src/demangler/borland_demangler.cpp:66
↓ 28 callersMethodget4Byte
* Get integer (4B) located at provided address using the specified endian * or default file endian * * @param address Address to get integer from
src/utils/byte_value_storage.cpp:321
← previousnext →201–300 of 16,019, ranked by callers