Searched refs:sectionStringSection (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/debugger/elf/
H A DElfFile.cpp441 ElfSection* sectionStringSection = new(std::nothrow) ElfSection( local
447 if (sectionStringSection == NULL)
449 if (!fSections.AddItem(sectionStringSection)) {
450 delete sectionStringSection;
454 status_t error = sectionStringSection->Load();
458 const char* sectionStrings = (const char*)sectionStringSection->Data();

Completed in 59 milliseconds