Home | History | Annotate | Download | only in ELF

Lines Matching refs:Printf

30     case def: s->Printf("%-*s", width, #def); break;
1543 s->Printf("e_ident[EI_MAG0 ] = 0x%2.2x\n", header.e_ident[EI_MAG0]);
1544 s->Printf("e_ident[EI_MAG1 ] = 0x%2.2x '%c'\n",
1546 s->Printf("e_ident[EI_MAG2 ] = 0x%2.2x '%c'\n",
1548 s->Printf("e_ident[EI_MAG3 ] = 0x%2.2x '%c'\n",
1551 s->Printf("e_ident[EI_CLASS ] = 0x%2.2x\n", header.e_ident[EI_CLASS]);
1552 s->Printf("e_ident[EI_DATA ] = 0x%2.2x ", header.e_ident[EI_DATA]);
1554 s->Printf ("\ne_ident[EI_VERSION] = 0x%2.2x\n", header.e_ident[EI_VERSION]);
1555 s->Printf ("e_ident[EI_PAD ] = 0x%2.2x\n", header.e_ident[EI_PAD]);
1557 s->Printf("e_type = 0x%4.4x ", header.e_type);
1559 s->Printf("\ne_machine = 0x%4.4x\n", header.e_machine);
1560 s->Printf("e_version = 0x%8.8x\n", header.e_version);
1561 s->Printf("e_entry = 0x%8.8" PRIx64 "\n", header.e_entry);
1562 s->Printf("e_phoff = 0x%8.8" PRIx64 "\n", header.e_phoff);
1563 s->Printf("e_shoff = 0x%8.8" PRIx64 "\n", header.e_shoff);
1564 s->Printf("e_flags = 0x%8.8x\n", header.e_flags);
1565 s->Printf("e_ehsize = 0x%4.4x\n", header.e_ehsize);
1566 s->Printf("e_phentsize = 0x%4.4x\n", header.e_phentsize);
1567 s->Printf("e_phnum = 0x%4.4x\n", header.e_phnum);
1568 s->Printf("e_shentsize = 0x%4.4x\n", header.e_shentsize);
1569 s->Printf("e_shnum = 0x%4.4x\n", header.e_shnum);
1570 s->Printf("e_shstrndx = 0x%4.4x\n", header.e_shstrndx);
1621 s->Printf(" %8.8" PRIx64 " %8.8" PRIx64 " %8.8" PRIx64, ph.p_offset, ph.p_vaddr, ph.p_paddr);
1622 s->Printf(" %8.8" PRIx64 " %8.8" PRIx64 " %8.8x (", ph.p_filesz, ph.p_memsz, ph.p_flags);
1625 s->Printf(") %8.8" PRIx64, ph.p_align);
1650 s->Printf("0x%8.8x%*s", p_type, kStrWidth - 10, "");
1691 s->Printf("[%2u] ", idx);
1706 s->Printf("%8.8x ", sh.sh_name);
1708 s->Printf(" %8.8" PRIx64 " (", sh.sh_flags);
1710 s->Printf(") %8.8" PRIx64 " %8.8" PRIx64 " %8.8" PRIx64, sh.sh_addr, sh.sh_offset, sh.sh_size);
1711 s->Printf(" %8.8x %8.8x", sh.sh_link, sh.sh_info);
1712 s->Printf(" %8.8" PRIx64 " %8.8" PRIx64, sh.sh_addralign, sh.sh_entsize);
1744 s->Printf("0x%8.8x%*s", sh_type, kStrWidth - 10, "");
1787 s->Printf("[%2u] ", idx);
1806 s->Printf(" %s\n", spec.GetFilename().GetCString());