Searched refs:beg (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gprof/ |
D | search_list.c | 31 const char *beg, *colon; in search_list_append() local 37 beg = colon + 1; in search_list_append() 38 colon = strchr (beg, PATH_SEP_CHAR); in search_list_append() 41 len = colon - beg; in search_list_append() 43 len = strlen (beg); in search_list_append() 46 memcpy (new_el->path, beg, len); in search_list_append()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-elf.c | 934 char *name, *group_name, *beg; in obj_elf_section() local 998 beg = demand_copy_C_string (&dummy); in obj_elf_section() 999 if (beg == NULL) in obj_elf_section() 1004 attr |= obj_elf_parse_section_letters (beg, strlen (beg), &is_clone); in obj_elf_section() 1017 beg = demand_copy_C_string (&dummy); in obj_elf_section() 1018 if (beg == NULL) in obj_elf_section() 1023 type = obj_elf_section_type (beg, strlen (beg), TRUE); in obj_elf_section() 1027 beg = ++input_line_pointer; in obj_elf_section() 1030 type = obj_elf_section_type (beg, input_line_pointer - beg, TRUE); in obj_elf_section() 1109 beg = ++input_line_pointer; in obj_elf_section() [all …]
|
D | tc-tic54x.c | 4679 unsigned beg, len = 1; /* default to a single char */ in subsym_substitute() local 4685 beg = get_absolute_expression (); in subsym_substitute() 4686 if (beg < 1) in subsym_substitute() 4696 if (beg + len > strlen (value)) in subsym_substitute() 4699 (int) strlen (value) - beg); in subsym_substitute() 4703 newval += beg - 1; in subsym_substitute()
|
D | tc-alpha.c | 4295 char *name, *beg; in s_alpha_section() local 4317 beg = input_line_pointer; in s_alpha_section() 4321 vms_flags |= s_alpha_section_word (beg, input_line_pointer - beg); in s_alpha_section()
|
/toolchain/binutils/binutils-2.25/etc/ |
D | add-log.el | 337 (beg (save-excursion (backward-paragraph)(point))) 339 (fill-region beg end justify))) 410 (let (beg tem)
|
/toolchain/binutils/binutils-2.25/gas/ |
D | dwarf2dbg.c | 2235 symbolS *beg, *end; in out_debug_ranges() local 2238 beg = symbol_temp_new (s->seg, 0, frag); in out_debug_ranges() 2239 s->text_start = beg; in out_debug_ranges() 2246 exp.X_add_symbol = beg; in out_debug_ranges() 2296 symbolS *beg, *end; in out_debug_aranges() local 2299 beg = symbol_temp_new (s->seg, 0, frag); in out_debug_aranges() 2300 s->text_start = beg; in out_debug_aranges() 2307 exp.X_add_symbol = beg; in out_debug_aranges() 2313 exp.X_op_symbol = beg; in out_debug_aranges()
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | sv.po | 325 msgstr "Varning: St�nger av samverkansflaggan f�r %s p� grund av beg�ran utifr�n" 3069 #~ msgstr "Varning: St�nger av samverkandeflaggan f�r %s p� grund av utomst�ende beg�ran"
|