Home
last modified time | relevance | path

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

/external/bcc/src/cc/includes/
Dbcc_elf.h51 int bcc_elf_foreach_load_section(const char *path,
/external/bcc/src/cc/
Dbcc_elf.h51 int bcc_elf_foreach_load_section(const char *path,
Dbcc_syms.cc133 bcc_elf_foreach_load_section(exe.c_str(), &_add_load_sections, &module); in load_exe()
540 if (bcc_elf_foreach_load_section(sym->module, &_find_load, &addr) < 0) in bcc_resolve_symname()
Dbcc_elf.c540 int bcc_elf_foreach_load_section(const char *path, in bcc_elf_foreach_load_section() function