OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_eh
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
dwarf.c
9649
bool
is_eh
= strcmp (section->name, ".eh_frame") == 0;
local
9708
if (
is_eh
? (cie_id == 0) : ((offset_size == 4 && cie_id == DW_CIE_ID)
9768
if (
is_eh
)
9809
if (
is_eh
/src/external/gpl3/binutils.old/dist/binutils/
dwarf.c
9566
bool
is_eh
= strcmp (section->name, ".eh_frame") == 0;
local
9625
if (
is_eh
? (cie_id == 0) : ((offset_size == 4 && cie_id == DW_CIE_ID)
9685
if (
is_eh
)
9726
if (
is_eh
Completed in 32 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026