Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Ddump_symbols.cc610 const char *names_end = names + section_names->sh_size; in LoadSymbols() local
619 sections, names, names_end, in LoadSymbols()
639 sections, names, names_end, in LoadSymbols()
655 sections, names, names_end, in LoadSymbols()
659 sections, names, names_end, in LoadSymbols()
687 sections, names, names_end, in LoadSymbols()
705 sections, names, names_end, in LoadSymbols()
712 sections, names, names_end, in LoadSymbols()
716 sections, names, names_end, in LoadSymbols()
738 names_end, elf_header->e_shnum); in LoadSymbols()
Delfutils-inl.h51 const char* names_end, in FindElfSectionByName() argument
64 names_end - section_name >= name_len + 1 && in FindElfSectionByName()
Delfutils.cc65 const char *names_end = names + section_names->sh_size; in FindElfClassSection() local
69 sections, names, names_end, in FindElfClassSection()
Delfutils.h93 const char* names_end,