Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/el/common/src/
Delf.c214 PRINTDEBUG( "\nELF Header:\n"); in ELF_LoadELFHeader()
216 PRINTDEBUG("e_machine = %d\n",ehdr->e_machine); in ELF_LoadELFHeader()
219 PRINTDEBUG("e_version = %d\n",ehdr->e_version); in ELF_LoadELFHeader()
222 PRINTDEBUG("e_entry(entry point) = 0x%08x\n",ehdr->e_entry); in ELF_LoadELFHeader()
225 PRINTDEBUG("e_phoff(program header offset) = 0x%08x\n",ehdr->e_phoff); in ELF_LoadELFHeader()
228 PRINTDEBUG("e_shoff(section header offset) = 0x%08x\n",ehdr->e_shoff); in ELF_LoadELFHeader()
231 PRINTDEBUG("e_flags = 0x%08x\n",ehdr->e_flags); in ELF_LoadELFHeader()
233 PRINTDEBUG("has entry\n"); in ELF_LoadELFHeader()
236 PRINTDEBUG("symbols are sorted\n"); in ELF_LoadELFHeader()
239 PRINTDEBUG("dynamic symbols use segmnet index\n"); in ELF_LoadELFHeader()
[all …]
Delf_loader.c508 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()
[all …]
Dloader_subset.c179 PRINTDEBUG( "Veneer Hit!\n"); in ELi_CopyVeneerToBuffer()
243 PRINTDEBUG( "Veneer Hit!\n"); in ELi_CopyV4tVeneerToBuffer()
520 PRINTDEBUG( "SymShdr->link:%02x, SymShdr->info:%02x\n", SymShdr->sh_link, SymShdr->sh_info); in ELi_RelocateSym()
566 PRINTDEBUG( "\n symbol found %s : %8x\n", sym_str, sym_loaded_adr); in ELi_RelocateSym()
577 PRINTDEBUG( "\n WARNING! cannot find symbol : %s\n", sym_str); in ELi_RelocateSym()
718 PRINTDEBUG( "%s skip.\n", __FUNCTION__); in ELi_BuildSymList()
724 PRINTDEBUG( "%s build\n", __FUNCTION__); in ELi_BuildSymList()
760 PRINTDEBUG( "sym_no: %02x ... st_shndx: %04x\n", i, CurrentSymEx->Sym.st_shndx); in ELi_BuildSymList()
1004 PRINTDEBUG( "ERROR! : unsupported relocation type (0x%x)!\n", (UnresolvedInfo->r_type));
1005 PRINTDEBUG( "S = 0x%x\n", _S_);
[all …]
/TwlSDK-5.2.1/build/libraries/el/common/include/
Del_config.h40 #define PRINTDEBUG OS_TPrintf macro
42 #define PRINTDEBUG( ...) ((void)0) macro