Lines Matching refs:PRINTDEBUG

508         PRINTDEBUG( "library size : 0x%x\n", MYObject->lib_size);  in ELi_LoadLibrary()
550 PRINTDEBUG( "ERROR : Elf type \"ET_NONE\"\n"); in ELi_LoadObject()
556 PRINTDEBUG( "Elf type \"ET_REL\"\n"); in ELi_LoadObject()
565 PRINTDEBUG( "Elf type \"ET_EXEC\"\n"); in ELi_LoadObject()
570 PRINTDEBUG( "Elf type \"ET_DYN\"\n"); in ELi_LoadObject()
579 PRINTDEBUG( "ERROR : Elf type \"ET_CORE\"\n"); in ELi_LoadObject()
585 PRINTDEBUG( "ERROR : Invalid Elf type 0x%x\n", in ELi_LoadObject()
617 PRINTDEBUG( "WARNING : skip segment (type = 0x%x)\n", in elLoadSegments()
671 PRINTDEBUG( "\nLoad to RAM:\n"); in elLoadSections()
679 PRINTDEBUG( "skip debug-section %02x\n", i); in elLoadSections()
724 PRINTDEBUG( "section %02x relocated at %08x\n", in elLoadSections()
735 PRINTDEBUG( "\nRelocate Symbols:\n"); in elLoadSections()
755 PRINTDEBUG( "num of REL = %x\n", num_of_entry); in elLoadSections()
756 PRINTDEBUG( "Section Header Info.\n"); in elLoadSections()
757 PRINTDEBUG( "link : %x\n", CurrentShdrEx->Shdr.sh_link); in elLoadSections()
758 PRINTDEBUG( "info : %x\n", CurrentShdrEx->Shdr.sh_info); in elLoadSections()
759 PRINTDEBUG( " Offset Info Type Sym.Value Sym.Name\n"); in elLoadSections()
768 PRINTDEBUG( "%08x ", elElfDesc->Rel.r_offset); in elLoadSections()
769 PRINTDEBUG( "%08x ", elElfDesc->Rel.r_info); in elLoadSections()
770 PRINTDEBUG( " "); in elLoadSections()
771 PRINTDEBUG( "%08x ", elElfDesc->Sym.st_value); in elLoadSections()
772 PRINTDEBUG( sym_str); in elLoadSections()
773 PRINTDEBUG( "\n"); in elLoadSections()
791 PRINTDEBUG( "num of RELA = %x\n", num_of_entry); in elLoadSections()
792 PRINTDEBUG( "Section Header Info.\n"); in elLoadSections()
793 PRINTDEBUG( "link : %x\n", CurrentShdrEx->Shdr.sh_link); in elLoadSections()
794 PRINTDEBUG( "info : %x\n", CurrentShdrEx->Shdr.sh_info); in elLoadSections()
795 PRINTDEBUG( " Offset Info Type Sym.Value Sym.Name\n"); in elLoadSections()
804 PRINTDEBUG( "%08x ", elElfDesc->Rela.r_offset); in elLoadSections()
805 PRINTDEBUG( "%08x ", elElfDesc->Rela.r_info); in elLoadSections()
806 PRINTDEBUG( " "); in elLoadSections()
807 PRINTDEBUG( "%08x ", elElfDesc->Sym.st_value); in elLoadSections()
808 PRINTDEBUG( sym_str); in elLoadSections()
809 PRINTDEBUG( "\n"); in elLoadSections()
869 PRINTDEBUG( "\nResolve all symbols:\n"); in ELi_ResolveAllLibrary()
876 PRINTDEBUG( "\n symbol found %s : %8x\n", UnrEnt->sym_str, UnrEnt->S_); in ELi_ResolveAllLibrary()
881PRINTDEBUG( "%s ... ObjEnt:0x%x, ExpObjEnt:0x%x\n", UnrEnt->sym_str, ObjEnt, ExpObjEnt); in ELi_ResolveAllLibrary()
889 PRINTDEBUG( "\n ERROR! cannot find symbol : %s\n\n", UnrEnt->sym_str); in ELi_ResolveAllLibrary()
972 PRINTDEBUG( "Compare ObjEnt:0x%x, ExpObjEnt:0x%x\n", ResEnt->Dlld, MYObject); in ELi_Unlink()
974 PRINTDEBUG( "Unlink from ObjEnt:0x%x, ExpObjEnt:0x%x\n", ObjEnt, MYObject); in ELi_Unlink()
1224 PRINTDEBUG( "please link file which is generated by \"makelst\".\n"); in EL_AddStaticSym()