Lines Matching full:info
168 static void insert_soinfo_into_debug_map(soinfo * info)
174 map = &(info->linkmap);
175 map->l_addr = info->base;
176 map->l_name = (char*) info->name;
177 map->l_ld = (uintptr_t)info->dynamic;
196 static void remove_soinfo_from_debug_map(soinfo * info)
198 struct link_map * map = &(info->linkmap);
207 void notify_gdb_of_load(soinfo * info)
209 if (info->flags & FLAG_EXE) {
219 insert_soinfo_into_debug_map(info);
227 void notify_gdb_of_unload(soinfo * info)
229 if (info->flags & FLAG_EXE) {
239 remove_soinfo_from_debug_map(info);
374 dl_iterate_phdr(int (*cb)(struct dl_phdr_info *info, size_t size, void *data),
658 prelink_info_t info;
666 if (read(fd, &info, sizeof(info)) != sizeof(info)) {
671 if (strncmp(info.tag, "PRE ", 4)) {
676 return (unsigned long)info.mmap_addr;
1054 WARN("%5d - Could not read section header info from '%s'. Will not "
1139 /* this might not be right. Technically, we don't even need this info
1713 INFO("[ %5d linking %s ]\n", pid, si->name);
1719 * linkage info if this is the executable. If this was a
2078 INFO("[ android linker & debugger ]\n");