OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debuglink
(Results
1 - 10
of
10
) sorted by null
/external/elfutils/tests/
run-debuglink.sh
23
testrun_compare ${abs_builddir}/
debuglink
testfile36 testfile52-32.so testfile42 <<\EOF
Makefile.am
52
backtrace-data backtrace-dwarf
debuglink
debugaltlink \
96
run-
debuglink
.sh run-debugaltlink.sh run-buildid.sh \
195
run-
debuglink
.sh run-debugaltlink.sh run-buildid.sh \
/build/soong/scripts/
strip.sh
13
# --add-gnu-
debuglink
23
--add-gnu-
debuglink
Add a gnu-
debuglink
section to out-file
55
"${CROSS_COMPILE}objcopy" --add-gnu-
debuglink
="${infile}" "${outfile}.tmp"
67
add-gnu-
debuglink
) add_gnu_debuglink=true ;;
96
echo "--add-gnu-
debuglink
cannot be used with --keep-mini-debug-info"
/external/elfutils/libdwfl/
find-debuginfo.c
37
/* Try to open [DIR/][SUBDIR/]
DEBUGLINK
, return file descriptor or -1.
41
const char *dir, const char *subdir, const char *
debuglink
,
47
fname = strdup (
debuglink
);
51
else if ((subdir == NULL ? asprintf (&fname, "%s/%s", dir,
debuglink
)
52
: dir == NULL ? asprintf (&fname, "%s/%s", subdir,
debuglink
)
53
: asprintf (&fname, "%s/%s/%s", dir, subdir,
debuglink
)) < 0)
dwfl_build_id_find_debuginfo.c
39
const char *
debuglink
__attribute__ ((unused)),
/build/soong/cc/
strip.go
40
// TODO(ccross): don't add gnu
debuglink
for user builds
builder.go
739
args += " --add-gnu-
debuglink
"
/external/google-breakpad/src/common/linux/
dump_symbols.cc
427
string ReadDebugLink(const char*
debuglink
,
432
size_t debuglink_len = strlen(
debuglink
) + 5; // Include '\0' + CRC32.
453
debuglink_path = debug_dir + "/" +
debuglink
;
468
// The CRC is the last 4 bytes in |
debuglink
|.
473
byte_reader.ReadFourBytes(&
debuglink
[debuglink_size - 4]);
504
fprintf(stderr, " %s/%s\n", debug_dir.c_str(),
debuglink
);
[
all
...]
/external/elfutils/src/
unstrip.c
671
size_t
debuglink
)
679
if (n == oshstrndx || (n ==
debuglink
&& n == oshstrndx - 1))
1457
size_t
debuglink
= SHN_UNDEF;
local
[
all
...]
/build/make/core/
definitions.mk
[
all
...]
Completed in 195 milliseconds