Home | History | Annotate | Download | only in soslim

Lines Matching refs:INFO

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