Home
last modified time | relevance | path

Searched refs:section_start (Results 1 – 5 of 5) 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/v8/src/wasm/
Dmodule-decoder.h88 uint32_t section_start; member
Dmodule-decoder.cc111 inline const byte* section_start() const { return section_start_; } in section_start() function in v8::internal::wasm::__anonc7c9a5260111::WasmSectionIterator
1327 uint32_t section_start = decoder.pc_offset(); in DecodeCustomSections() local
1337 uint32_t payload_length = section_length - (payload_offset - section_start); in DecodeCustomSections()
1339 result.push_back({section_start, name_offset, name_length, payload_offset, in DecodeCustomSections()
/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()