OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sectionIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftosb/dist/common/
GHSSecInfo.cpp
28
unsigned
sectionIndex
= m_elf->getIndexOfSectionWithName(kSecInfoSectionName);
29
if (
sectionIndex
== SHN_UNDEF)
35
const Elf32_Shdr & secInfo = m_elf->getSectionAtIndex(
sectionIndex
);
43
m_info = (ghs_secinfo_t *)m_elf->getSectionDataAtIndex(
sectionIndex
);
StELFFile.cpp
155
unsigned
sectionIndex
= 0;
157
for (; it != getSectionEnd(); ++it, ++
sectionIndex
)
164
return
sectionIndex
;
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026