Searched refs:elf_type (Results 1 – 1 of 1) sorted by relevance
252 int elf_type = bcc_elf_get_type(name_.c_str()); in Module() local254 if (elf_type >= 0) { in Module()255 if (elf_type == ET_EXEC) in Module()257 else if (elf_type == ET_DYN) in Module()