OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsValidElf
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/linux/
elfutils.cc
109
bool
IsValidElf
(const void* elf_base) {
134
if (!
IsValidElf
(elf_mapped_base))
170
if (!
IsValidElf
(elf_mapped_base))
/external/google-breakpad/src/common/solaris/
dump_symbols.cc
212
bool
IsValidElf
(const GElf_Ehdr *elf_header) {
666
if (!
IsValidElf
(&elf_header)) {
Completed in 182 milliseconds