Home | History | Annotate | Download | only in runtime

Lines Matching defs:End

344   if (Begin() + offset >= End()) {
738 if (program_header >= End()) {
769 if (section_header >= End()) {
947 if (it == (*symbol_table)->end()) {
1004 if (string >= End()) {
1304 if ((dsptr < Begin() || dsptr >= End()) && !ValidPointer(dsptr)) {
1371 if (segment->Begin() <= start && start < segment->End()) {
1447 DCHECK_LE(patches, patches_end) << "Unexpected end of patch list.";
1448 DCHECK_LT(to_patch, to_patch_end) << "Patch past the end of section.";
1527 // - write new Elf_Shdr section headers to end of file, updating Elf_Ehdr
1863 uint8_t* ElfFile::End() const {
1864 DELEGATE_TO_IMPL(End);