Home
last modified time | relevance | path

Searched refs:DL_ERR_AND_LOG (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_phdr.cpp268 DL_ERR_AND_LOG("\"%s\" has unsupported e_shentsize: 0x%x (expected 0x%zx)", in VerifyElfHeader()
282 DL_ERR_AND_LOG("\"%s\" has invalid e_shstrndx", name_.c_str()); in VerifyElfHeader()
326 DL_ERR_AND_LOG("\"%s\" has invalid phdr offset/size: %zu/%zu", in ReadProgramHeaders()
346 DL_ERR_AND_LOG("\"%s\" has no section headers", name_.c_str()); in ReadSectionHeaders()
352 DL_ERR_AND_LOG("\"%s\" has invalid shdr offset/size: %zu/%zu", in ReadSectionHeaders()
379 DL_ERR_AND_LOG("\"%s\" .dynamic section header was not found", name_.c_str()); in ReadDynamicSection()
396 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid offset: 0x%zx, " in ReadDynamicSection()
415 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid size: 0x%zx, " in ReadDynamicSection()
433 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid sh_link: %d", in ReadDynamicSection()
442 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid link(%d) sh_type: %d (expected SHT_STRTAB)", in ReadDynamicSection()
[all …]
Dlinker_globals.h54 #define DL_ERR_AND_LOG(fmt, x...) \ macro
Dlinker.cpp3899 DL_ERR_AND_LOG("\"%s\" has text relocations (https://android.googlesource.com/platform/" in link_image()