Searched refs:bcc_elf_get_text_scn_info (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/bcc/src/cc/ |
H A D | bcc_elf.h | 76 int bcc_elf_get_text_scn_info(const char *path, uint64_t *addr,
|
H A D | bcc_syms.cc | 211 if (bcc_elf_get_text_scn_info(modpath->path(), &module.elf_so_addr_, in _add_module() 724 if (bcc_elf_get_text_scn_info(module, &elf_so_addr, &elf_so_offset) < 0) in bcc_resolve_global_addr()
|
H A D | bcc_elf.c | 932 int bcc_elf_get_text_scn_info(const char *path, uint64_t *addr, in bcc_elf_get_text_scn_info() function
|
/aosp_15_r20/external/bcc/src/cc/includes/ |
H A D | bcc_elf.h | 76 int bcc_elf_get_text_scn_info(const char *path, uint64_t *addr,
|