• Home
  • Raw
  • Download

Lines Matching refs:INFO

75     INFO("\n\nCALCULATING MODIFICATIONS\n\n");  in clone_elf()
80 INFO("Copying ELF program header...\n"); in clone_elf()
83 INFO("\tRetrieving entry %d\n", cnt); in clone_elf()
98 INFO("Original ELF file has %zd sections.\n", shnum); in clone_elf()
107 INFO("Allocating section-header info structure (%zd) bytes...\n", in clone_elf()
115 INFO("Initializing section-header info structure...\n"); in clone_elf()
129 INFO("\tname: %s\n", shdr_info[cnt].name); in clone_elf()
154 INFO("\t\toriginal sh_link: %08d\n", shdr_info[cnt].old_shdr.sh_link); in clone_elf()
155 INFO("\t\toriginal sh_addr: %lld\n", shdr_info[cnt].old_shdr.sh_addr); in clone_elf()
156 INFO("\t\toriginal sh_offset: %lld\n", in clone_elf()
158 INFO("\t\toriginal sh_size: %lld\n", shdr_info[cnt].old_shdr.sh_size); in clone_elf()
161 INFO("\t\tthis is the SHT_DYNAMIC section [%s] at index %d\n", in clone_elf()
167 INFO("\t\tthis is the SHT_DYNSYM section [%s] at index %d\n", in clone_elf()
196 INFO("Finding debug sections to strip.\n"); in clone_elf()
224 INFO("Section [%s] will be stripped from image.\n", in clone_elf()
231 INFO("Section [%s] (static symbol table) will be stripped from image.\n", in clone_elf()
238 INFO("Section [%s] (static symbol-string table) will be stripped from image.\n", in clone_elf()
264 INFO("\nHandling exceptions, pass %d\n\n", exceptions_pass++); in clone_elf()
281 INFO("Processing section [%s]...\n", shdr_info[cnt].name); in clone_elf()
293 INFO("\tSection [%s] is a symbol table that's not being" in clone_elf()
416 INFO("Not stripping sections.\n"); in clone_elf()
431 INFO("Creating new sections...\n"); in clone_elf()
445 INFO("\tsection [%s] (old offset %lld, old size %lld) will have index %d " in clone_elf()
453 INFO("\tIgnoring section [%s] (offset %lld, size %lld, index %zd), " in clone_elf()
475 INFO("\n\nADJUSTING ELF FILE\n\n"); in clone_elf()