Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c103 static const char *pfxs[] = { ".data", ".rodata", ".bss", ".kconfig" }; in get_datasec_ident() local
106 for (i = 0, n = ARRAY_SIZE(pfxs); i < n; i++) { in get_datasec_ident()
107 const char *pfx = pfxs[i]; in get_datasec_ident()