Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp30 typedef ChainedOriginDepotDesc args_type; typedef
32 bool eq(hash_type hash, const args_type &args) const;
36 static hash_type hash(const args_type &args);
38 static bool is_valid(const args_type &args);
40 void store(u32 id, const args_type &args, hash_type other_hash);
42 args_type load(u32 id) const;
63 bool ChainedOriginDepotNode::eq(hash_type hash, const args_type &args) const { in eq()
81 const args_type &args) { in hash()
106 bool ChainedOriginDepotNode::is_valid(const args_type &args) { return true; } in is_valid()
108 void ChainedOriginDepotNode::store(u32 id, const args_type &args, in store()
[all …]
H A Dsanitizer_stackdepotbase.h36 typedef typename Node::args_type args_type; typedef
44 u32 Put(args_type args, bool *inserted = nullptr);
46 args_type Get(u32 id);
66 u32 find(u32 s, args_type args, hash_type hash) const;
80 u32 s, args_type args, hash_type hash) const { in find()
115 u32 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put()
151 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type
154 return args_type(); in Get()
157 return args_type(); in Get()
H A Dsanitizer_stackdepot.cpp32 typedef StackTrace args_type; typedef
33 bool eq(hash_type hash, const args_type &args) const { in eq()
37 static hash_type hash(const args_type &args) { in hash()
43 static bool is_valid(const args_type &args) { in is_valid()
46 void store(u32 id, const args_type &args, hash_type hash);
47 args_type load(u32 id) const;
191 void StackDepotNode::store(u32 id, const args_type &args, hash_type hash) { in store()
200 StackDepotNode::args_type StackDepotNode::load(u32 id) const { in load()
/openbsd/gnu/usr.bin/binutils/ld/
H A Dld.h157 } args_type; typedef
159 extern args_type command_line;
H A Dldmain.c103 args_type command_line;
H A DChangeLog-9899998 * ld.h: Add new boolean field to args_type structure:
1446 * ld.h (struct args_type): Add version_exports_section.
1519 * ld.h (args_type): Add gc_sections.
H A DChangeLog-9197114 * ld.h (args_type): Add warn_mismatch field.
760 * ld.h (args_type): Rename auxiliary_filter_shlib to
1343 * ld.h (args_type): Add cref field.
1668 * ld.h (args_type): Add force_exe_suffix.
2806 * ld.h (args_type): Add rpath_link field.
3844 * ld.h (args_type): Add new field embedded_relocs.
3900 * ld.h (args_type): Add field export_dynamic.
4098 * ld.h (args_type): Add new field endian.
4269 * ld.h (args_type): Add field soname.
4380 * ld.h (args_type): Add field rpath.
[all …]
H A DChangeLog-00011247 * ld.h (args_type): Remove member export_dynamic. All users
H A DChangeLog-02031671 * ld.h (struct args_type): Add new field
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dld.h203 } args_type; typedef
205 extern args_type command_line;
H A Dldmain.c107 args_type command_line;
H A DChangeLog-9899998 * ld.h: Add new boolean field to args_type structure:
1446 * ld.h (struct args_type): Add version_exports_section.
1519 * ld.h (args_type): Add gc_sections.
H A DChangeLog-9197114 * ld.h (args_type): Add warn_mismatch field.
760 * ld.h (args_type): Rename auxiliary_filter_shlib to
1343 * ld.h (args_type): Add cref field.
1668 * ld.h (args_type): Add force_exe_suffix.
2806 * ld.h (args_type): Add rpath_link field.
3844 * ld.h (args_type): Add new field embedded_relocs.
3900 * ld.h (args_type): Add field export_dynamic.
4098 * ld.h (args_type): Add new field endian.
4269 * ld.h (args_type): Add field soname.
4380 * ld.h (args_type): Add field rpath.
[all …]
H A DChangeLog-2004889 (args_type): New member reduce_memory_overheads.
H A DChangeLog-20051441 * ld.h (args_type): Remove gc_sections.
H A DChangeLog-00011247 * ld.h (args_type): Remove member export_dynamic. All users
H A DChangeLog-02031671 * ld.h (struct args_type): Add new field
/openbsd/usr.bin/tmux/
H A Darguments.c103 args_type_to_string (enum args_type type) in args_type_to_string()
H A Dtmux.h1619 enum args_type { enum
1627 enum args_type type;