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

/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp497 fSectionHeaders(NULL),
531 if (fSectionHeaders) {
532 delete[] fSectionHeaders;
533 fSectionHeaders = NULL;
673 fSectionHeaders = new(std::nothrow) uint8[sectionHeaderTableSize];
676 if (!fSectionHeaders)
678 error = read_exactly(fFile, sectionHeaderTableOffset, fSectionHeaders,
698 if (fSectionHeaders && index >= 0 && index < fSectionCount)
699 header = (Elf_Shdr*)(fSectionHeaders + index * fSectionHeaderSize);
H A DElfFile.h134 uint8* fSectionHeaders; member in class:SymbolPatcher::ElfFile

Completed in 120 milliseconds