Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 220) sorted by relevance

123456789

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-single-inheritance.cpp23 void use(A *obj) { obj->f(); } in use()
43 void use(B *obj) { obj->f(); } in use()
58 void use(C *obj) { obj->f(); } in use()
73 void use(D *obj) { obj->f(); } in use()
93 void use(E *obj) { obj->i(); } in use()
111 void use(F *obj) { obj->i(); } in use()
132 void use(G *obj) { obj->j(); } in use()
152 void use(I *obj) { obj->f(); } in use()
171 void use(J *obj) { obj->foo(42); } in use()
190 void use(K *obj) { obj->foo(42.0f); } in use()
[all …]
H A Dcall-arg-zero-temp.cpp10 struct obj{ int a; float b; double d; }; argument
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-vdtors.cpp30 void build_vftable(C *obj) { delete obj; } in build_vftable()
55 void build_vftable(E *obj) { delete obj; } in build_vftable()
75 void build_vftable(F *obj) { delete obj; } in build_vftable()
94 void build_vftable(G *obj) { delete obj; } in build_vftable()
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp34 void build_vftable(X *obj) { obj->f(); } in build_vftable()
64 void build_vftable(X *obj) { obj->g(); } in build_vftable()
93 void build_vftable(X *obj) { obj->i(); } in build_vftable()
116 void build_vftable(X *obj) { obj->f(); } in build_vftable()
151 void build_vftable(X *obj) { obj->f(); } in build_vftable()
184 void build_vftable(X *obj) { obj->g(); } in build_vftable()
219 void build_vftable(X *obj) { obj->g(); } in build_vftable()
250 void build_vftable(X *obj) { obj->h(); } in build_vftable()
301 void build_vftable(test9::X *obj) { obj->z(); } in build_vftable()
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp44 void build_vftable(X *obj) { obj->foo(); } in build_vftable()
90 void build_vftable(X *obj) { obj->foo(); } in build_vftable()
137 void build_vftable(X *obj) { obj->foo(); } in build_vftable()
201 void build_vftable(X *obj) { obj->foo(); } in build_vftable()
244 void build_vftable(X *obj) { obj->foo(); } in build_vftable()
296 void build_vftable(X *obj) { obj->foo(); } in build_vftable()
320 void build_vftable(C *obj) { obj->g(); } in build_vftable()
344 void build_vftable(C *obj) { obj->f(); } in build_vftable()
363 void build_vftable(D *obj) { obj->f(); } in build_vftable()
H A Dmicrosoft-abi-vtables-virtual-inheritance.cpp31 void use(C *obj) { obj->f(); } in use()
55 void use(D *obj) { obj->h(); } in use()
103 void use(X *obj) { obj->h(); } in use()
181 void use(Y *obj) { obj->h(); } in use()
246 void use(X *obj) { obj->f(); } in use()
262 void use(Z *obj) { obj->f(); } in use()
284 void use(T *obj) { obj->bar(); } in use()
309 void use(Y *obj) { obj->h(); } in use()
421 void use(T *obj) { obj->f(); } in use()
438 void use(X *obj) { obj->f(); } in use()
[all …]
H A Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp77 void use(A *obj) { obj->f(); } in use()
113 void use(B *obj) { obj->f(); } in use()
159 void use(C *obj) { obj->f(); } in use()
259 void use(A *obj) { delete obj; } in use()
280 void use(B *obj) { delete obj; } in use()
300 void use(C *obj) { delete obj; } in use()
326 void use(E *obj) { delete obj; } in use()
346 void use(F *obj) { delete obj; } in use()
372 void use(G *obj) { obj->g(); } in use()
393 void use(H *obj) { delete obj; } in use()
[all …]
/minix3/games/rogue/
H A Dpack.c66 add_to_pack(object *obj, object *pack, int condense) in add_to_pack()
93 take_from_pack(object *obj, object *pack) in take_from_pack()
108 object *obj; in pick_up() local
154 object *obj, *new; in drop() local
214 check_duplicate(object *obj, object *pack) in check_duplicate()
249 object *obj; in next_avail_ichar() local
318 object *obj; in take_off() local
341 object *obj; in wear() local
370 unwear(object *obj) in unwear()
379 do_wear(object *obj) in do_wear()
[all …]
H A Dobject.c180 object *obj; in put_objects() local
232 object *obj; in plant_gold() local
246 place_at(object *obj, int row, int col) in place_at()
257 object *obj = NULL; in object_at() local
275 object *obj; in get_letter_object() local
288 object *obj; in free_stuff() local
299 name_of(const object *obj) in name_of()
357 object *obj; in gr_object() local
420 gr_scroll(object *obj) in gr_scroll()
458 gr_potion(object *obj) in gr_potion()
[all …]
/minix3/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_elf_access.c35 _dwarf_elf_get_section_info(void *obj, Dwarf_Half ndx, in _dwarf_elf_get_section_info()
72 _dwarf_elf_get_byte_order(void *obj) in _dwarf_elf_get_byte_order()
91 _dwarf_elf_get_length_size(void *obj) in _dwarf_elf_get_length_size()
107 _dwarf_elf_get_pointer_size(void *obj) in _dwarf_elf_get_pointer_size()
121 _dwarf_elf_get_section_count(void *obj) in _dwarf_elf_get_section_count()
132 _dwarf_elf_load_section(void *obj, Dwarf_Half ndx, Dwarf_Small** ret_data, in _dwarf_elf_load_section()
/minix3/libexec/ld.elf_so/arch/vax/
H A Dmdreloc.c25 _rtld_setup_pltgot(const Obj_Entry *obj) in _rtld_setup_pltgot()
56 _rtld_relocate_nonplt_objects(Obj_Entry *obj) in _rtld_relocate_nonplt_objects()
131 _rtld_relocate_plt_lazy(const Obj_Entry *obj) in _rtld_relocate_plt_lazy()
153 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *tp) in _rtld_relocate_plt_object()
189 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind()
207 _rtld_relocate_plt_objects(const Obj_Entry *obj) in _rtld_relocate_plt_objects()
/minix3/libexec/ld.elf_so/arch/sh3/
H A Dmdreloc.c26 _rtld_setup_pltgot(const Obj_Entry *obj) in _rtld_setup_pltgot()
57 _rtld_relocate_nonplt_objects(Obj_Entry *obj) in _rtld_relocate_nonplt_objects()
218 _rtld_relocate_plt_lazy(const Obj_Entry *obj) in _rtld_relocate_plt_lazy()
239 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind()
257 _rtld_relocate_plt_objects(const Obj_Entry *obj) in _rtld_relocate_plt_objects()
269 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *tp) in _rtld_relocate_plt_object()
/minix3/libexec/ld.elf_so/arch/m68k/
H A Dmdreloc.c26 _rtld_setup_pltgot(const Obj_Entry *obj) in _rtld_setup_pltgot()
57 _rtld_relocate_nonplt_objects(Obj_Entry *obj) in _rtld_relocate_nonplt_objects()
187 _rtld_relocate_plt_lazy(const Obj_Entry *obj) in _rtld_relocate_plt_lazy()
208 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, in _rtld_relocate_plt_object()
246 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind()
264 _rtld_relocate_plt_objects(const Obj_Entry *obj) in _rtld_relocate_plt_objects()
/minix3/external/bsd/libc++/dist/libcxx/test/std/atomics/atomics.types.generic/
H A Dbool.pass.cpp63 volatile std::atomic<bool> obj(true); in main() local
118 std::atomic<bool> obj(true); in main() local
173 std::atomic_bool obj(true); in main() local
/minix3/libexec/ld.elf_so/arch/x86_64/
H A Dmdreloc.c95 _rtld_setup_pltgot(const Obj_Entry *obj) in _rtld_setup_pltgot()
130 _rtld_relocate_nonplt_objects(Obj_Entry *obj) in _rtld_relocate_nonplt_objects()
279 _rtld_relocate_plt_lazy(const Obj_Entry *obj) in _rtld_relocate_plt_lazy()
300 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *tp) in _rtld_relocate_plt_object()
337 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind()
355 _rtld_relocate_plt_objects(const Obj_Entry *obj) in _rtld_relocate_plt_objects()
/minix3/libexec/ld.elf_so/arch/aarch64/
H A Dmdreloc.c48 _rtld_setup_pltgot(const Obj_Entry *obj) in _rtld_setup_pltgot()
79 _rtld_relocate_nonplt_objects(Obj_Entry *obj) in _rtld_relocate_nonplt_objects()
188 _rtld_relocate_plt_lazy(const Obj_Entry *obj) in _rtld_relocate_plt_lazy()
208 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rel *rel, in _rtld_relocate_plt_object()
243 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind()
257 _rtld_relocate_plt_objects(const Obj_Entry *obj) in _rtld_relocate_plt_objects()
/minix3/libexec/ld.elf_so/arch/riscv/
H A Dmdreloc.c52 _rtld_setup_pltgot(const Obj_Entry *obj) in _rtld_setup_pltgot()
99 _rtld_relocate_nonplt_objects(Obj_Entry *obj) in _rtld_relocate_nonplt_objects()
194 _rtld_relocate_plt_lazy(const Obj_Entry *obj) in _rtld_relocate_plt_lazy()
201 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rel *rel, in _rtld_relocate_plt_object()
233 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind()
249 _rtld_relocate_plt_objects(const Obj_Entry *obj) in _rtld_relocate_plt_objects()
/minix3/libexec/ld.elf_so/arch/or1k/
H A Dmdreloc.c58 _rtld_setup_pltgot(const Obj_Entry *obj) in _rtld_setup_pltgot()
93 _rtld_relocate_nonplt_objects(Obj_Entry *obj) in _rtld_relocate_nonplt_objects()
209 _rtld_relocate_plt_lazy(const Obj_Entry *obj) in _rtld_relocate_plt_lazy()
231 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, int reloff, Elf_Addr *tp) in _rtld_relocate_plt_object()
265 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind()
283 _rtld_relocate_plt_objects(const Obj_Entry *obj) in _rtld_relocate_plt_objects()
/minix3/sys/uvm/
H A Duvm_aobj.h64 #define uao_find_swslot(obj, off) (__USE(off), 0) argument
65 #define uao_dropswap(obj, off) /* nothing */ argument
66 #define uao_dropswap_range(obj, lo, hi) /* nothing */ argument
/minix3/external/bsd/libc++/dist/libcxx/test/atomics/atomics.types.generic/
H A Dbool.pass.cpp60 volatile std::atomic<bool> obj(true); in main() local
115 std::atomic<bool> obj(true); in main() local
170 std::atomic_bool obj(true); in main() local
/minix3/external/bsd/bind/dist/lib/isccfg/
H A Dparser.c60 #define CLEANUP_OBJ(obj) \ argument
141 cfg_print_obj(cfg_printer_t *pctx, const cfg_obj_t *obj) { in cfg_print_obj()
184 cfg_print(const cfg_obj_t *obj, in cfg_print()
192 cfg_printx(const cfg_obj_t *obj, unsigned int flags, in cfg_printx()
211 cfg_obj_t *obj = NULL; in cfg_create_tuple() local
242 cfg_obj_t *obj = NULL; in cfg_parse_tuple() local
258 cfg_print_tuple(cfg_printer_t *pctx, const cfg_obj_t *obj) { in cfg_print_tuple()
288 free_tuple(cfg_parser_t *pctx, cfg_obj_t *obj) { in free_tuple()
306 cfg_obj_istuple(const cfg_obj_t *obj) { in cfg_obj_istuple()
493 cfg_obj_t *obj = NULL; in parse2() local
[all …]
/minix3/libexec/ld.elf_so/arch/arm/
H A Dmdreloc.c19 _rtld_setup_pltgot(const Obj_Entry *obj) in _rtld_setup_pltgot()
74 _rtld_relocate_nonplt_objects(Obj_Entry *obj) in _rtld_relocate_nonplt_objects()
253 _rtld_relocate_plt_lazy(const Obj_Entry *obj) in _rtld_relocate_plt_lazy()
274 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rel *rel, in _rtld_relocate_plt_object()
312 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind()
327 _rtld_relocate_plt_objects(const Obj_Entry *obj) in _rtld_relocate_plt_objects()
/minix3/libexec/ld.elf_so/arch/i386/
H A Dmdreloc.c19 _rtld_setup_pltgot(const Obj_Entry *obj) in _rtld_setup_pltgot()
52 _rtld_relocate_nonplt_objects(Obj_Entry *obj) in _rtld_relocate_nonplt_objects()
197 _rtld_relocate_plt_lazy(const Obj_Entry *obj) in _rtld_relocate_plt_lazy()
218 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rel *rel, in _rtld_relocate_plt_object()
254 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind()
273 _rtld_relocate_plt_objects(const Obj_Entry *obj) in _rtld_relocate_plt_objects()
/minix3/libexec/ld.elf_so/
H A Dload.c73 _rtld_objlist_push_head(Objlist *list, Obj_Entry *obj) in _rtld_objlist_push_head()
83 _rtld_objlist_push_tail(Objlist *list, Obj_Entry *obj) in _rtld_objlist_push_tail()
93 _rtld_objlist_find(Objlist *list, const Obj_Entry *obj) in _rtld_objlist_find()
114 Obj_Entry *obj; in _rtld_load_object() local
206 _rtld_load_by_name(const char *name, Obj_Entry *obj, Needed_Entry **needed, in _rtld_load_by_name()
309 Obj_Entry *obj; in _rtld_load_needed_objects() local
H A Dsymver.c72 _rtld_object_add_name(Obj_Entry *obj, const char *name) in _rtld_object_add_name()
87 _rtld_object_match_name(const Obj_Entry *obj, const char *name) in _rtld_object_match_name()
101 locate_dependency(const Obj_Entry *obj, const char *name) in locate_dependency()
175 _rtld_verify_object_versions(Obj_Entry *obj) in _rtld_verify_object_versions()

123456789