Lines Matching refs:DL_ERR_AND_LOG
277 DL_ERR_AND_LOG("\"%s\" has unsupported e_shentsize: 0x%x (expected 0x%zx)", in VerifyElfHeader()
291 DL_ERR_AND_LOG("\"%s\" has invalid e_shstrndx", name_.c_str()); in VerifyElfHeader()
335 DL_ERR_AND_LOG("\"%s\" has invalid phdr offset/size: %zu/%zu", in ReadProgramHeaders()
355 DL_ERR_AND_LOG("\"%s\" has no section headers", name_.c_str()); in ReadSectionHeaders()
361 DL_ERR_AND_LOG("\"%s\" has invalid shdr offset/size: %zu/%zu", in ReadSectionHeaders()
388 DL_ERR_AND_LOG("\"%s\" .dynamic section header was not found", name_.c_str()); in ReadDynamicSection()
405 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid offset: 0x%zx, " in ReadDynamicSection()
424 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid size: 0x%zx, " in ReadDynamicSection()
442 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid sh_link: %d", in ReadDynamicSection()
451 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid link(%d) sh_type: %d (expected SHT_STRTAB)", in ReadDynamicSection()
457 DL_ERR_AND_LOG("\"%s\" has invalid offset/size of .dynamic section", name_.c_str()); in ReadDynamicSection()
469 …DL_ERR_AND_LOG("\"%s\" has invalid offset/size of the .strtab section linked from .dynamic section… in ReadDynamicSection()
729 DL_ERR_AND_LOG("\"%s\": W+E load segments are not allowed", name_.c_str()); in LoadSegments()