Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 25 of 1098) sorted by relevance

12345678910>>...44

/freebsd-src/contrib/dialog/
H A Dprogressbox.c43 DIALOG_CALLBACK obj; member
56 free_obj(MY_OBJ * obj) in free_obj() argument
58 dlg_del_window(obj->obj.win); in free_obj()
59 free(obj->prompt); in free_obj()
61 while (obj->wrote) { in free_obj()
62 WROTE *wrote = obj->wrote; in free_obj()
63 obj->wrote = wrote->link; in free_obj()
68 free(obj); in free_obj()
73 restart_obj(MY_OBJ * obj) in restart_obj() argument
75 free(obj->prompt); in restart_obj()
[all …]
H A Dtextbox.c34 DIALOG_CALLBACK obj; member
53 lseek_obj(MY_OBJ * obj, long offset, int mode) in lseek_obj() argument
56 if ((fpos = (long) lseek(obj->fd, (off_t) offset, mode)) == -1) { in lseek_obj()
74 ftell_obj(MY_OBJ * obj) in ftell_obj() argument
76 return lseek_obj(obj, 0L, SEEK_CUR); in ftell_obj()
80 lseek_set(MY_OBJ * obj, long offset) in lseek_set() argument
82 long actual = lseek_obj(obj, offset, SEEK_SET); in lseek_set()
91 lseek_end(MY_OBJ * obj, long offset) in lseek_end() argument
93 long actual = lseek_obj(obj, offset, SEEK_END); in lseek_end()
96 obj->file_size = actual; in lseek_end()
[all …]
H A Dguage.c39 DIALOG_CALLBACK obj; /* has to be first in struct */ member
54 valid(MY_OBJ * obj) in valid() argument
60 if (list == obj) { in valid()
70 delink(MY_OBJ * obj) in delink() argument
75 if (p == obj) { in delink()
119 repaint_text(MY_OBJ * obj) in repaint_text() argument
121 WINDOW *dialog = obj->obj.win; in repaint_text()
127 dlg_draw_box2(dialog, 0, 0, obj->height, obj->width, dialog_attr, in repaint_text()
130 dlg_draw_title(dialog, obj->title); in repaint_text()
134 dlg_print_autowrap(dialog, obj->prompt, obj->height, obj->width); in repaint_text()
[all …]
H A Dtailbox.c32 DIALOG_CALLBACK obj; member
45 get_line(MY_OBJ * obj) in get_line() argument
47 FILE *fp = obj->obj.input; in get_line()
48 int col = -(obj->hscroll); in get_line()
57 - ((col + obj->hscroll) % dialog_state.tab_len); in get_line()
60 obj->line[col] = ' '; in get_line()
65 obj->line[col] = (char) ch; in get_line()
75 obj->line[col] = '\0'; in get_line()
77 return obj->line; in get_line()
84 print_line(MY_OBJ * obj, WINDOW *win, int row, int width) in print_line() argument
[all …]
/freebsd-src/sys/contrib/alpine-hal/
H A Dal_hal_serdes_hssp.c84 struct al_serdes_grp_obj *obj,
93 struct al_serdes_grp_obj *obj,
103 struct al_serdes_grp_obj *obj,
114 struct al_serdes_grp_obj *obj,
121 struct al_serdes_grp_obj *obj);
127 struct al_serdes_grp_obj *obj,
134 struct al_serdes_grp_obj *obj);
146 struct al_serdes_grp_obj *obj, in al_serdes_reg_read() argument
157 obj, in al_serdes_reg_read()
162 al_assert(obj); in al_serdes_reg_read()
[all …]
H A Dal_hal_serdes_25g.c67 struct al_serdes_grp_obj *obj, in al_serdes_25g_reg_read() argument
73 struct al_serdes_c_regs __iomem *regs_base = obj->regs_base; in al_serdes_25g_reg_read()
76 al_dbg("%s(%p, %d, %d, %u)\n", __func__, obj, page, type, offset); in al_serdes_25g_reg_read()
78 al_assert(obj); in al_serdes_25g_reg_read()
106 struct al_serdes_grp_obj *obj, in al_serdes_25g_reg_write() argument
112 struct al_serdes_c_regs __iomem *regs_base = obj->regs_base; in al_serdes_25g_reg_write()
115 al_dbg("%s(%p, %d, %d, %u)\n", __func__, obj, page, type, offset); in al_serdes_25g_reg_write()
117 al_assert(obj); in al_serdes_25g_reg_write()
146 struct al_serdes_grp_obj *obj, in al_serdes_25g_reg_masked_read() argument
156 status = al_serdes_25g_reg_read(obj, page, 0, offset, &val); in al_serdes_25g_reg_masked_read()
[all …]
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dnmake.mak63 $(OBJDIR)\os_win32.obj \
64 $(OBJDIR)\eloop_win.obj \
65 $(OBJDIR)\sha1.obj \
66 $(OBJDIR)\sha1-tlsprf.obj \
67 $(OBJDIR)\sha1-pbkdf2.obj \
68 $(OBJDIR)\md5.obj \
69 $(OBJDIR)\aes-cbc.obj \
70 $(OBJDIR)\aes-ctr.obj \
71 $(OBJDIR)\aes-eax.obj \
72 $(OBJDIR)\aes-encblock.obj \
[all …]
/freebsd-src/contrib/ntp/sntp/libevent/test/
H A DMakefile.nmake5 SSL_OBJS=regress_ssl.obj
17 REGRESS_OBJS=regress.obj regress_buffer.obj regress_http.obj regress_dns.obj \
18 regress_testutils.obj \
19 regress_rpc.obj regress.gen.obj \
20 regress_et.obj regress_bufferevent.obj \
21 regress_listener.obj regress_util.obj tinytest.obj \
22 regress_main.obj regress_minheap.obj regress_iocp.obj \
23 regress_thread.obj regress_finalize.obj $(SSL_OBJS)
25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
26 bench.obj bench_cascade.obj bench_http.obj bench_httpclient.obj \
[all …]
/freebsd-src/contrib/libevent/test/
H A DMakefile.nmake5 SSL_OBJS=regress_ssl.obj
17 REGRESS_OBJS=regress.obj regress_buffer.obj regress_http.obj regress_dns.obj \
18 regress_testutils.obj \
19 regress_rpc.obj regress.gen.obj \
20 regress_et.obj regress_bufferevent.obj \
21 regress_listener.obj regress_util.obj tinytest.obj \
22 regress_main.obj regress_minheap.obj regress_iocp.obj \
23 regress_thread.obj regress_finalize.obj $(SSL_OBJS)
25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
26 bench.obj bench_cascade.obj bench_http.obj bench_httpclient.obj \
[all …]
/freebsd-src/contrib/libucl/src/
H A Ducl_emitter.c44 const ucl_object_t *obj, bool first, bool print_key, bool compact);
48 const ucl_object_t *obj, bool first, bool print_key); \
50 const ucl_object_t *obj, bool print_key); \
52 const ucl_object_t *obj, bool print_key); \
54 const ucl_object_t *obj); \
56 const ucl_object_t *obj)
86 #define UCL_EMIT_IDENT_TOP_OBJ(ctx, obj) ((ctx)->top != (obj) || \ argument
111 const ucl_object_t *obj, bool compact) in ucl_emitter_print_key() argument
120 if (obj->flags & UCL_OBJECT_NEED_KEY_ESCAPE) { in ucl_emitter_print_key()
121 ucl_elt_string_write_json (obj->key, obj->keylen, ctx); in ucl_emitter_print_key()
[all …]
/freebsd-src/sys/dev/drm2/
H A Ddrm_gem.c106 struct drm_gem_object *obj, size_t size) in drm_gem_object_init() argument
111 obj->dev = dev; in drm_gem_object_init()
112 obj->vm_obj = vm_pager_allocate(OBJT_SWAP, NULL, size, in drm_gem_object_init()
115 obj->refcount = 1; in drm_gem_object_init()
116 obj->handle_count = 0; in drm_gem_object_init()
117 obj->size = size; in drm_gem_object_init()
129 struct drm_gem_object *obj, size_t size) in drm_gem_private_object_init() argument
133 obj->dev = dev; in drm_gem_private_object_init()
134 obj->vm_obj = NULL; in drm_gem_private_object_init()
136 obj->refcount = 1; in drm_gem_private_object_init()
[all …]
/freebsd-src/libexec/rtld-elf/
H A Drtld.c101 static int do_search_info(const Obj_Entry *obj, int, struct dl_serinfo *);
148 static int relocate_object(Obj_Entry *obj, bool bind_now, Obj_Entry *rtldobj,
179 static bool obj_resolve_origin(Obj_Entry *obj);
186 static void rtld_fill_dl_phdr_info(const Obj_Entry *obj,
270 Elf_Addr _rtld_bind(Obj_Entry *obj, Elf_Size reloff);
498 Obj_Entry *last_interposer, *obj, *preload_tail;
875 TAILQ_FOREACH(obj, &obj_list, next) { in _rtld()
876 if (obj->marker) in _rtld()
878 if (obj->z_interpose && obj ! in _rtld()
514 Obj_Entry *last_interposer, *obj, *preload_tail; _rtld() local
1015 rtld_resolve_ifunc(const Obj_Entry * obj,const Elf_Sym * def) rtld_resolve_ifunc() argument
1026 _rtld_bind(Obj_Entry * obj,Elf_Size reloff) _rtld_bind() argument
1135 origin_subst_one(Obj_Entry * obj,char * real,const char * kw,const char * subst,bool may_free) origin_subst_one() argument
1217 origin_subst(Obj_Entry * obj,const char * real) origin_subst() argument
1258 digest_dynamic1(Obj_Entry * obj,int early,const Elf_Dyn ** dyn_rpath,const Elf_Dyn ** dyn_soname,const Elf_Dyn ** dyn_runpath) digest_dynamic1() argument
1587 obj_resolve_origin(Obj_Entry * obj) obj_resolve_origin() argument
1597 digest_dynamic2(Obj_Entry * obj,const Elf_Dyn * dyn_rpath,const Elf_Dyn * dyn_soname,const Elf_Dyn * dyn_runpath) digest_dynamic2() argument
1617 digest_dynamic(Obj_Entry * obj,int early) digest_dynamic() argument
1636 Obj_Entry *obj; digest_phdr() local
1713 digest_notes(Obj_Entry * obj,Elf_Addr note_start,Elf_Addr note_end) digest_notes() argument
1764 Obj_Entry *obj; dlcheck() local
1783 donelist_check(DoneList * dlp,const Obj_Entry * obj) donelist_check() argument
2298 globallist_curr(const Obj_Entry * obj) globallist_curr() argument
2311 globallist_next(const Obj_Entry * obj) globallist_next() argument
2325 hold_object(Obj_Entry * obj) hold_object() argument
2332 unhold_object(Obj_Entry * obj) unhold_object() argument
2344 Obj_Entry *obj; process_z() local
2375 parse_rtld_phdr(Obj_Entry * obj) parse_rtld_phdr() argument
2551 initlist_add_objects(Obj_Entry * obj,Obj_Entry * tail,Objlist * list) initlist_add_objects() argument
2601 unload_filtees(Obj_Entry * obj,RtldLockState * lockstate) unload_filtees() argument
2612 load_filtee1(Obj_Entry * obj,Needed_Entry * needed,int flags,RtldLockState * lockstate) load_filtee1() argument
2624 load_filtees(Obj_Entry * obj,int flags,RtldLockState * lockstate) load_filtees() argument
2637 process_needed(Obj_Entry * obj,Needed_Entry * needed,int flags) process_needed() argument
2658 Obj_Entry *obj; load_needed_objects() local
2672 Obj_Entry *obj; load_preload_objects() local
2736 Obj_Entry *obj; load_object() local
2822 Obj_Entry *obj; do_load_object() local
2890 Obj_Entry *obj; load_kpreload() local
2961 Obj_Entry *obj; obj_from_addr() local
3081 Obj_Entry *obj; objlist_call_init() local
3166 objlist_find(Objlist * list,const Obj_Entry * obj) objlist_find() argument
3183 objlist_push_head(Objlist * list,Obj_Entry * obj) objlist_push_head() argument
3193 objlist_push_tail(Objlist * list,Obj_Entry * obj) objlist_push_tail() argument
3203 objlist_put_after(Objlist * list,Obj_Entry * listobj,Obj_Entry * obj) objlist_put_after() argument
3220 objlist_remove(Objlist * list,Obj_Entry * obj) objlist_remove() argument
3261 reloc_textrel_prot(Obj_Entry * obj,bool before) reloc_textrel_prot() argument
3289 reloc_relr(Obj_Entry * obj) reloc_relr() argument
3315 relocate_object(Obj_Entry * obj,bool bind_now,Obj_Entry * rtldobj,int flags,RtldLockState * lockstate) relocate_object() argument
3377 Obj_Entry *obj; relocate_objects() local
3404 resolve_object_ifunc(Obj_Entry * obj,bool bind_now,int flags,RtldLockState * lockstate) resolve_object_ifunc() argument
3433 Obj_Entry *obj; initlist_objects_ifunc() local
3756 dlopen_cleanup(Obj_Entry * obj,RtldLockState * lockstate) dlopen_cleanup() argument
3769 Obj_Entry *obj; dlopen_object() local
3907 const Obj_Entry *obj, *defobj; do_dlsym() local
4085 const Obj_Entry *obj; _rtld_addr_phdr() local
4103 const Obj_Entry *obj; dladdr() local
4159 const Obj_Entry *obj; dlinfo() local
4204 rtld_fill_dl_phdr_info(const Obj_Entry * obj,struct dl_phdr_info * phdr_info) rtld_fill_dl_phdr_info() argument
4224 Obj_Entry *obj, marker; dl_iterate_phdr() local
4289 do_search_info(const Obj_Entry * obj,int request,struct dl_serinfo * info) do_search_info() argument
4413 linkmap_add(Obj_Entry * obj) linkmap_add() argument
4446 linkmap_delete(Obj_Entry * obj) linkmap_delete() argument
4501 release_object(Obj_Entry * obj) release_object() argument
4737 symlook_obj_load_filtees(SymLook * req,SymLook * req1,const Obj_Entry * obj,Needed_Entry * needed) symlook_obj_load_filtees() argument
4760 symlook_obj(SymLook * req,const Obj_Entry * obj) symlook_obj() argument
4801 matched_symbol(SymLook * req,const Obj_Entry * obj,Sym_Match_Result * result,const unsigned long symnum) matched_symbol() argument
4914 symlook_obj1_sysv(SymLook * req,const Obj_Entry * obj) symlook_obj1_sysv() argument
4944 symlook_obj1_gnu(SymLook * req,const Obj_Entry * obj) symlook_obj1_gnu() argument
5009 trace_print_obj(Obj_Entry * obj,const char * name,const char * path,const char * main_local,const char * fmt1,const char * fmt2) trace_print_obj() argument
5070 trace_loaded_objects(Obj_Entry * obj,bool show_preload) trace_loaded_objects() argument
5132 Obj_Entry marker, *obj, *next; unload_object() local
5299 Obj_Entry *obj; allocate_tls() local
5405 Obj_Entry *obj; allocate_tls() local
5513 Obj_Entry *obj; allocate_module_tls() local
5545 allocate_tls_offset(Obj_Entry * obj) allocate_tls_offset() argument
5593 free_tls_offset(Obj_Entry * obj) free_tls_offset() argument
5636 object_add_name(Obj_Entry * obj,const char * name) object_add_name() argument
5651 object_match_name(const Obj_Entry * obj,const char * name) object_match_name() argument
5663 locate_dependency(const Obj_Entry * obj,const char * name) locate_dependency() argument
5729 rtld_verify_object_versions(Obj_Entry * obj) rtld_verify_object_versions() argument
5864 fetch_ventry(const Obj_Entry * obj,unsigned long symnum) fetch_ventry() argument
5890 Obj_Entry *obj; _rtld_is_dlopened() local
5909 obj_remap_relro(Obj_Entry * obj,int prot) obj_remap_relro() argument
5922 obj_disable_relro(Obj_Entry * obj) obj_disable_relro() argument
5929 obj_enforce_relro(Obj_Entry * obj) obj_enforce_relro() argument
5954 Obj_Entry *obj; distribute_static_tls() local
[all...]
H A Ddebug.c63 Obj_Entry *obj; in dump_relocations() local
65 for (obj = globallist_curr(obj0); obj != NULL; in dump_relocations()
66 obj = globallist_next(obj)) { in dump_relocations()
67 dump_obj_relocations(obj); in dump_relocations()
72 dump_obj_relocations (Obj_Entry *obj) in dump_obj_relocations() argument
75 rtld_printf("Object \"%s\", relocbase %p\n", obj->path, obj->relocbase); in dump_obj_relocations()
77 if (obj->relsize) { in dump_obj_relocations()
79 (obj->relsize / sizeof(Elf_Rel))); in dump_obj_relocations()
80 dump_Elf_Rel(obj, obj->rel, obj->relsize); in dump_obj_relocations()
83 if (obj->relasize) { in dump_obj_relocations()
[all …]
/freebsd-src/libexec/rtld-elf/powerpc/
H A Dreloc.c61 arch_digest_dynamic(struct Struct_Obj_Entry *obj, const Elf_Dyn *dynp) in arch_digest_dynamic() argument
64 obj->gotptr = (Elf_Addr *)(obj->relocbase + dynp->d_un.d_ptr); in arch_digest_dynamic()
175 reloc_nonplt_object(Obj_Entry *obj_rtld __unused, Obj_Entry *obj, in reloc_nonplt_object() argument
194 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_nonplt_object()
217 obj->non_plt_gnu_ifunc = true; in reloc_nonplt_object()
225 obj->path); in reloc_nonplt_object()
239 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_nonplt_object()
268 "Thread Local Storage", obj->path); in reloc_nonplt_object()
282 symval = (Elf_Addr)(obj in reloc_nonplt_object()
330 reloc_non_plt(Obj_Entry * obj,Obj_Entry * obj_rtld,int flags,RtldLockState * lockstate) reloc_non_plt() argument
385 reloc_plt_object(Obj_Entry * obj,const Elf_Rela * rela) reloc_plt_object() argument
443 reloc_plt(Obj_Entry * obj,int flags __unused,RtldLockState * lockstate __unused) reloc_plt() argument
487 reloc_jmpslots(Obj_Entry * obj,int flags,RtldLockState * lockstate) reloc_jmpslots() argument
538 reloc_jmpslot(Elf_Addr * wherep,Elf_Addr target,const Obj_Entry * defobj __unused,const Obj_Entry * obj,const Elf_Rel * rel) reloc_jmpslot() argument
615 reloc_iresolve(Obj_Entry * obj,struct Struct_RtldLockState * lockstate) reloc_iresolve() argument
712 init_pltgot(Obj_Entry * obj) init_pltgot() argument
[all...]
/freebsd-src/usr.sbin/ctld/
H A Duclparse.c58 uclparse_chap(struct auth_group *auth_group, const ucl_object_t *obj) in uclparse_chap() argument
64 user = ucl_object_find_key(obj, "user"); in uclparse_chap()
71 secret = ucl_object_find_key(obj, "secret"); in uclparse_chap()
88 uclparse_chap_mutual(struct auth_group *auth_group, const ucl_object_t *obj) in uclparse_chap_mutual() argument
95 user = ucl_object_find_key(obj, "user"); in uclparse_chap_mutual()
102 secret = ucl_object_find_key(obj, "secret"); in uclparse_chap_mutual()
109 mutual_user = ucl_object_find_key(obj, "mutual-user"); in uclparse_chap_mutual()
116 mutual_secret = ucl_object_find_key(obj, "mutual-secret"); in uclparse_chap_mutual()
136 uclparse_target_portal_group(struct target *target, const ucl_object_t *obj) in uclparse_target_portal_group() argument
143 portal_group = ucl_object_find_key(obj, "nam in uclparse_target_portal_group()
187 uclparse_target_lun(struct target * target,const ucl_object_t * obj) uclparse_target_lun() argument
248 const ucl_object_t *obj = NULL, *child = NULL; uclparse_toplevel() local
398 const ucl_object_t *obj = NULL, *tmp = NULL; uclparse_auth_group() local
499 const ucl_object_t *obj = NULL, *tmp = NULL; uclparse_portal_group() local
698 const ucl_object_t *obj = NULL, *tmp = NULL; uclparse_target() local
921 const ucl_object_t *obj = NULL, *child = NULL; uclparse_lun() local
[all...]
/freebsd-src/contrib/byacc/
H A Ddescrip.mms7 OBJS = closure.obj, \
8 error.obj,graph.obj, \
9 lalr.obj, \
10 lr0.obj, \
11 main.obj, \
12 mkpar.obj,mstring.obj, \
13 output.obj, \
14 reader.obj, \
15 yaccpar.obj, \
16 symtab.obj, \
[all …]
/freebsd-src/libexec/rtld-elf/aarch64/
H A Dreloc.c57 arch_digest_dynamic(struct Struct_Obj_Entry *obj, const Elf_Dyn *dynp)
60 obj->variant_pcs = true; in arch_digest_dynamic()
68 arch_digest_note(struct Struct_Obj_Entry *obj __unused, const Elf_Note *note)
103 guard.addr = (uintptr_t)obj->mapbase; in arch_digest_note()
104 guard.len = obj->mapsize; in arch_digest_note()
113 init_pltgot(Obj_Entry *obj)
116 if (obj->pltgot != NULL) { in init_pltgot()
117 obj->pltgot[1] = (Elf_Addr) obj; in init_pltgot()
118 obj in init_pltgot()
58 arch_digest_dynamic(struct Struct_Obj_Entry * obj,const Elf_Dyn * dynp) arch_digest_dynamic() argument
114 init_pltgot(Obj_Entry * obj) init_pltgot() argument
209 reloc_tlsdesc(const Obj_Entry * obj,const Elf_Rela * rela,struct tlsdesc_entry * where,int flags,RtldLockState * lockstate) reloc_tlsdesc() argument
248 reloc_plt(Obj_Entry * obj,int flags,RtldLockState * lockstate) reloc_plt() argument
322 reloc_jmpslots(Obj_Entry * obj,int flags,RtldLockState * lockstate) reloc_jmpslots() argument
360 reloc_iresolve_one(Obj_Entry * obj,const Elf_Rela * rela,RtldLockState * lockstate) reloc_iresolve_one() argument
374 reloc_iresolve(Obj_Entry * obj,struct Struct_RtldLockState * lockstate) reloc_iresolve() argument
392 reloc_iresolve_nonplt(Obj_Entry * obj,struct Struct_RtldLockState * lockstate) reloc_iresolve_nonplt() argument
409 reloc_gnu_ifunc(Obj_Entry * obj,int flags,struct Struct_RtldLockState * lockstate) reloc_gnu_ifunc() argument
465 reloc_non_plt(Obj_Entry * obj,Obj_Entry * obj_rtld,int flags,RtldLockState * lockstate) reloc_non_plt() argument
[all...]
/freebsd-src/usr.sbin/iovctl/
H A Dparse.c46 report_config_error(const char *key, const ucl_object_t *obj, const char *type) in report_config_error() argument
50 ucl_object_tostring(obj), key, type); in report_config_error()
58 add_bool_config(const char *key, const ucl_object_t *obj, nvlist_t *config) in add_bool_config() argument
62 if (!ucl_object_toboolean_safe(obj, &val)) in add_bool_config()
63 report_config_error(key, obj, "bool"); in add_bool_config()
73 add_string_config(const char *key, const ucl_object_t *obj, nvlist_t *config) in add_string_config() argument
77 if (!ucl_object_tostring_safe(obj, &val)) in add_string_config()
78 report_config_error(key, obj, "string"); in add_string_config()
88 add_uint_config(const char *key, const ucl_object_t *obj, nvlist_t *config, in add_uint_config() argument
95 if (!ucl_object_toint_safe(obj, &val)) in add_uint_config()
[all …]
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h136 #define __hash_next(obj, type, member) ({ \ argument
138 CK_LIST_NEXT((struct lkpi_hash_entry *)&(obj)->member, entry); \
139 __hash_node_type_assert(&(obj)->member); \
146 #define hash_for_each_rcu(name, bkt, obj, member) \ argument
147 for ((bkt) = 0, (obj) = NULL; (obj) == NULL && \
149 for ((obj) = __hash_first(&(name)[bkt], \
150 __typeof(*(obj)), member); \
151 (obj) != NULL; \
152 (obj) = __hash_next(obj, \
153 __typeof(*(obj)), member))
[all …]
/freebsd-src/libexec/rtld-elf/amd64/
H A Dreloc.c122 init_pltgot(Obj_Entry *obj) in init_pltgot()
124 if (obj->pltgot != NULL) {
125 obj->pltgot[1] = (Elf_Addr)obj;
126 obj->pltgot[2] = (Elf_Addr)&_rtld_bind_start;
132 reloc_non_plt(Obj_Entry *obj, Obj_Entry *obj_rtld, int flags, in reloc_non_plt()
152 if (obj != obj_rtld) { in reloc_non_plt()
153 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
158 relalim = (const Elf_Rela *)((const char *)obj->rela + obj in reloc_non_plt()
117 init_pltgot(Obj_Entry * obj) init_pltgot() argument
127 reloc_non_plt(Obj_Entry * obj,Obj_Entry * obj_rtld,int flags,RtldLockState * lockstate) reloc_non_plt() argument
329 reloc_plt(Obj_Entry * obj,int flags __unused,RtldLockState * lockstate __unused) reloc_plt() argument
360 reloc_jmpslots(Obj_Entry * obj,int flags,RtldLockState * lockstate) reloc_jmpslots() argument
417 reloc_iresolve_one(Obj_Entry * obj,const Elf_Rela * rela,RtldLockState * lockstate) reloc_iresolve_one() argument
431 reloc_iresolve(Obj_Entry * obj,RtldLockState * lockstate) reloc_iresolve() argument
449 reloc_iresolve_nonplt(Obj_Entry * obj,RtldLockState * lockstate) reloc_iresolve_nonplt() argument
466 reloc_gnu_ifunc(Obj_Entry * obj,int flags,RtldLockState * lockstate) reloc_gnu_ifunc() argument
[all...]
/freebsd-src/contrib/libucl/utils/
H A Dobjdump.c34 ucl_obj_dump (const ucl_object_t *obj, unsigned int shift) in ucl_obj_dump() argument
45 tmp = obj; in ucl_obj_dump()
47 while ((obj = ucl_object_iterate (tmp, &it, false))) { in ucl_obj_dump()
48 printf ("%sucl object address: %p\n", pre + 4, obj); in ucl_obj_dump()
49 if (obj->key != NULL) { in ucl_obj_dump()
50 printf ("%skey: \"%s\"\n", pre, ucl_object_key (obj)); in ucl_obj_dump()
52 printf ("%sref: %u\n", pre, obj->ref); in ucl_obj_dump()
53 printf ("%slen: %u\n", pre, obj->len); in ucl_obj_dump()
54 printf ("%sprev: %p\n", pre, obj->prev); in ucl_obj_dump()
55 printf ("%snext: %p\n", pre, obj->next); in ucl_obj_dump()
[all …]
/freebsd-src/libexec/rtld-elf/arm/
H A Dreloc.c20 init_pltgot(Obj_Entry *obj) in init_pltgot() argument
22 if (obj->pltgot != NULL) { in init_pltgot()
23 obj->pltgot[1] = (Elf_Addr) obj; in init_pltgot()
24 obj->pltgot[2] = (Elf_Addr) &_rtld_bind_start; in init_pltgot()
135 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object() argument
144 where = (Elf_Addr *)(obj->relocbase + rel->r_offset); in reloc_nonplt_object()
162 def = find_symdef(symnum, obj, &defobj, flags, cache, in reloc_nonplt_object()
166 tmp = (Elf_Addr)obj->relocbase + def->st_value in reloc_nonplt_object()
173 obj in reloc_nonplt_object()
313 reloc_non_plt(Obj_Entry * obj,Obj_Entry * obj_rtld,int flags,RtldLockState * lockstate) reloc_non_plt() argument
351 reloc_plt(Obj_Entry * obj,int flags __unused,RtldLockState * lockstate __unused) reloc_plt() argument
374 reloc_jmpslots(Obj_Entry * obj,int flags,RtldLockState * lockstate) reloc_jmpslots() argument
[all...]
/freebsd-src/libexec/rtld-elf/i386/
H A Dreloc.c120 init_pltgot(Obj_Entry *obj) in init_pltgot()
122 if (obj->pltgot != NULL) {
123 obj->pltgot[1] = (Elf_Addr)obj;
124 obj->pltgot[2] = (Elf_Addr)&_rtld_bind_start;
130 reloc_non_plt(Obj_Entry *obj, Obj_Entry *obj_rtld, int flags, in reloc_non_plt()
146 if (obj != obj_rtld) { in reloc_non_plt()
147 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
157 rellim = (const Elf_Rel *)((const char *)obj->rel + obj in reloc_non_plt()
115 init_pltgot(Obj_Entry * obj) init_pltgot() argument
125 reloc_non_plt(Obj_Entry * obj,Obj_Entry * obj_rtld,int flags,RtldLockState * lockstate) reloc_non_plt() argument
282 reloc_plt(Obj_Entry * obj,int flags __unused,RtldLockState * lockstate __unused) reloc_plt() argument
313 reloc_jmpslots(Obj_Entry * obj,int flags,RtldLockState * lockstate) reloc_jmpslots() argument
370 reloc_iresolve_one(Obj_Entry * obj,const Elf_Rel * rel,RtldLockState * lockstate) reloc_iresolve_one() argument
383 reloc_iresolve(Obj_Entry * obj,RtldLockState * lockstate) reloc_iresolve() argument
400 reloc_iresolve_nonplt(Obj_Entry * obj,RtldLockState * lockstate) reloc_iresolve_nonplt() argument
417 reloc_gnu_ifunc(Obj_Entry * obj,int flags,RtldLockState * lockstate) reloc_gnu_ifunc() argument
[all...]
/freebsd-src/libexec/rtld-elf/powerpc64/
H A Dreloc.c56 arch_digest_dynamic(struct Struct_Obj_Entry *obj, const Elf_Dyn *dynp) in arch_digest_dynamic() argument
59 obj->glink = (Elf_Addr)(obj->relocbase + dynp->d_un.d_ptr); in arch_digest_dynamic()
170 reloc_nonplt_object(Obj_Entry *obj_rtld __unused, Obj_Entry *obj, in reloc_nonplt_object() argument
189 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_nonplt_object()
211 obj->non_plt_gnu_ifunc = true; in reloc_nonplt_object()
219 obj->path); in reloc_nonplt_object()
234 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_nonplt_object()
263 "Thread Local Storage", obj->path); in reloc_nonplt_object()
277 symval = (Elf_Addr)(obj in reloc_nonplt_object()
325 reloc_non_plt(Obj_Entry * obj,Obj_Entry * obj_rtld,int flags,RtldLockState * lockstate) reloc_non_plt() argument
384 reloc_plt_object(Obj_Entry * obj,const Elf_Rela * rela) reloc_plt_object() argument
411 reloc_plt(Obj_Entry * obj,int flags __unused,RtldLockState * lockstate __unused) reloc_plt() argument
448 reloc_jmpslots(Obj_Entry * obj,int flags,RtldLockState * lockstate) reloc_jmpslots() argument
568 reloc_iresolve(Obj_Entry * obj,struct Struct_RtldLockState * lockstate) reloc_iresolve() argument
672 init_pltgot(Obj_Entry * obj) init_pltgot() argument
[all...]
/freebsd-src/contrib/libevent/
H A DMakefile.nmake32 CORE_OBJS=event.obj buffer.obj bufferevent.obj bufferevent_sock.obj \
33 bufferevent_pair.obj listener.obj evmap.obj log.obj evutil.obj \
34 strlcpy.obj signal.obj bufferevent_filter.obj evthread.obj \
35 bufferevent_ratelim.obj evutil_rand.obj evutil_time.obj
36 WIN_OBJS=win32select.obj evthread_win32.obj buffer_iocp.obj \
37 event_iocp.obj bufferevent_async.obj
38 EXTRA_OBJS=event_tagging.obj http.obj evdns.obj evrpc.obj
41 SSL_OBJS=bufferevent_openssl.obj

12345678910>>...44