Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Delfutils.cc46 const void **section_start, in FindElfClassSection() argument
52 assert(section_start); in FindElfClassSection()
73 *section_start = elf_base + section->sh_offset; in FindElfClassSection()
123 const void **section_start, in FindElfSection() argument
126 assert(section_start); in FindElfSection()
129 *section_start = NULL; in FindElfSection()
141 section_start, section_size); in FindElfSection()
142 return *section_start != NULL; in FindElfSection()
145 section_start, section_size); in FindElfSection()
146 return *section_start != NULL; in FindElfSection()
[all …]
Delfutils.h92 const void **section_start,
/external/deqp-deps/amber/src/vkscript/
Dsection_parser.cc158 size_t section_start = 0; in SplitSections() local
176 section_start = line_count; in SplitSections()
186 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections()
188 section_start = line_count; in SplitSections()
205 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections()
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc943 const uint8_t *section_start = map_entry->second.first; in ReadSourceLines() local
949 line_reader_->ReadProgram(section_start + offset, section_length - offset, in ReadSourceLines()