Searched defs:buildid (Results 1 – 6 of 6) sorted by relevance
| /external/bcc/src/cc/ |
| D | bcc_elf.c | 382 static int find_buildid(Elf *e, char *buildid) { in find_buildid() 557 char buildid[128]; // currently 40 seems to be default, let's be safe in find_debug_via_buildid() local 577 char buildid[128]; in find_debug_via_symfs() local 629 char buildid[128]; in find_debug_via_debuginfod() local 1039 int bcc_elf_get_buildid(const char *path, char *buildid) in bcc_elf_get_buildid()
|
| D | bcc_syms.cc | 468 char buildid[BPF_BUILD_ID_SIZE*2+1]; in add_module() local
|
| /external/elfutils/debuginfod/ |
| D | debuginfod.cxx | 2108 const string& buildid /* unsafe */, in handle_buildid() 2625 string buildid = url_copy.substr(slash1+1, slash2-slash1-1); in handler_cb() local 2742 string buildid; in dwarf_extract_source_paths() local 2893 elf_classify (int fd, bool &executable_p, bool &debuginfo_p, string &buildid, set<string>& debug_so… in elf_classify() 3059 string buildid; in scan_source_file() local 3295 string buildid; in archive_classify() local
|
| D | debuginfod-client.c | 521 const char* buildid = strstr(url, "buildid/"); in default_progressfn() local
|
| /external/elfutils/tests/ |
| D | Makefile.am | 53 buildid deleted deleted-lib.so aggregate_size peel_type \ program
|
| /external/libabigail/src/ |
| D | abg-dwarf-reader.cc | 577 char *buildid = 0; in find_alt_debug_info_link() local
|