Home
last modified time | relevance | path

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

/external/bcc/src/cc/includes/
Dbcc_elf.h43 typedef int (*bcc_elf_load_sectioncb)(uint64_t, uint64_t, uint64_t, void *); typedef
52 bcc_elf_load_sectioncb callback,
/external/bcc/src/cc/
Dbcc_elf.h43 typedef int (*bcc_elf_load_sectioncb)(uint64_t, uint64_t, uint64_t, void *); typedef
52 bcc_elf_load_sectioncb callback,
Dbcc_elf.c541 bcc_elf_load_sectioncb callback, in bcc_elf_foreach_load_section()