Searched defs:section_end (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dfile_id.cc64 const void* section_end = reinterpret_cast<const char*>(section) + length; local
66 while (reinterpret_cast<const void *>(note_header) < section_end) {
74 if (reinterpret_cast<const void *>(note_header) >= section_end ||
/external/llvm/include/llvm/Object/
H A DELF.h113 const Elf_Shdr *section_end() const;
115 return makeArrayRef(section_begin(), section_end());
400 const typename ELFFile<ELFT>::Elf_Shdr *ELFFile<ELFT>::section_end() const { function in class:llvm::object::ELFFile
H A DELFObjectFile.h328 section_iterator section_end() const override;
542 return section_end();
659 return section_end();
664 return section_end();
824 section_iterator ELFObjectFile<ELFT>::section_end() const { function in class:llvm::object::ELFObjectFile
825 return section_iterator(SectionRef(toDRI(EF.section_end()), this));
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp241 return section_end();
818 section_iterator COFFObjectFile::section_end() const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp581 return section_end();
1135 section_iterator MachOObjectFile::section_end() const { function in class:MachOObjectFile
2052 return *section_end();
2055 return *section_end();
/external/v8/src/wasm/
H A Dmodule-decoder.cc86 inline const byte* section_end() const { return section_end_; } function in class:v8::internal::wasm::__anon21861::WasmSectionIterator

Completed in 61 milliseconds