Home | History | Annotate | Download | only in linker

Lines Matching refs:DEBUG

171     /* Copy the necessary fields into the debug structure.
476 DEBUG("%5d %s: looking up %s in %s\n",
491 DEBUG("%5d %s: looking up %s in executable %s\n",
1275 DEBUG("%5d Processing '%s' relocation at index %d\n", pid,
1478 DEBUG("%5d Processing '%s' relocation at index %d\n", pid,
1719 DEBUG("%5d si->base = 0x%08x si->flags = 0x%08x\n", pid,
1789 DEBUG("%5d dynamic = %p\n", pid, si->dynamic);
1793 DEBUG("%5d d = %p, d[0] = 0x%08x d[1] = 0x%08x\n", pid, d, d[0], d[1]);
1860 DEBUG("%5d %s constructors (init func) found at %p\n",
1865 DEBUG("%5d %s destructors (fini func) found at %p\n",
1870 DEBUG("%5d %s constructors (init_array) found at %p\n",
1878 DEBUG("%5d %s destructors (fini_array) found at %p\n",
1886 DEBUG("%5d %s constructors (preinit_array) found at %p\n",
1898 DEBUG("%5d Text segment should be writable during relocation.\n",
1904 DEBUG("%5d si->base = 0x%08x, si->strtab = %p, si->symtab = %p\n",
1931 DEBUG("%5d %s needs %s\n", pid, si->name, si->strtab + d[1]);
1952 DEBUG("[ %5d relocating %s plt ]\n", pid, si->name );
1957 DEBUG("[ %5d relocating %s ]\n", pid, si->name );
1964 DEBUG("[ %5d relocating %s plt ]\n", pid, si->name );
1969 DEBUG("[ %5d relocating %s ]\n", pid, si->name );
1976 DEBUG("[ %5d finished linking %s ]\n", pid, si->name);
2127 env = linker_env_get("DEBUG"); /* XXX: TODO: Change to LD_DEBUG */
2140 DEBUG("%5d elfdata @ 0x%08x\n", pid, (unsigned)elfdata);
2159 /* gdb expects the linker to be in the debug shared object list,