OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:countofunwindcodes
(Results
1 - 7
of
7
) sorted by null
/toolchain/binutils/binutils-2.27/gas/config/
obj-coff-seh.h
195
#define PEX64_OFFSET_TO_HANDLER_RVA (
COUNTOFUNWINDCODES
) \
197
PEX64_UWI_SIZEOF_UWCODE_ARRAY(
COUNTOFUNWINDCODES
))
199
#define PEX64_OFFSET_TO_SCOPE_COUNT(
COUNTOFUNWINDCODES
) \
200
(PEX64_OFFSET_TO_HANDLER_RVA(
COUNTOFUNWINDCODES
) + 4)
202
#define PEX64_SCOPE_ENTRY(
COUNTOFUNWINDCODES
, IDX) \
203
(PEX64_OFFSET_TO_SCOPE_COUNT(
COUNTOFUNWINDCODES
) + \
/toolchain/binutils/binutils-2.27/include/coff/
pe.h
577
#define PEX64_OFFSET_TO_HANDLER_RVA (
COUNTOFUNWINDCODES
) \
579
PEX64_UWI_SIZEOF_UWCODE_ARRAY(
COUNTOFUNWINDCODES
))
581
#define PEX64_OFFSET_TO_SCOPE_COUNT(
COUNTOFUNWINDCODES
) \
582
(PEX64_OFFSET_TO_HANDLER_RVA(
COUNTOFUNWINDCODES
) + 4)
584
#define PEX64_SCOPE_ENTRY(
COUNTOFUNWINDCODES
, IDX) \
585
(PEX64_OFFSET_TO_SCOPE_COUNT(
COUNTOFUNWINDCODES
) + \
/external/llvm/lib/MC/
MCWin64EH.cpp
24
static uint8_t
CountOfUnwindCodes
(std::vector<WinEH::Instruction> &Insns) {
179
uint8_t numCodes =
CountOfUnwindCodes
(info->Instructions);
/external/swiftshader/third_party/LLVM/lib/MC/
MCWin64EH.cpp
23
static uint8_t
CountOfUnwindCodes
(std::vector<MCWin64EHInstruction> &instArray){
168
uint8_t numCodes =
CountOfUnwindCodes
(info->Instructions);
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
PeImage.h
671
UINT8
CountOfUnwindCodes
;
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmingw32.a
[
all
...]
Completed in 3851 milliseconds