Searched defs:buildid (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/cc/ |
D | bcc_elf.c | 514 static int find_buildid(Elf *e, char *buildid) { in find_buildid() 699 char buildid[128]; // currently 40 seems to be default, let's be safe in find_debug_via_buildid() local 724 char buildid[128]; in find_debug_via_symfs() local 837 char buildid[128]; in find_debug_via_debuginfod() local 1247 int bcc_elf_get_buildid(const char *path, char *buildid) { in bcc_elf_get_buildid()
|
D | bcc_syms.cc | 540 char buildid[BPF_BUILD_ID_SIZE*2+1]; in add_module() local
|
/external/elfutils/debuginfod/ |
D | debuginfod.cxx | 2301 const string& buildid /* unsafe */, in handle_buildid() 2811 string buildid = url_copy.substr(slash1+1, slash2-slash1-1); in handler_cb() local 2928 string buildid; in dwarf_extract_source_paths() local 3077 elf_classify (int fd, bool &executable_p, bool &debuginfo_p, string &buildid, set<string>& debug_so… in elf_classify() 3300 string buildid; in scan_source_file() local 3527 string buildid; in archive_classify() local
|
D | debuginfod-client.c | 538 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
|