Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_note_gnu_property.cpp69 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()
Dlinker_phdr.cpp302 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()
[all …]
Dlinker_globals.h54 #define DL_ERR_AND_LOG(fmt, x...) \ macro
Dlinker.cpp3355 DL_ERR_AND_LOG("\"%s\" has text relocations (%s#Text-Relocations-Enforced-for-API-level-23)", in link_image()