Home
last modified time | relevance | path

Searched defs:section_end (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/debug/
Delf_reader_linux.cc41 const void* section_end = segment.data() + segment.size_bytes(); in ElfSegmentBuildIDNoteAsString() local
/external/google-breakpad/src/common/linux/
Dfile_id.cc64 const void* section_end = reinterpret_cast<const char*>(section) + length; in ElfClassBuildIDNoteIdentifier() local
/external/llvm/include/llvm/Object/
DELF.h400 const typename ELFFile<ELFT>::Elf_Shdr *ELFFile<ELFT>::section_end() const { in section_end() function
DELFObjectFile.h824 section_iterator ELFObjectFile<ELFT>::section_end() const { in section_end() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h988 section_iterator ELFObjectFile<ELFT>::section_end() const { in section_end() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1270 section_iterator WasmObjectFile::section_end() const { in section_end() function in WasmObjectFile
DCOFFObjectFile.cpp863 section_iterator COFFObjectFile::section_end() const { in section_end() function in COFFObjectFile
DMachOObjectFile.cpp2470 section_iterator MachOObjectFile::section_end() const { in section_end() function in MachOObjectFile
/external/llvm/lib/Object/
DCOFFObjectFile.cpp818 section_iterator COFFObjectFile::section_end() const { in section_end() function in COFFObjectFile
DMachOObjectFile.cpp1135 section_iterator MachOObjectFile::section_end() const { in section_end() function in MachOObjectFile
/external/v8/src/wasm/
Dmodule-decoder.cc173 inline const byte* section_end() const { return section_end_; } in section_end() function in v8::internal::wasm::__anone95501b20211::WasmSectionIterator