Lines Matching refs:ALOGD
365 ALOGD("Loaded code section %d (%s)\n", i, name.c_str()); in readCodeSections()
386 ALOGD("Loaded relo section %d (%s)\n", i, name.c_str()); in readCodeSections()
392 ALOGD("Adding section %d to cs list\n", i); in readCodeSections()
435 ALOGD("bpf_create_map reusing map %s, ret: %d\n", mapNames[i].c_str(), fd.get()); in createMaps()
440 ALOGD("bpf_create_map name %s, ret: %d\n", mapNames[i].c_str(), fd.get()); in createMaps()
490 ALOGD( in applyRelo()
548 ALOGD("cs[%d].name:%s min_kver:%x .max_kver:%x (kvers:%x)\n", i, name.c_str(), min_kver, in loadCodeSections()
568 ALOGD("New bpf prog load reusing prog %s, ret: %d (%s)\n", progPinLoc.c_str(), fd, in loadCodeSections()
577 ALOGD("bpf_prog_load lib call for %s (%s) returned fd: %d (%s)\n", elfPath, in loadCodeSections()
637 ALOGD("Loading %s%s ELF object %s with license %s\n", in loadProg()
658 ALOGD("map_fd found at %d is %d in %s\n", i, mapFds[i].get(), elfPath); in loadProg()