OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EHFrameSID
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h
282
for (auto const &
EHFrameSID
: UnregisteredEHFrameSections) {
283
uint8_t *EHFrameAddr = Sections[
EHFrameSID
].getAddress();
284
uint64_t EHFrameLoadAddr = Sections[
EHFrameSID
].getLoadAddress();
285
size_t EHFrameSize = Sections[
EHFrameSID
].getSize();
287
RegisteredEHFrameSections.push_back(
EHFrameSID
);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h
35
:
EHFrameSID
(RTDYLD_INVALID_SECTION_ID),
40
:
EHFrameSID
(EH), TextSID(T), ExceptTabSID(Ex) {}
41
SID
EHFrameSID
;
RuntimeDyldMachO.cpp
230
unsigned
EHFrameSID
= RTDYLD_INVALID_SECTION_ID;
252
EHFrameSID
= *EHFrameSIDOrErr;
269
EHFrameRelatedSections(
EHFrameSID
, TextSID, ExceptTabSID));
322
if (SectionInfo.
EHFrameSID
== RTDYLD_INVALID_SECTION_ID ||
326
SectionEntry *EHFrame = &Sections[SectionInfo.
EHFrameSID
];
RuntimeDyldELF.cpp
223
SID
EHFrameSID
= UnregisteredEHFrameSections[i];
224
uint8_t *EHFrameAddr = Sections[
EHFrameSID
].getAddress();
225
uint64_t EHFrameLoadAddr = Sections[
EHFrameSID
].getLoadAddress();
226
size_t EHFrameSize = Sections[
EHFrameSID
].getSize();
Completed in 38 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026