Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 258) sorted by relevance

1234567891011

/toolchain/binutils/binutils-2.27/gprof/
Dsym_ids.c92 struct sym_id *id; in sym_id_add() local
95 id = (struct sym_id *) xmalloc (sizeof (*id) + len + 1); in sym_id_add()
96 memset (id, 0, sizeof (*id)); in sym_id_add()
98 id->spec = (char *) id + sizeof (*id); in sym_id_add()
99 strcpy (id->spec, spec); in sym_id_add()
100 id->which_table = which_table; in sym_id_add()
102 id->next = id_list; in sym_id_add()
103 id_list = id; in sym_id_add()
173 parse_id (struct sym_id *id) in parse_id() argument
177 DBG (IDDEBUG, printf ("[parse_id] %s -> ", id->spec)); in parse_id()
[all …]
/toolchain/binutils/binutils-2.27/ld/
Dldbuildid.c57 const char *id = style + 2; in compute_build_id_size() local
61 if (ISXDIGIT (id[0]) && ISXDIGIT (id[1])) in compute_build_id_size()
64 id += 2; in compute_build_id_size()
66 else if (*id == '-' || *id == ':') in compute_build_id_size()
67 ++id; in compute_build_id_size()
73 } while (*id != '\0'); in compute_build_id_size()
138 const char *id = style + 2; in generate_build_id() local
143 if (ISXDIGIT (id[0]) && ISXDIGIT (id[1])) in generate_build_id()
145 id_bits[n] = read_hex (*id++) << 4; in generate_build_id()
146 id_bits[n++] |= read_hex (*id++); in generate_build_id()
[all …]
/toolchain/binutils/binutils-2.27/binutils/
Dsysinfo.y256 char *id = $7; variable
266 id,
273 id,
284 id,
285 id,
288 id);
294 id,
295 id,
298 id);
306 id,
[all …]
Dresres.c230 type = &re->id; in write_res_directory()
236 name = &re->id; in write_res_directory()
242 if (! re->id.named in write_res_directory()
243 && re->id.u.id != (unsigned long) *language in write_res_directory()
244 && (re->id.u.id & 0xffff) == re->id.u.id) in write_res_directory()
246 *language = re->id.u.id; in write_res_directory()
360 && (type->named || type->u.id != (unsigned long) rt)) in write_res_resource()
389 get_id_size (const rc_res_id *id) in get_id_size() argument
391 if (id->named) in get_id_size()
392 return sizeof (unichar) * (id->u.n.length + 1); in get_id_size()
[all …]
Drcparse.y85 rc_res_id id; member
159 %type <id> id rcdata_id optresidc resref resid cresid
200 id ACCELERATORS suboptions BEG acc_entries END
238 $$.id = $2;
243 $$.id = $2;
258 $$.id = 0;
276 $$.id = 0;
328 id BITMAP memflags_move file_name
340 id CURSOR memflags_move_discard file_name
352 id DIALOG memflags_move exstyle posnumexpr cnumexpr cnumexpr
[all …]
Dresrc.c690 define_accelerator (rc_res_id id, const rc_res_res_info *resinfo, in define_accelerator() argument
695 r = define_standard_resource (&resources, RT_ACCELERATOR, id, in define_accelerator()
709 define_bitmap (rc_res_id id, const rc_res_res_info *resinfo, in define_bitmap() argument
735 r = define_standard_resource (&resources, RT_BITMAP, id, in define_bitmap()
751 define_cursor (rc_res_id id, const rc_res_res_info *resinfo, in define_cursor() argument
821 name.u.id = cursors; in define_cursor()
859 r = define_standard_resource (&resources, RT_GROUP_CURSOR, id, in define_cursor()
869 define_dialog (rc_res_id id, const rc_res_res_info *resinfo, in define_dialog() argument
878 r = define_standard_resource (&resources, RT_DIALOG, id, in define_dialog()
889 define_control (const rc_res_id iid, rc_uint_type id, rc_uint_type x, in define_control() argument
[all …]
Ddeflex.l67 yylval.id = xstrdup (yytext);
72 yylval.id = xstrdup (yytext+1);
73 yylval.id[yyleng-2] = 0;
78 yylval.id = xstrdup (yytext+1);
79 yylval.id[yyleng-2] = 0;
Drescoff.c245 re->id.named = 1; in read_coff_res_dir()
247 re->id.u.n.length = length; in read_coff_res_dir()
248 re->id.u.n.name = (unichar *) res_alloc (length * sizeof (unichar)); in read_coff_res_dir()
254 re->id.u.n.name[j] = windres_get_16 (wrbfd, ers + j * 2 + 2, 2); in read_coff_res_dir()
258 type = &re->id; in read_coff_res_dir()
294 re->id.named = 0; in read_coff_res_dir()
295 re->id.u.id = name; in read_coff_res_dir()
298 type = &re->id; in read_coff_res_dir()
602 if (re->id.named) in coff_bin_sizes()
603 cwi->dirstrsize += re->id.u.n.length * 2 + 2; in coff_bin_sizes()
[all …]
Dwinduni.c620 wind_find_language_by_id (unsigned id) in wind_find_language_by_id() argument
625 if (! id) in wind_find_language_by_id()
627 for (i = 0; languages[i].id != (unsigned) -1 && languages[i].id != id; i++) in wind_find_language_by_id()
629 if (languages[i].id == id) in wind_find_language_by_id()
635 wl.id = id; in wind_find_language_by_id()
636 wl.doscp = codepage_from_langid ((unsigned short) id); in wind_find_language_by_id()
637 wl.wincp = wincodepage_from_langid ((unsigned short) id); in wind_find_language_by_id()
638 wl.name = lang_from_langid ((unsigned short) id); in wind_find_language_by_id()
639 wl.country = country_from_langid ((unsigned short) id); in wind_find_language_by_id()
Dwindres.c231 if (a.u.id > b.u.id) in res_id_cmp()
233 else if (a.u.id < b.u.id) in res_id_cmp()
273 res_id_print (FILE *stream, rc_res_id id, int quote) in res_id_print() argument
275 if (! id.named) in res_id_print()
276 fprintf (stream, "%u", (int) id.u.id); in res_id_print()
280 unicode_print_quoted (stream, id.u.n.name, id.u.n.length); in res_id_print()
282 unicode_print (stream, id.u.n.name, id.u.n.length); in res_id_print()
353 if (res_id_cmp ((*pp)->id, ids[i]) == 0) in define_resource()
362 re->id = ids[i]; in define_resource()
427 a[0].u.id = type; in define_standard_resource()
[all …]
Dwindint.h51 bfd_byte id[2]; member
116 rc_uint_type id; member
130 rc_res_id id; member
305 rc_uint_type id; member
312 bfd_byte id[2]; member
634 rc_uint_type id; member
665 bfd_byte id[2]; member
678 bfd_byte id[4]; member
793 rc_uint_type id; member
805 bfd_byte id[2]; member
[all …]
Dresbin.c75 switch (type.u.id) in bin_to_res()
156 get_resid (windres_bfd *wrbfd, rc_res_id *id, const bfd_byte *data, in get_resid() argument
169 id->named = 0; in get_resid()
170 id->u.id = windres_get_16 (wrbfd, data + 2, 2); in get_resid()
175 id->named = 1; in get_resid()
176 id->u.n.name = get_unicode (wrbfd, data, length, &id->u.n.length); in get_resid()
177 return id->u.n.length * 2 + 2; in get_resid()
318 mi->id = windres_get_16 (wrbfd, data + 2, 2); in bin_to_res_menuitems()
324 mi->id = 0; in bin_to_res_menuitems()
370 mi->id = windres_get_32 (wrbfd, data + 8, 4); in bin_to_res_menuexitems()
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dobj-evax.c230 evax_shorten_name (char *id) in evax_shorten_name() argument
234 int len = strlen (id); in evax_shorten_name()
241 return id; in evax_shorten_name()
247 if (strncmp (&id[len-4], "..", 2) == 0) in evax_shorten_name()
250 strncpy (suffix, &id[len-4], 4); in evax_shorten_name()
255 if ((id[0] == '$') && ISDIGIT (id[1])) in evax_shorten_name()
261 if (!ISDIGIT (id[i])) in evax_shorten_name()
263 if (id[i] == '.' && id [i+1] == '.') in evax_shorten_name()
266 strncpy (prefix, id, prefix_dotdot); in evax_shorten_name()
275 base_id = xmemdup0 (&id[prefix_dotdot], suffix_dotdot - prefix_dotdot); in evax_shorten_name()
[all …]
/toolchain/binutils/binutils-2.27/
DMakefile.tpl432 STAGE[+id+]_CFLAGS = $(STAGE_CFLAGS)
433 STAGE[+id+]_CXXFLAGS = $(CXXFLAGS)
436 STAGE[+id+]_CXXFLAGS = $(STAGE[+id+]_CFLAGS)
438 STAGE[+id+]_TFLAGS = $(STAGE_TFLAGS)
439 STAGE[+id+]_CONFIGURE_FLAGS = $(STAGE_CONFIGURE_FLAGS)
1058 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
1059 maybe-configure-stage[+id+]-[+prefix+][+module+]:
1061 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1062 configure-stage[+id+]-[+prefix+][+module+]:
1063 @[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Dz8kgen.c36 int id; member
576 return a->id > b->id ? 1 : -1; in func()
915 int id; in internal() local
921 for (id = 0; id < c; id++) in internal()
922 new_op[id].id = id; in internal()
973 int id; in gas() local
982 for (id = 0; id < c; id++) in gas()
983 new_op[id].id = id; in gas()
Dopc2c.c88 char id[MAX_BYTES * 8 + 1]; member
243 return strcmp (a->id, b->id); in op_cmp()
275 if (isalpha (op->id[i])) in dump_lines()
283 while (op->id[i] && isalpha (op->id[i])) in dump_lines()
287 *np++ = op->id[i++]; in dump_lines()
528 if (memcmp (op->id + bit, name, n) == 0 in fieldcmp()
529 && (!isalpha (op->id[bit + n]) || op->var_start[bit + n])) in fieldcmp()
641 memset (op->id, 0, sizeof (op->id)); in main()
705 op->id[i++] = *lp; in main()
762 if (isalpha (opcodes[i]->id[j * 8 + b])) in main()
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
Dmips16-local-stubs-1.s22 .macro makestubs,id argument
23 makestub nomips16,f\id,.mips16.call.F\id
24 makestub nomips16,g\id,.mips16.call.fp.G\id
25 makestub mips16,h\id,.mips16.fn.H\id
/toolchain/binutils/binutils-2.27/binutils/po/
DMake-in50 SOURCES = cat-id-tbl.c
54 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
97 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
98 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
99 rm -f cat-id-tbl.tmp
101 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
102 if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
103 rm cat-id-tbl.tmp; \
105 echo cat-id-tbl.c changed; \
106 rm -f $(srcdir)/cat-id-tbl.c; \
[all …]
/toolchain/binutils/binutils-2.27/gprof/po/
DMake-in50 SOURCES = cat-id-tbl.c
54 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
97 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
98 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
99 rm -f cat-id-tbl.tmp
101 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
102 if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
103 rm cat-id-tbl.tmp; \
105 echo cat-id-tbl.c changed; \
106 rm -f $(srcdir)/cat-id-tbl.c; \
[all …]
/toolchain/binutils/binutils-2.27/opcodes/po/
DMake-in50 SOURCES = cat-id-tbl.c
54 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
97 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
98 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
99 rm -f cat-id-tbl.tmp
101 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
102 if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
103 rm cat-id-tbl.tmp; \
105 echo cat-id-tbl.c changed; \
106 rm -f $(srcdir)/cat-id-tbl.c; \
[all …]
/toolchain/binutils/binutils-2.27/gold/po/
DMake-in50 SOURCES = cat-id-tbl.c
54 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
97 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
98 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
99 rm -f cat-id-tbl.tmp
101 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
102 if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
103 rm cat-id-tbl.tmp; \
105 echo cat-id-tbl.c changed; \
106 rm -f $(srcdir)/cat-id-tbl.c; \
[all …]
/toolchain/binutils/binutils-2.27/gas/po/
DMake-in50 SOURCES = cat-id-tbl.c
54 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
97 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
98 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
99 rm -f cat-id-tbl.tmp
101 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
102 if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
103 rm cat-id-tbl.tmp; \
105 echo cat-id-tbl.c changed; \
106 rm -f $(srcdir)/cat-id-tbl.c; \
[all …]
/toolchain/binutils/binutils-2.27/ld/po/
DMake-in50 SOURCES = cat-id-tbl.c
54 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
97 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
98 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
99 rm -f cat-id-tbl.tmp
101 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
102 if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
103 rm cat-id-tbl.tmp; \
105 echo cat-id-tbl.c changed; \
106 rm -f $(srcdir)/cat-id-tbl.c; \
[all …]
/toolchain/binutils/binutils-2.27/bfd/po/
DMake-in50 SOURCES = cat-id-tbl.c
54 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
111 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
112 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
113 rm -f cat-id-tbl.tmp
115 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
116 if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
117 rm cat-id-tbl.tmp; \
119 echo cat-id-tbl.c changed; \
120 rm -f $(srcdir)/cat-id-tbl.c; \
[all …]
/toolchain/binutils/binutils-2.27/gold/
DMakefile.am348 ld1_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-…
349 ld2_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-…
350 ld3_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-…
351 ld4_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12346 -Wl,--build-id-min-…

1234567891011