Home
last modified time | relevance | path

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

/scripts/gendwarfksyms/
Ddwarf.c218 #define DEFINE_PROCESS_UDATA_ATTRIBUTE(attribute) \ argument
219 static void process_##attribute##_attr(struct die *cache, \
223 if (get_udata_attr(die, DW_AT_##attribute, &value)) \
224 process_fmt(cache, " " #attribute "(%" PRIu64 ")", \
/scripts/
DMakefile.extrawarn114 KBUILD_CFLAGS += -Wmissing-format-attribute
Dkernel-doc272 my $attribute = qr{__attribute__\s*\(\([a-z0-9,_\*\s\(\)]*\)\)}i;
1132 …my $qualifiers = qr{$attribute|__packed|__aligned|____cacheline_aligned_in_smp|____cacheline_align…
1158 $members =~ s/\s*$attribute/ /gi;
1661 $prm_clean =~ s/$attribute//i;