Lines Matching refs:PRINTDEBUG

502         PRINTDEBUG( "library size : 0x%x\n", MYObject->lib_size);  in ELi_LoadLibrary()
544 PRINTDEBUG( "ERROR : Elf type \"ET_NONE\"\n"); in ELi_LoadObject()
550 PRINTDEBUG( "Elf type \"ET_REL\"\n"); in ELi_LoadObject()
559 PRINTDEBUG( "Elf type \"ET_EXEC\"\n"); in ELi_LoadObject()
564 PRINTDEBUG( "Elf type \"ET_DYN\"\n"); in ELi_LoadObject()
573 PRINTDEBUG( "ERROR : Elf type \"ET_CORE\"\n"); in ELi_LoadObject()
579 PRINTDEBUG( "ERROR : Invalid Elf type 0x%x\n", in ELi_LoadObject()
611 PRINTDEBUG( "WARNING : skip segment (type = 0x%x)\n", in elLoadSegments()
665 PRINTDEBUG( "\nLoad to RAM:\n"); in elLoadSections()
673 PRINTDEBUG( "skip debug-section %02x\n", i); in elLoadSections()
718 PRINTDEBUG( "section %02x relocated at %08x\n", in elLoadSections()
729 PRINTDEBUG( "\nRelocate Symbols:\n"); in elLoadSections()
749 PRINTDEBUG( "num of REL = %x\n", num_of_entry); in elLoadSections()
750 PRINTDEBUG( "Section Header Info.\n"); in elLoadSections()
751 PRINTDEBUG( "link : %x\n", CurrentShdrEx->Shdr.sh_link); in elLoadSections()
752 PRINTDEBUG( "info : %x\n", CurrentShdrEx->Shdr.sh_info); in elLoadSections()
753 PRINTDEBUG( " Offset Info Type Sym.Value Sym.Name\n"); in elLoadSections()
762 PRINTDEBUG( "%08x ", elElfDesc->Rel.r_offset); in elLoadSections()
763 PRINTDEBUG( "%08x ", elElfDesc->Rel.r_info); in elLoadSections()
764 PRINTDEBUG( " "); in elLoadSections()
765 PRINTDEBUG( "%08x ", elElfDesc->Sym.st_value); in elLoadSections()
766 PRINTDEBUG( sym_str); in elLoadSections()
767 PRINTDEBUG( "\n"); in elLoadSections()
785 PRINTDEBUG( "num of RELA = %x\n", num_of_entry); in elLoadSections()
786 PRINTDEBUG( "Section Header Info.\n"); in elLoadSections()
787 PRINTDEBUG( "link : %x\n", CurrentShdrEx->Shdr.sh_link); in elLoadSections()
788 PRINTDEBUG( "info : %x\n", CurrentShdrEx->Shdr.sh_info); in elLoadSections()
789 PRINTDEBUG( " Offset Info Type Sym.Value Sym.Name\n"); in elLoadSections()
798 PRINTDEBUG( "%08x ", elElfDesc->Rela.r_offset); in elLoadSections()
799 PRINTDEBUG( "%08x ", elElfDesc->Rela.r_info); in elLoadSections()
800 PRINTDEBUG( " "); in elLoadSections()
801 PRINTDEBUG( "%08x ", elElfDesc->Sym.st_value); in elLoadSections()
802 PRINTDEBUG( sym_str); in elLoadSections()
803 PRINTDEBUG( "\n"); in elLoadSections()
863 PRINTDEBUG( "\nResolve all symbols:\n"); in ELi_ResolveAllLibrary()
870 PRINTDEBUG( "\n symbol found %s : %8x\n", UnrEnt->sym_str, UnrEnt->S_); in ELi_ResolveAllLibrary()
875PRINTDEBUG( "%s ... ObjEnt:0x%x, ExpObjEnt:0x%x\n", UnrEnt->sym_str, ObjEnt, ExpObjEnt); in ELi_ResolveAllLibrary()
883 PRINTDEBUG( "\n ERROR! cannot find symbol : %s\n\n", UnrEnt->sym_str); in ELi_ResolveAllLibrary()
966 PRINTDEBUG( "Compare ObjEnt:0x%x, ExpObjEnt:0x%x\n", ResEnt->Dlld, MYObject); in ELi_Unlink()
968 PRINTDEBUG( "Unlink from ObjEnt:0x%x, ExpObjEnt:0x%x\n", ObjEnt, MYObject); in ELi_Unlink()
1218 PRINTDEBUG( "please link file which is generated by \"makelst\".\n"); in EL_AddStaticSym()