/build/tools/soslim/ |
D | soslim.c | 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() [all …]
|
D | main.c | 83 INFO("Opening %s...\n", infile); in main() 89 INFO("Calling elf_begin(%s)...\n", infile); in main() 102 INFO("Making sure %s is a shared library or an executable.\n", in main() 125 INFO("Opening %s...\n", infile); in main() 131 INFO("Calling elf_begin(%s)...\n", infile); in main() 149 INFO("Making sure %s is a shared library...\n", infile); in main() 168 INFO("Output file is [%s].\n", outfile); in main() 171 INFO("Modifying [%s] in-place.\n", infile); in main() 185 INFO("Building symbol filter.\n"); in main() 188 else INFO("Not building symbol filter, filter file is empty.\n"); in main() [all …]
|
D | cmdline.c | 102 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)")); in get_options() 115 INFO ("option %s", long_options[option_index].name); in get_options() 117 INFO (" with arg %s", optarg); in get_options() 118 INFO ("\n"); in get_options()
|
D | symfilter.c | 34 INFO("Opening symbol-filter file %s...\n", name); in build_symfilter() 41 INFO("Symbol-filter file %s is %zd bytes long...\n", in build_symfilter() 56 INFO("Memory-mapped symbol-filter file at %p\n", filter->mmap); in build_symfilter() 72 INFO("Hash table size 0x%lx, data size 0x%lx.\n", in build_symfilter() 76 INFO("Hash table file offset: 0x%x\n", filter->hash.hdr->sh_offset); in build_symfilter() 87 INFO("Building symbol list...\n"); in build_symfilter() 180 INFO("FILTER-SYMBOL: [%s] [%d bytes]\n", in build_symfilter() 194 INFO("Destroying symbol list...\n"); in destroy_symfilter()
|
D | prelink_info.c | 89 INFO("Host and ELF file [%s] have same endianness.\n", fname); in setup_prelink_info() 94 INFO("Host and ELF file [%s] have different endianness.\n", fname); in setup_prelink_info()
|
D | common.c | 27 INFO("Scanning over %d program segments...\n", in map_over_segments()
|
D | debug.h | 79 #define INFO(x...) do { \ macro
|
/build/tools/apriori/ |
D | main.c | 40 INFO("Setting next link address (current is at 0x%08x):\n", in report_library_size_in_memory() 51 INFO("\tignoring file size, adjusting by address increment.\n"); in report_library_size_in_memory() 55 INFO("\tuser address increment is zero, adjusting by file size.\n"); in report_library_size_in_memory() 59 INFO("\t[%s] file size 0x%08lx\n", in report_library_size_in_memory() 62 INFO("\tnext prelink address: 0x%08x\n", s_next_link_addr); in report_library_size_in_memory() 189 INFO("Reading prelink addresses from prelink-map file [%s].\n", in main() 196 INFO("Start address: 0x%x\n", start_addr); in main() 197 INFO("Increment address: 0x%x\n", inc_addr); in main()
|
D | apriori.c | 64 INFO("\t%02d: data = %p, hdr = { offset = %8lld, size = %lld }, " in print_shdr() 79 INFO("section offset dump for new ELF\n"); in print_shdrs() 83 INFO("\nsection offset dump for original ELF\n"); in print_shdrs() 89 INFO("section offset dump for new ELF\n"); in print_shdrs() 151 INFO("Creating new ELF sections.\n"); in create_elf_sections() 186 INFO("\tsection %02d: [%-30s] created\n", in create_elf_sections() 200 INFO("\tsection [%s] (old offset %lld, old size %lld) " in create_elf_sections() 229 INFO("Allocating section-header info structure (%d) bytes...\n", in setup_shdr_info() 269 INFO("\tname: %s\n", source->shdr_info[cnt].name); in setup_shdr_info() 285 INFO("\t\toriginal sh_link: %08d\n", in setup_shdr_info() [all …]
|
D | cmdline.c | 108 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)")); in get_options() 141 INFO ("option %s", long_options[option_index].name); in get_options() 143 INFO (" with arg %s", optarg); in get_options() 144 INFO ("\n"); in get_options()
|
D | prelink_info.c | 86 INFO("Host and ELF file [%s] have same endianness.\n", fname); in setup_prelink_info() 91 INFO("Host and ELF file [%s] have different endianness.\n", fname); in setup_prelink_info()
|
D | debug.h | 79 #define INFO(x...) do { \ macro
|
D | rangesort.c | 296 INFO("Adding subtracted range [%lld, %lld)\n", in subtract_ranges()
|
/build/tools/lsd/ |
D | cmdline.c | 86 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)")); in get_options() 99 INFO ("option %s", long_options[option_index].name); in get_options() 101 INFO (" with arg %s", optarg); in get_options() 102 INFO ("\n"); in get_options()
|
D | lsd.c | 135 INFO("Opening %s...\n", full_path); in init_source() 141 INFO("Calling elf_begin(%s)...\n", full_path); in init_source() 153 INFO("Making sure %s is a shared library or an executable...\n", in init_source() 174 INFO("Locating %d sections in %s...\n", source->shnum, full_path); in init_source() 180 INFO("\tfound section [%s]...\n", elf_strptr(source->elf, source->shstrndx, shdr->sh_name)); in init_source() 228 INFO("File [%s] does not have a dynamic section!\n", full_path); in init_source() 308 INFO("*** symbol [%s:%s] is imported (UNDEFIEND).\n", in is_symbol_imported() 321 INFO("is_symbol_imported(): [%s] is a library, " in is_symbol_imported() 328 INFO("*** [%s:%s] checking further to see if symbol is imported.\n", in is_symbol_imported() 367 INFO("*** symbol [%s:%s] is imported " in is_symbol_imported() [all …]
|
D | debug.h | 84 #define INFO(x...) do { \ macro
|
/build/tools/isprelinked/ |
D | isprelinked.c | 57 INFO("Processing file [%s]\n", filename); in main()
|
D | debug.h | 79 #define INFO(x...) do { \ macro
|
/build/tools/iself/ |
D | debug.h | 81 #define INFO(x...) do { \ macro
|