HomeSort by relevance Sort by last modified time
    Searched refs:debuglink (Results 1 - 6 of 6) sorted by null

  /external/elfutils/libdwfl/
dwfl_build_id_find_debuginfo.c 60 const char *debuglink __attribute__ ((unused)),
find-debuginfo.c 56 /* Try to open64 [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1.
59 try_open (const char *dir, const char *subdir, const char *debuglink,
65 fname = strdup (debuglink);
69 else if ((subdir == NULL ? asprintf (&fname, "%s/%s", dir, debuglink)
70 : dir == NULL ? asprintf (&fname, "%s/%s", subdir, debuglink)
71 : asprintf (&fname, "%s/%s/%s", dir, subdir, debuglink)) < 0)
  /build/core/combo/
TARGET_linux-arm.mk 66 $(TARGET_OBJCOPY) --add-gnu-debuglink=$< $@
TARGET_linux-mips.mk 66 $(TARGET_OBJCOPY) --add-gnu-debuglink=$< $@
TARGET_linux-x86.mk 60 $(TARGET_OBJCOPY) --add-gnu-debuglink=$< $@
  /external/elfutils/src/
unstrip.c 631 size_t debuglink)
639 if (n == oshstrndx || (n == debuglink && n == oshstrndx - 1))
1394 size_t debuglink = SHN_UNDEF; local
    [all...]

Completed in 130 milliseconds