OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sectionName
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/powerpc/stand/mkbootimage/
pef.h
56
uint32_t
sectionName
;
/src/external/bsd/elftosb/dist/common/
StELFFile.cpp
162
std::string
sectionName
= getSectionNameAtIndex(header.sh_name);
163
if (inName ==
sectionName
)
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp
201
std::string
sectionName
= sectionPrefix.str() + symbolName;
204
sectionName
, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC);
/src/external/bsd/elftosb/dist/elftosb2/
ConversionController.cpp
1127
std::string *
sectionName
= sectionNode->getSectionName();
1128
GlobMatcher globber(*
sectionName
);
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
2002
Expected<SectionRef> MachOObjectFile::getSection(StringRef
SectionName
) const {
2007
if (*NameOrErr ==
SectionName
)
2038
bool MachOObjectFile::isDebugSection(StringRef
SectionName
) const {
2039
return
SectionName
.startswith("__debug") ||
2040
SectionName
.startswith("__zdebug") ||
2041
SectionName
.startswith("__apple") ||
SectionName
== "__gdb_index" ||
2042
SectionName
== "__swift_ast";
3437
StringRef MachORebaseEntry::
sectionName
() const {
3989
StringRef MachOBindEntry::
sectionName
() const
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
919
std::string
sectionName
() {
1103
ObjCStrGV->setSection(
sectionName
<ConstantStringSection>());
1328
GV->setSection(
sectionName
<ProtocolReferenceSection>());
1419
GV->setSection(
sectionName
<ProtocolSection>());
1481
GV->setSection(
sectionName
<SelectorSection>());
1589
Cat->setSection(
sectionName
<CategorySection>());
1608
GetClassVar(clsAlias.first) },
sectionName
<ClassAliasSection>());
1615
sectionName
<SelectorSection>());
1619
sectionName
<CategorySection>());
1622
sectionName
<ClassSection>())
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026