Searched refs:names_end (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 610 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()
|
D | elfutils-inl.h | 51 const char* names_end, in FindElfSectionByName() argument 64 names_end - section_name >= name_len + 1 && in FindElfSectionByName()
|
D | elfutils.cc | 65 const char *names_end = names + section_names->sh_size; in FindElfClassSection() local 69 sections, names, names_end, in FindElfClassSection()
|
D | elfutils.h | 93 const char* names_end,
|