Home
last modified time | relevance | path

Searched refs:FindElfTextSection (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/solaris/
Dfile_id.cc65 static bool FindElfTextSection(int fd, const void *elf_base, in FindElfTextSection() function
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()