Home
last modified time | relevance | path

Searched refs:bcc_elf_file_open (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_elf.c139 static int bcc_elf_file_open(const char *path, struct bcc_elf_file *out) { in bcc_elf_file_open() function
336 if (bcc_elf_file_open(path, &elf_file) < 0) in bcc_elf_foreach_usdt()
649 return bcc_elf_file_open(path, out); in try_open_debuglink_candidate()
713 return bcc_elf_file_open(fullpath, out); in find_debug_via_buildid()
745 if (bcc_elf_file_open(fullpath, &symfs_elf_file) < 0) { in find_debug_via_symfs()
901 if (bcc_elf_file_open(path, &elf_file) < 0) in foreach_sym_core()
942 if ((err = bcc_elf_file_open(path, &elf_file)) < 0 || in bcc_elf_get_text_scn_info()
973 if (bcc_elf_file_open(path, &elf_file) < 0) in bcc_elf_foreach_load_section()
1004 if (bcc_elf_file_open(path, &elf_file) < 0) in bcc_elf_get_type()
1103 if ((err = bcc_elf_file_open(path, &elf_file)) < 0) in bcc_free_memory_with_file()
[all …]