Searched refs:FindSectionByName (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 216 static bool FindSectionByName(Elf *elf, const char *name, in FindSectionByName() function 441 if (!FindSectionByName(elf, kStabName, elf_header->e_shstrndx, in LoadSymbols() 447 if (!FindSectionByName(elf, kStabStrName, elf_header->e_shstrndx, in LoadSymbols() 453 if (!FindSectionByName(elf, kSymtabName, elf_header->e_shstrndx, in LoadSymbols() 459 if (!FindSectionByName(elf, kStrtabName, elf_header->e_shstrndx, in LoadSymbols()
|