Searched refs:PRINTDEBUG (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | elf.c | 214 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 …]
|
| D | elf_loader.c | 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() [all …]
|
| D | loader_subset.c | 163 PRINTDEBUG( "Veneer Hit!\n"); in ELi_CopyVeneerToBuffer() 222 PRINTDEBUG( "Veneer Hit!\n"); in ELi_CopyV4tVeneerToBuffer() 484 PRINTDEBUG( "SymShdr->link:%02x, SymShdr->info:%02x\n", SymShdr->sh_link, SymShdr->sh_info); in ELi_RelocateSym() 530 PRINTDEBUG( "\n symbol found %s : %8x\n", sym_str, sym_loaded_adr); in ELi_RelocateSym() 541 PRINTDEBUG( "\n WARNING! cannot find symbol : %s\n", sym_str); in ELi_RelocateSym() 682 PRINTDEBUG( "%s skip.\n", __FUNCTION__); in ELi_BuildSymList() 688 PRINTDEBUG( "%s build\n", __FUNCTION__); in ELi_BuildSymList() 724 PRINTDEBUG( "sym_no: %02x ... st_shndx: %04x\n", i, CurrentSymEx->Sym.st_shndx); in ELi_BuildSymList() 968 PRINTDEBUG( "ERROR! : unsupported relocation type (0x%x)!\n", (UnresolvedInfo->r_type)); 969 PRINTDEBUG( "S = 0x%x\n", _S_); [all …]
|
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | el_config.h | 40 #define PRINTDEBUG OS_TPrintf macro 42 #define PRINTDEBUG( ...) ((void)0) macro
|