Lines Matching refs:ALOGD
217 ALOGD("Couldn't find section %s (defaulting to %u [0x%x]).\n", name, defVal, defVal); in readSectionUint()
423 ALOGD("Loaded code section %d (%s)\n", i, name.c_str()); in readCodeSections()
444 ALOGD("Loaded relo section %d (%s)\n", i, name.c_str()); in readCodeSections()
450 ALOGD("Adding section %d to cs list\n", i); in readCodeSections()
547 ALOGD("bpf_create_map reusing map %s, ret: %d\n", mapNames[i].c_str(), fd.get()); in createMaps()
574 ALOGD("bpf_create_map name %s, ret: %d\n", mapNames[i].c_str(), fd.get()); in createMaps()
623 ALOGD( in applyRelo()
684 ALOGD("cs[%d].name:%s min_kver:%x .max_kver:%x (kvers:%x)\n", i, name.c_str(), min_kver, in loadCodeSections()
693 ALOGD("cs[%d].name:%s requires bpfloader version [0x%05x,0x%05x)\n", i, name.c_str(), in loadCodeSections()
714 ALOGD("New bpf prog load reusing prog %s, ret: %d (%s)\n", progPinLoc.c_str(), fd, in loadCodeSections()
723 ALOGD("bpf_prog_load lib call for %s (%s) returned fd: %d (%s)\n", elfPath, in loadCodeSections()
783 ALOGD("Loading %s%s ELF object %s with license %s\n", in loadProg()
843 ALOGD("map_fd found at %d is %d in %s\n", i, mapFds[i].get(), elfPath); in loadProg()