| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | defparse.y | 39 %type <number> attr attr_list opt_number 55 | CODE attr_list { def_code ($2);} 56 | DATA attr_list { def_data ($2);} 95 ID attr_list { def_section ($1,$2);} 98 attr_list: 99 attr_list opt_comma attr
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | defparse.y | 39 %type <number> attr attr_list opt_number 55 | CODE attr_list { def_code ($2);} 56 | DATA attr_list { def_data ($2);} 95 ID attr_list { def_section ($1,$2);} 98 attr_list: 99 attr_list opt_comma attr
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/ |
| H A D | HashBase.pm | 64 my $attr_list = $Test2::Util::HashBase::ATTR_LIST{$into} ||= []; 78 push @$attr_list => $x; 98 sub attr_list { subroutine 108 Carp::carp("$_ uses an inlined version of Test2::Util::HashBase too old to support attr_list()"); 138 my @attributes = attr_list($class); 429 =item @list = Test2::Util::HashBase::attr_list($class) 431 =item @list = $class->Test2::Util::HashBase::attr_list()
|
| /openbsd-src/usr.sbin/ldapd/ |
| H A D | schema.h | 86 SLIST_HEAD(attr_list, attr_ptr); 109 struct attr_list *must; 110 struct attr_list *may;
|
| H A D | schema.c | 61 static struct attr_list *push_attr(struct attr_list *alist, struct attr_type *a); 202 static struct attr_list * 203 push_attr(struct attr_list *alist, struct attr_type *a) in push_attr() 573 static struct attr_list * 576 struct attr_list *alist = NULL; in schema_parse_attrlist() 1141 schema_dump_attrlist(const char *desc, struct attr_list *alist, in schema_dump_attrlist()
|
| H A D | validate.c | 192 has_attribute(struct attr_type *at, struct attr_list *alist) in has_attribute()
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | deffilep.y | 115 %type <number> attr attr_list opt_number exp_opt_list exp_opt 130 | CODE attr_list { def_section ("CODE", $2);} 131 | DATAU attr_list { def_section ("DATA", $2);} 191 ID attr_list { def_section ($1, $2);} 195 attr_list: 196 attr_list opt_comma attr { $$ = $1 | $3; }
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | deffilep.y | 114 %type <number> attr attr_list opt_number exp_opt_list exp_opt 129 | CODE attr_list { def_section ("CODE", $2);} 130 | DATAU attr_list { def_section ("DATA", $2);} 190 ID attr_list { def_section ($1, $2);} 194 attr_list: 195 attr_list opt_comma attr { $$ = $1 | $3; }
|
| /openbsd-src/gnu/usr.bin/perl/cpan/AutoLoader/lib/ |
| H A D | AutoSplit.pm | 222 my $attr_list = 407 if (/^sub\s+([\w:]+)(\s*(?:\(.*?\))?(?:$attr_list)?)/) {
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/ |
| H A D | amdgpu_pm.c | 2144 uint32_t mask, struct list_head *attr_list) in amdgpu_device_attr_create() argument 2186 list_add_tail(&attr_entry->entry, attr_list); in amdgpu_device_attr_create() 2199 struct list_head *attr_list); 2205 struct list_head *attr_list) in amdgpu_device_attr_create_groups() argument 2211 ret = amdgpu_device_attr_create(adev, &attrs[i], mask, attr_list); in amdgpu_device_attr_create_groups() 2219 amdgpu_device_attr_remove_groups(adev, attr_list); in amdgpu_device_attr_create_groups() 2225 struct list_head *attr_list) in amdgpu_device_attr_remove_groups() argument 2229 if (list_empty(attr_list)) in amdgpu_device_attr_remove_groups() 2232 list_for_each_entry_safe(entry, entry_tmp, attr_list, entry) { in amdgpu_device_attr_remove_groups()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/ |
| H A D | HashBase.t | 172 [Test2::Util::HashBase::attr_list('main::HBase::Wrapped::Inherit')],
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 9569 tree attr_list = TYPE_ATTRIBUTES (TREE_TYPE (fndecl)); local 9571 if (!lookup_attribute ("longcall", attr_list) 9572 || lookup_attribute ("shortcall", attr_list))
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 13526 tree attr_list = TYPE_ATTRIBUTES (TREE_TYPE (decl)); in rs6000_function_ok_for_sibcall() local 13528 if (!lookup_attribute ("longcall", attr_list) in rs6000_function_ok_for_sibcall() 13529 || lookup_attribute ("shortcall", attr_list)) in rs6000_function_ok_for_sibcall()
|