Home
last modified time | relevance | path

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

123456

/toolchain/binutils/binutils-2.25/libiberty/
Dpex-common.c56 struct pex_obj *obj; in pex_init_common() local
58 obj = XNEW (struct pex_obj); in pex_init_common()
59 obj->flags = flags; in pex_init_common()
60 obj->pname = pname; in pex_init_common()
61 obj->tempbase = tempbase; in pex_init_common()
62 obj->next_input = STDIN_FILE_NO; in pex_init_common()
63 obj->next_input_name = NULL; in pex_init_common()
64 obj->next_input_name_allocated = 0; in pex_init_common()
65 obj->stderr_pipe = -1; in pex_init_common()
66 obj->count = 0; in pex_init_common()
[all …]
Dmakefile.vms10 OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
11 getopt1.obj,cplus-dem.obj,cp-demangle.obj,cp-demint.obj,\
12 asprintf.obj vasprintf.obj,mkstemps.obj,filename_cmp.obj,\
13 concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\
14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
15 objalloc.obj,safe-ctype.obj,hashtab.obj,lbasename.obj,argv.obj,\
16 lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj,\
17 dwarfnames.obj
31 lib/create libiberty *.obj
35 $(RM) *.obj;
Dpex-unix.c125 pex_wait (struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, in pex_wait()
156 pex_wait (struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, in pex_wait()
167 pex_wait (struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, in pex_wait()
216 pex_wait (struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time) in pex_wait() argument
220 for (pp = (struct status_list **) &obj->sysdep; in pex_wait()
293 psl->next = (struct status_list *) obj->sysdep; in pex_wait()
294 obj->sysdep = (void *) psl; in pex_wait()
343 pex_unix_open_read (struct pex_obj *obj ATTRIBUTE_UNUSED, const char *name, in pex_unix_open_read()
352 pex_unix_open_write (struct pex_obj *obj ATTRIBUTE_UNUSED, const char *name, in pex_unix_open_write()
364 pex_unix_close (struct pex_obj *obj ATTRIBUTE_UNUSED, int fd) in pex_unix_close()
[all …]
Dpex-msdos.c106 pex_msdos_open (struct pex_obj *obj, const char *name, in pex_msdos_open() argument
112 ms = (struct pex_msdos *) obj->sysdep; in pex_msdos_open()
142 pex_msdos_close (struct pex_obj *obj, int fd) in pex_msdos_close() argument
147 ms = (struct pex_msdos *) obj->sysdep; in pex_msdos_close()
156 pex_msdos_exec_child (struct pex_obj *obj, int flags, const char *executable, in pex_msdos_exec_child() argument
175 ms = (struct pex_msdos *) obj->sysdep; in pex_msdos_exec_child()
180 temp_base = obj->temp_base; in pex_msdos_exec_child()
275 ms->statuses = XRESIZEVEC(int, ms->statuses, obj->count + 1); in pex_msdos_exec_child()
276 ms->statuses[obj->count] = status; in pex_msdos_exec_child()
278 return (pid_t) obj->count; in pex_msdos_exec_child()
[all …]
Dpex-djgpp.c83 pex_djgpp_open_read (struct pex_obj *obj ATTRIBUTE_UNUSED, in pex_djgpp_open_read()
92 pex_djgpp_open_write (struct pex_obj *obj ATTRIBUTE_UNUSED, in pex_djgpp_open_write()
108 pex_djgpp_close (struct pex_obj *obj ATTRIBUTE_UNUSED, int fd) in pex_djgpp_close()
116 pex_djgpp_exec_child (struct pex_obj *obj, int flags, const char *executable, in pex_djgpp_exec_child() argument
269 statuses = (int *) obj->sysdep; in pex_djgpp_exec_child()
270 statuses = XRESIZEVEC (int, statuses, obj->count + 1); in pex_djgpp_exec_child()
271 statuses[obj->count] = status; in pex_djgpp_exec_child()
272 obj->sysdep = (void *) statuses; in pex_djgpp_exec_child()
274 return (pid_t) obj->count; in pex_djgpp_exec_child()
282 pex_djgpp_wait (struct pex_obj *obj, pid_t pid, int *status, in pex_djgpp_wait() argument
[all …]
Dobstack.c301 int _obstack_allocated_p (struct obstack *h, POINTER obj);
304 _obstack_allocated_p (struct obstack *h, POINTER obj) in _obstack_allocated_p() argument
313 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_allocated_p()
330 _obstack_free (struct obstack *h, POINTER obj) in _obstack_free() argument
339 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_free()
350 h->object_base = h->next_free = (char *) (obj); in _obstack_free()
354 else if (obj != 0) in _obstack_free()
362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() argument
371 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in obstack_free()
382 h->object_base = h->next_free = (char *) (obj); in obstack_free()
[all …]
Dpex-one.c28 struct pex_obj *obj; in pex_one() local
31 obj = pex_init (0, pname, NULL); in pex_one()
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err); in pex_one()
35 if (!pex_get_status (obj, 1, status)) in pex_one()
41 pex_free (obj); in pex_one()
Dmaint-tool269 $obj = $f;
270 $obj =~ s/\.c$/.\$(objext)/;
271 $obj = "./$obj:";
273 print OUT "$obj \$(srcdir)/$f";
274 $len = length("$obj $f");
287 print OUT "$obj \$(srcdir)/$f\n";
Dpexecute.txh34 @deftypefn Extension {const char *} pex_run (struct pex_obj *@var{obj}, @
42 @var{obj} is returned by a previous call to @code{pex_init}.
56 @var{pex_run} may no longer be called with the same @var{obj}.
145 @deftypefn Extension {const char *} pex_run_in_environment (struct pex_obj *@var{obj}, @
161 @deftypefn Extension {FILE *} pex_input_file (struct pex_obj *@var{obj}, @
169 @var{in_name}, @var{obj} and the @code{PEX_SUFFIX} bit in @var{flags}.
179 @deftypefn Extension {FILE *} pex_input_pipe (struct pex_obj *@var{obj}, @
185 that returned @var{obj}.
224 @deftypefn Extension {FILE *} pex_read_output (struct pex_obj *@var{obj}, @
231 @var{obj}. @var{binary} should be non-zero if the file should be
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dmakefile.vms27 OBJS:=cpu-ia64.obj,elfxx-ia64.obj,elf64-ia64-vms.obj,\
28 vms-misc.obj,vms-lib.obj,elf-strtab.obj,corefile.obj,stabs.obj,\
29 merge.obj,elf-eh-frame.obj,elflink.obj,elf-attrs.obj,dwarf1.obj,elf64.obj
35 OBJS:=vms-alpha.obj,vms-lib.obj,vms-misc.obj,cpu-alpha.obj
39 OBJS:=$(OBJS),archive.obj,archive64.obj,archures.obj,bfd.obj,bfdio.obj,\
40 binary.obj,cache.obj,coffgen.obj,compress.obj,corefile.obj,dwarf2.obj,\
41 elf.obj,format.obj,hash.obj,ihex.obj,init.obj,libbfd.obj,linker.obj,\
42 opncls.obj,reloc.obj,section.obj,simple.obj,srec.obj,stab-syms.obj,\
43 syms.obj,targets.obj,tekhex.obj,verilog.obj
66 $(RM) *.obj;
/toolchain/binutils/binutils-2.25/gas/
Dmakefile.vms30 LIBS=,GNU_CC_LIBRARY:libgcc/lib,sys$$library:vaxcrtl.olb/lib,GNU_CC_LIBRARY:crt0.obj
40 OBJS:=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,\
41 atof-generic.obj,cond.obj,compress-debug.obj,depend.obj,expr.obj,\
42 flonum-konst.obj,flonum-copy.obj,flonum-mult.obj,\
43 frags.obj,hash.obj,input-file.obj,\
44 input-scrub.obj,literal.obj,messages.obj,output-file.obj,read.obj,\
45 subsegs.obj,symbols.obj,write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,\
46 macro.obj,ehopt.obj,dw2gencfi.obj,dwarf2dbg.obj,remap.obj
49 OBJS:=$(OBJS),te-vms.obj
63 targ-cpu.obj: targ-cpu.c targ-cpu.h
[all …]
DMakefile.in315 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
316 OBJ_FORMAT_O = obj-@obj_format@.@OBJEXT@
317 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
383 obj.h \
541 config/obj-aout.c \
542 config/obj-coff.c \
543 config/obj-ecoff.c \
544 config/obj-elf.c \
545 config/obj-evax.c \
546 config/obj-fdpicelf.c \
[all …]
DMakefile.am43 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
44 OBJ_FORMAT_O = obj-@obj_format@.@OBJEXT@
45 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
114 obj.h \
272 config/obj-aout.c \
273 config/obj-coff.c \
274 config/obj-ecoff.c \
275 config/obj-elf.c \
276 config/obj-evax.c \
277 config/obj-fdpicelf.c \
[all …]
DChangeLog-929533 * config/obj-coff.c (write_object_file): Set the s_align field to
61 * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.
70 * config/obj-coff.c (size_section, fill_section, fixup_mdeps):
100 * config/obj-coff.c (fixup_segment): If TC_M88K is defined, do not
111 * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj
125 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Remove unused field
127 * config/obj-multi.h (ELF_TARGET_SYMBOL_FIELDS) [OBJ_MAYBE_ELF]:
231 * config/obj-coff.c (write_object_file): Change use of md_do_align
292 * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from
312 * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Dmakefile.vms39 DEBUG_OBJS = rddbg.obj,debug.obj,stabs.obj,ieee.obj,rdcoff.obj,dwarf.obj,\
40 elfcomm.obj
42 BULIBS = bucomm.obj,version.obj,filemode.obj
47 SIZEOBJS = $(ADDL_DEPS),size.obj
49 STRINGSOBJS = $(ADDL_DEPS),strings.obj
51 NMOBJS = $(ADDL_DEPS),nm.obj
53 ADDR2LINEOBJS = $(ADDL_DEPS),addr2line.obj
55 OBJDUMPOBJS = objdump.obj,prdbg.obj,$(DEBUG_OBJS),$(ADDL_DEPS),$(OPCODES_DEP)
57 READELFOBJS = readelf.obj,dwarf.obj,unwind-ia64.obj,$(ADDL_DEPS)
62 link/exe=$@ size.obj,$(ADDL_LIBS)
[all …]
Dconfigure.com127 $ NM_OBJS="nm.obj" + BULIBS_FILES + BFDLIB + LIBIBERTY
131 $ STRINGS_OBJS="strings.obj" + BULIBS_FILES + BFDLIB + LIBIBERTY
135 $ SIZE_OBJS="size.obj" + BULIBS_FILES + BFDLIB + LIBIBERTY
139 $ ADDR2LINE_OBJS="addr2line.obj" + BULIBS_FILES + BFDLIB + LIBIBERTY
143 $ OBJDUMP_OBJS="objdump.obj,prdbg.obj" + DEBUG_FILES + BULIBS_FILES +-
/toolchain/binutils/binutils-2.25/gold/
Dplugin.cc425 for (Object_list::iterator obj = this->objects_.begin(); in ~Plugin_manager() local
426 obj != this->objects_.end(); in ~Plugin_manager()
427 ++obj) in ~Plugin_manager()
428 delete *obj; in ~Plugin_manager()
484 Pluginobj* obj = this->make_plugin_object(handle); in claim_file() local
485 return obj; in claim_file()
686 Deferred_layout_list::iterator obj; in layout_deferred_objects() local
688 for (obj = this->deferred_layout_objects_.begin(); in layout_deferred_objects()
689 obj != this->deferred_layout_objects_.end(); in layout_deferred_objects()
690 ++obj) in layout_deferred_objects()
[all …]
Darchive.cc669 Object *obj = NULL; in get_elf_object_for_member() local
674 obj = make_elf_object((std::string(this->input_file_->filename()) in get_elf_object_for_member()
687 obj); in get_elf_object_for_member()
693 if (obj != NULL) in get_elf_object_for_member()
694 delete obj; in get_elf_object_for_member()
706 if (obj == NULL) in get_elf_object_for_member()
708 obj->set_no_export(this->no_export()); in get_elf_object_for_member()
709 return obj; in get_elf_object_for_member()
729 Object* obj = this->get_elf_object_for_member(off, NULL); in read_symbols() local
730 if (obj == NULL) in read_symbols()
[all …]
Dicf.h98 unfold_section(Object* obj, unsigned int shndx);
103 is_section_folded(Object* obj, unsigned int shndx);
108 section_has_function_pointers(Object* obj, unsigned int shndx) in section_has_function_pointers() argument
110 return (this->fptr_section_id_.find(Section_id(obj, shndx)) in section_has_function_pointers()
117 set_section_has_function_pointers(Object* obj, unsigned int shndx) in set_section_has_function_pointers() argument
119 this->fptr_section_id_.insert(Section_id(obj, shndx)); in set_section_has_function_pointers()
Dtarget.cc80 Sized_relobj_file<size, big_endian>* obj = in do_make_elf_object_implementation() local
82 obj->setup(); in do_make_elf_object_implementation()
83 return obj; in do_make_elf_object_implementation()
87 Sized_dynobj<size, big_endian>* obj = in do_make_elf_object_implementation() local
89 obj->setup(); in do_make_elf_object_implementation()
90 return obj; in do_make_elf_object_implementation()
Dincremental.cc667 Sized_relobj_incr<size, big_endian>* obj = in do_process_got_plt() local
669 if (obj != NULL) in do_process_got_plt()
670 target->reserve_local_got_entry(i, obj, symndx, got_type & 0x7f); in do_process_got_plt()
1089 Incremental_inputs::report_object(Object* obj, unsigned int arg_serial, in report_object() argument
1093 Timespec mtime = obj->get_mtime(); in report_object()
1099 this->strtab_->add(obj->name().c_str(), false, &filename_key); in report_object()
1103 this->current_object_ = obj; in report_object()
1105 if (!obj->is_dynamic()) in report_object()
1108 new Incremental_object_entry(filename_key, obj, arg_serial, mtime); in report_object()
1121 Dynobj* dynobj = obj->dynobj(); in report_object()
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Dmakefile.vms26 OBJS=ia64-dis.obj,ia64-opc.obj
30 OBJS=alpha-dis.obj,alpha-opc.obj
34 OBJS=vax-dis.obj
38 OBJS:=$(OBJS),dis-init.obj,dis-buf.obj,disassemble.obj
52 lib/create libopcodes *.obj
56 $(RM) *.obj;
/toolchain/binutils/binutils-2.25/gas/po/
DPOTFILES.in21 config/obj-aout.c
22 config/obj-aout.h
23 config/obj-coff.c
24 config/obj-coff.h
25 config/obj-ecoff.c
26 config/obj-ecoff.h
27 config/obj-elf.c
28 config/obj-elf.h
29 config/obj-evax.c
30 config/obj-evax.h
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
Dbig-obj.d1 #as: -mbig-obj
3 #name: PE x64 big obj
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dmips-elf-flags.exp48 set obj "tmpdir/mips-flags-${index}.o"
49 if {![ld_assemble $as "$args $srcdir/$subdir/jr.s" $obj]} {
52 lappend objs $obj

123456