Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dtrace_helpers.c286 static int get_elf_text_scn_info(const char *path, uint64_t *addr, in get_elf_text_scn_info() function
360 if (get_elf_text_scn_info(name, &dso->sh_addr, &dso->sh_offset) < 0) in syms__add_dso()