OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_filename
(Results
1 - 4
of
4
) sorted by null
/system/extras/simpleperf/
utils.h
88
ArchiveHelper(int fd, const std::string&
debug_filename
);
utils.cpp
75
ArchiveHelper::ArchiveHelper(int fd, const std::string&
debug_filename
) : valid_(false) {
80
LOG(ERROR) << "Failed to open archive " <<
debug_filename
<< ": " << ErrorCodeString(rc);
read_elf.cpp
269
const std::string&
debug_filename
) {
278
LOG(DEBUG) << "build id for " <<
debug_filename
<< " mismatch: "
/toolchain/binutils/binutils-2.25/bfd/
dwarf2.c
670
char *
debug_filename
= bfd_follow_gnu_debugaltlink (unit->abfd, DEBUGDIR);
local
672
if (
debug_filename
== NULL)
675
if ((debug_bfd = bfd_openr (
debug_filename
, NULL)) == NULL
682
free (
debug_filename
);
716
char *
debug_filename
= bfd_follow_gnu_debugaltlink (unit->abfd, DEBUGDIR);
local
718
if (
debug_filename
== NULL)
721
if ((debug_bfd = bfd_openr (
debug_filename
, NULL)) == NULL
728
free (
debug_filename
);
3502
char *
debug_filename
= bfd_follow_gnu_debuglink (abfd, DEBUGDIR);
local
[
all
...]
Completed in 106 milliseconds