Lines Matching refs:DL_ERR_AND_LOG
302 DL_ERR_AND_LOG("\"%s\" has unsupported e_shentsize: 0x%x (expected 0x%zx)", in VerifyElfHeader()
315 DL_ERR_AND_LOG("\"%s\" has invalid e_shstrndx", name_.c_str()); in VerifyElfHeader()
358 DL_ERR_AND_LOG("\"%s\" has invalid phdr offset/size: %zu/%zu", in ReadProgramHeaders()
378 DL_ERR_AND_LOG("\"%s\" has no section headers", name_.c_str()); in ReadSectionHeaders()
384 DL_ERR_AND_LOG("\"%s\" has invalid shdr offset/size: %zu/%zu", in ReadSectionHeaders()
411 DL_ERR_AND_LOG("\"%s\" .dynamic section header was not found", name_.c_str()); in ReadDynamicSection()
428 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid offset: 0x%zx, " in ReadDynamicSection()
447 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid size: 0x%zx, " in ReadDynamicSection()
465 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid sh_link: %d", in ReadDynamicSection()
474 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid link(%d) sh_type: %d (expected SHT_STRTAB)", in ReadDynamicSection()
480 DL_ERR_AND_LOG("\"%s\" has invalid offset/size of .dynamic section", name_.c_str()); in ReadDynamicSection()
492 …DL_ERR_AND_LOG("\"%s\" has invalid offset/size of the .strtab section linked from .dynamic section… in ReadDynamicSection()
879 DL_ERR_AND_LOG("\"%s\": W+E load segments are not allowed", name_.c_str()); in LoadSegments()