Lines Matching refs:beg
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()
1113 attr |= obj_elf_section_word (beg, input_line_pointer - beg, & type); in obj_elf_section()