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()
124 const void **section_start, in FindElfSection() argument
128 assert(section_start); in FindElfSection()
131 *section_start = NULL; in FindElfSection()
147 section_start, section_size); in FindElfSection()
148 return *section_start != NULL; in FindElfSection()
151 section_start, section_size); in FindElfSection()
152 return *section_start != NULL; in FindElfSection()
Delfutils.h81 const void **section_start,
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc817 const char *section_start = map_entry->second.first; in ReadSourceLines() local
823 line_reader_->ReadProgram(section_start + offset, section_length - offset, in ReadSourceLines()
/external/v8/src/arm/
Dassembler-arm.cc3737 int section_start = (section == ConstantPoolArray::EXTENDED_SECTION) in Populate() local
3744 number_of_entries_[section].base_of(type) + section_start); in Populate()