Searched defs:section_start (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Delfutils.cc46 const void **section_start,
52 assert(section_start);
73 *section_start = elf_base + section->sh_offset;
124 const void **section_start,
128 assert(section_start);
131 *section_start = NULL;
147 section_start, section_size);
148 return *section_start != NULL;
151 section_start, section_size);
152 return *section_start !
43 FindElfClassSection(const char *elf_base, const char *section_name, typename ElfClass::Word section_type, const void **section_start, size_t *section_size) argument
121 FindElfSection(const void *elf_mapped_base, const char *section_name, uint32_t section_type, const void **section_start, size_t *section_size, int *elfclass) argument
[all...]
/external/v8/src/wasm/
H A Dmodule-decoder.h88 uint32_t section_start; member in struct:v8::internal::wasm::CustomSectionOffset
H A Dmodule-decoder.cc111 inline const byte* section_start() const { return section_start_; } function in class:v8::internal::wasm::__anon23503::WasmSectionIterator
1327 uint32_t section_start = decoder.pc_offset(); local
1337 uint32_t payload_length = section_length - (payload_offset - section_start);
1339 result.push_back({section_start, name_offset, name_length, payload_offset,
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc817 const char *section_start = map_entry->second.first; local
823 line_reader_->ReadProgram(section_start + offset, section_length - offset,

Completed in 199 milliseconds