Lines Matching defs:Load
90 case PT_LOAD: type = "LOAD"; break;
130 // Load the complete ELF file into a memory image in libelf, and identify
134 bool ElfFile<ELF>::Load() {
148 LOG(ERROR) << "Failed to load ELF header: " << elf_errmsg(elf_errno());
356 LOG(FATAL) << "Cannot locate a LOAD segment with hole_start=0x" << std::hex << hole_start;
375 // Locate the segment that we can overwrite to form the new LOAD entry,
606 // Load the ELF file into libelf.
607 if (!Load()) {
608 LOG(ERROR) << "Failed to load as ELF";
755 // Load the ELF file into libelf.
756 if (!Load()) {
757 LOG(ERROR) << "Failed to load as ELF";