Searched defs:section_end (Results 1 – 11 of 11) sorted by relevance
41 const void* section_end = segment.data() + segment.size_bytes(); in ElfSegmentBuildIDNoteAsString() local
64 const void* section_end = reinterpret_cast<const char*>(section) + length; in ElfClassBuildIDNoteIdentifier() local
400 const typename ELFFile<ELFT>::Elf_Shdr *ELFFile<ELFT>::section_end() const { in section_end() function
824 section_iterator ELFObjectFile<ELFT>::section_end() const { in section_end() function
988 section_iterator ELFObjectFile<ELFT>::section_end() const { in section_end() function
1270 section_iterator WasmObjectFile::section_end() const { in section_end() function in WasmObjectFile
863 section_iterator COFFObjectFile::section_end() const { in section_end() function in COFFObjectFile
2470 section_iterator MachOObjectFile::section_end() const { in section_end() function in MachOObjectFile
818 section_iterator COFFObjectFile::section_end() const { in section_end() function in COFFObjectFile
1135 section_iterator MachOObjectFile::section_end() const { in section_end() function in MachOObjectFile
173 inline const byte* section_end() const { return section_end_; } in section_end() function in v8::internal::wasm::__anone95501b20211::WasmSectionIterator