UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_pecoff_helpers.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2/* date = May 19th 2022 11:39 am */
3
4#ifndef SYMS_PECOFF_HELPERS_H
5#define SYMS_PECOFF_HELPERS_H
6
8//~ allen): PE/COFF Sections
9
11
13 SYMS_U64 n);
14
18
21 SYMS_U64 sec_count);
22
25 SYMS_U64 sec_count);
26
27
28#endif //SYMS_PECOFF_HELPERS_H
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition syms_meta_coff.h:110
Definition syms_debug_info.h:21
Definition syms_base.h:296
Definition syms_base.h:233
Definition syms_base.h:264
#define SYMS_READ_ONLY
Definition syms_base.h:57
#define SYMS_API
Definition syms_base.h:29
#define SYMS_GLOBAL
Definition syms_base.h:42
uint64_t SYMS_U64
Definition syms_crt_overrides.h:39
#define SYMS_Arena
Definition syms_default_arena.h:61
SYMS_READ_ONLY SYMS_GLOBAL SYMS_CoffSectionHeader syms_pecoff_sec_hdr_nil
Definition syms_pecoff_helpers.h:10
SYMS_API SYMS_String8 syms_pecoff_name_from_hdr_off(SYMS_Arena *arena, SYMS_String8 data, SYMS_U64 sec_hdr_off)
Definition syms_pecoff_helpers.c:54
SYMS_API SYMS_U64Array syms_pecoff_voff_accelerator_from_coff_hdr_array(SYMS_Arena *arena, SYMS_CoffSectionHeader *sec_hdrs, SYMS_U64 sec_count)
SYMS_API SYMS_U64Range syms_pecoff_name_range_from_hdr_off(SYMS_String8 data, SYMS_U64 sec_hdr_off)
Definition syms_pecoff_helpers.c:16
SYMS_API SYMS_CoffSectionHeader * syms_pecoff_sec_hdr_from_n(SYMS_String8 data, SYMS_U64 sec_hrds_off, SYMS_U64 n)
Definition syms_pecoff_helpers.c:7
SYMS_API SYMS_SecInfoArray syms_pecoff_sec_info_from_coff_sec(SYMS_Arena *arena, SYMS_String8 data, SYMS_U64 sec_hdrs_off, SYMS_U64 sec_count)
Definition syms_pecoff_helpers.c:86