Lines Matching refs:PRINTDEBUG

514         PRINTDEBUG( "library size : 0x%x\n", MYObject->lib_size);  in ELi_LoadLibrary()
556 PRINTDEBUG( "ERROR : Elf type \"ET_NONE\"\n"); in ELi_LoadObject()
562 PRINTDEBUG( "Elf type \"ET_REL\"\n"); in ELi_LoadObject()
571 PRINTDEBUG( "Elf type \"ET_EXEC\"\n"); in ELi_LoadObject()
576 PRINTDEBUG( "Elf type \"ET_DYN\"\n"); in ELi_LoadObject()
585 PRINTDEBUG( "ERROR : Elf type \"ET_CORE\"\n"); in ELi_LoadObject()
591 PRINTDEBUG( "ERROR : Invalid Elf type 0x%x\n", in ELi_LoadObject()
623 PRINTDEBUG( "WARNING : skip segment (type = 0x%x)\n", in elLoadSegments()
677 PRINTDEBUG( "\nLoad to RAM:\n"); in elLoadSections()
685 PRINTDEBUG( "skip debug-section %02x\n", i); in elLoadSections()
730 PRINTDEBUG( "section %02x relocated at %08x\n", in elLoadSections()
741 PRINTDEBUG( "\nRelocate Symbols:\n"); in elLoadSections()
761 PRINTDEBUG( "num of REL = %x\n", num_of_entry); in elLoadSections()
762 PRINTDEBUG( "Section Header Info.\n"); in elLoadSections()
763 PRINTDEBUG( "link : %x\n", CurrentShdrEx->Shdr.sh_link); in elLoadSections()
764 PRINTDEBUG( "info : %x\n", CurrentShdrEx->Shdr.sh_info); in elLoadSections()
765 PRINTDEBUG( " Offset Info Type Sym.Value Sym.Name\n"); in elLoadSections()
774 PRINTDEBUG( "%08x ", elElfDesc->Rel.r_offset); in elLoadSections()
775 PRINTDEBUG( "%08x ", elElfDesc->Rel.r_info); in elLoadSections()
776 PRINTDEBUG( " "); in elLoadSections()
777 PRINTDEBUG( "%08x ", elElfDesc->Sym.st_value); in elLoadSections()
778 PRINTDEBUG( sym_str); in elLoadSections()
779 PRINTDEBUG( "\n"); in elLoadSections()
797 PRINTDEBUG( "num of RELA = %x\n", num_of_entry); in elLoadSections()
798 PRINTDEBUG( "Section Header Info.\n"); in elLoadSections()
799 PRINTDEBUG( "link : %x\n", CurrentShdrEx->Shdr.sh_link); in elLoadSections()
800 PRINTDEBUG( "info : %x\n", CurrentShdrEx->Shdr.sh_info); in elLoadSections()
801 PRINTDEBUG( " Offset Info Type Sym.Value Sym.Name\n"); in elLoadSections()
810 PRINTDEBUG( "%08x ", elElfDesc->Rela.r_offset); in elLoadSections()
811 PRINTDEBUG( "%08x ", elElfDesc->Rela.r_info); in elLoadSections()
812 PRINTDEBUG( " "); in elLoadSections()
813 PRINTDEBUG( "%08x ", elElfDesc->Sym.st_value); in elLoadSections()
814 PRINTDEBUG( sym_str); in elLoadSections()
815 PRINTDEBUG( "\n"); in elLoadSections()
875 PRINTDEBUG( "\nResolve all symbols:\n"); in ELi_ResolveAllLibrary()
882 PRINTDEBUG( "\n symbol found %s : %8x\n", UnrEnt->sym_str, UnrEnt->S_); in ELi_ResolveAllLibrary()
887PRINTDEBUG( "%s ... ObjEnt:0x%x, ExpObjEnt:0x%x\n", UnrEnt->sym_str, ObjEnt, ExpObjEnt); in ELi_ResolveAllLibrary()
895 PRINTDEBUG( "\n ERROR! cannot find symbol : %s\n\n", UnrEnt->sym_str); in ELi_ResolveAllLibrary()
978 PRINTDEBUG( "Compare ObjEnt:0x%x, ExpObjEnt:0x%x\n", ResEnt->Dlld, MYObject); in ELi_Unlink()
980 PRINTDEBUG( "Unlink from ObjEnt:0x%x, ExpObjEnt:0x%x\n", ObjEnt, MYObject); in ELi_Unlink()
1230 PRINTDEBUG( "please link file which is generated by \"makelst\".\n"); in EL_AddStaticSym()