Searched refs:DL_ERR_AND_LOG (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | linker_note_gnu_property.cpp | 69 DL_ERR_AND_LOG( in ElfW() 82 DL_ERR_AND_LOG( in ElfW() 101 DL_ERR_AND_LOG("\"%s\" .note.gnu.property: unexpected note type. Expected %u, got %u.", name, in SanityCheck() 107 DL_ERR_AND_LOG("\"%s\" .note.gnu.property: unexpected name size. Expected 4, got %u.", name, in SanityCheck() 113 DL_ERR_AND_LOG("\"%s\" .note.gnu.property: unexpected name. Expected 'GNU', got '%s'.", name, in SanityCheck() 130 DL_ERR_AND_LOG( in Parse() 142 DL_ERR_AND_LOG( in Parse() 154 DL_ERR_AND_LOG( in Parse()
|
D | linker_phdr.cpp | 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() [all …]
|
D | linker_globals.h | 54 #define DL_ERR_AND_LOG(fmt, x...) \ macro
|