OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFStringTableSection
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceELFSection.h
29
class
ELFStringTableSection
;
196
void updateIndices(const
ELFStringTableSection
*StrTab);
260
class
ELFStringTableSection
: public ELFSection {
261
ELFStringTableSection
() = delete;
262
ELFStringTableSection
(const
ELFStringTableSection
&) = delete;
263
ELFStringTableSection
&operator=(const
ELFStringTableSection
&) = delete;
IceELFSection.cpp
155
void ELFSymbolTableSection::updateIndices(const
ELFStringTableSection
*StrTab) {
189
void
ELFStringTableSection
::add(const std::string &Str) {
195
size_t
ELFStringTableSection
::getIndex(const std::string &Str) const {
205
bool
ELFStringTableSection
::SuffixComparator::
222
void
ELFStringTableSection
::doLayout() {
IceELFObjectWriter.h
123
ELFStringTableSection
*ShStrTab;
125
ELFStringTableSection
*StrTab;
IceELFObjectWriter.cpp
85
ShStrTab = new (Ctx.allocate<
ELFStringTableSection
>())
86
ELFStringTableSection
(ShStrTabName, SHT_STRTAB, 0, 1, 0);
101
createSection<
ELFStringTableSection
>(StrTabName, SHT_STRTAB, 0, 1, 0);
/external/swiftshader/third_party/subzero/unittest/
IceELFSectionTest.cpp
24
void CheckStringTablePermLayout(const
ELFStringTableSection
&Strtab) {
101
ELFStringTableSection
Strtab(".strtab", SHT_STRTAB, 0, 1, 0);
113
ELFStringTableSection
Strtab(".strtab", SHT_STRTAB, 0, 1, 0);
Completed in 50 milliseconds