Home
last modified time | relevance | path

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 Dbcc_elf.h76 int bcc_elf_get_text_scn_info(const char *path, uint64_t *addr,
H A Dbcc_syms.cc211 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 Dbcc_elf.c932 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 Dbcc_elf.h76 int bcc_elf_get_text_scn_info(const char *path, uint64_t *addr,