Searched refs:symTableShdr (Results 1 – 2 of 2) sorted by relevance
635 const ELF::SectionHeader *symTableShdr = nullptr; in ParseShdr() local653 symTableShdr = shdr.get(); in ParseShdr()657 if (symTableShdr == nullptr) { in ParseShdr()658 symTableShdr = shdr.get(); in ParseShdr()690 if (symTableShdr != nullptr) { in ParseShdr()691 if (!ReadSymTab(elfFile, symTableShdr, symbolsTable)) { in ParseShdr()
668 const ELF::SectionHeader *symTableShdr = nullptr; in ParseShdr() local689 symTableShdr = shdr.get(); in ParseShdr()693 if (symTableShdr == nullptr) { in ParseShdr()694 symTableShdr = shdr.get(); in ParseShdr()720 if (symTableShdr != nullptr) { in ParseShdr()721 if (!ReadSymTab(elfFile, symTableShdr, symbolsTable)) { in ParseShdr()