Searched refs:section_names (Results 1 – 5 of 5) sorted by relevance
50 const char* section_names, in FindElfSectionByName() argument62 const char* section_name = section_names + sections[i].sh_name; in FindElfSectionByName()
62 const Shdr* section_names = sections + elf_header->e_shstrndx; in FindElfClassSection() local64 GetOffset<ElfClass, char>(elf_header, section_names->sh_offset); in FindElfClassSection()65 const char *names_end = names + section_names->sh_size; in FindElfClassSection()
246 const Shdr* section_names = sections + elf_header->e_shstrndx; in LoadDwarf() local250 section_names->sh_offset) + in LoadDwarf()607 const Shdr* section_names = sections + elf_header->e_shstrndx; in LoadSymbols() local609 GetOffset<ElfClass, char>(elf_header, section_names->sh_offset); in LoadSymbols()610 const char *names_end = names + section_names->sh_size; in LoadSymbols()
92 const char* section_names,
2400 CFISection section_names(cfi.endianness(), cfi.AddressSize()); in WriteELFFrameSection() local2401 section_names in WriteELFFrameSection()2423 .Append(section_names) in WriteELFFrameSection()