Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dlinker.c700 static bool is_pow_of_2(size_t x) in is_pow_of_2() function
727 if (sec->shdr->sh_addralign && !is_pow_of_2(sec->shdr->sh_addralign)) in linker_sanity_check_elf()