OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debuglink
(Results
1 - 9
of
9
) 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 \
/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)),
/ndk/build/core/
default-build-commands.mk
109
# The command objcopy --add-gnu-
debuglink
= will be needed for Valgrind
110
cmd-add-gnu-
debuglink
= $(PRIVATE_OBJCOPY) --add-gnu-
debuglink
=$(strip $(call host-path,$2)) $(call host-path,$1)
build-binary.mk
704
$(LOCAL_INSTALLED): PRIVATE_OBJCOPY_CMD := $(call cmd-add-gnu-
debuglink
, $(PRIVATE_DST), $(PRIVATE_SRC))
/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/core/
definitions.mk
[
all
...]
Completed in 1246 milliseconds