HomeSort by relevance Sort by last modified time
    Searched refs:current_section (Results 1 - 12 of 12) sorted by null

  /external/libvorbis/examples/
vorbisfile_example.c 38 int current_section; local
68 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
  /toolchain/binutils/binutils-2.25/gas/
literal.c 52 segT current_section = now_seg; local
91 subseg_set (current_section, current_subsec);
  /external/autotest/client/bin/
fsinfo.py 37 current_section = ''
41 current_section = '[defaults]'
43 current_section = '[fs_types]'
44 elif current_section == '[defaults]':
48 elif current_section == '[fs_types]':
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 381 current_section = None
421 current_section = match_section.group(1)
422 match_band = re.match('Band (\d+)', current_section)
440 if (current_section == 'Supported interface modes' and
447 if current_section == 'Supported commands' and pending_phy_name:
453 if (current_section is not None and
454 current_section.startswith('VHT Capabilities') and
  /external/dbus/bus/
desktop-file.c 61 int current_section; /**< The current section being parsed */ member in struct:__anon9556
313 parser->current_section = parser->desktop_file->n_sections - 1;
314 _dbus_assert (&parser->desktop_file->sections[parser->current_section] == section);
325 section = &parser->desktop_file->sections[parser->current_section];
590 if (parser->current_section != -1)
591 section_name = parser->desktop_file->sections[parser->current_section].section_name;
677 parser.current_section = -1;
  /external/e2fsprogs/e2fsck/
profile.c 157 struct profile_node *current_section; member in struct:parse_state
734 &iter, &state->current_section);
738 &state->current_section);
749 state->current_section->final = 1;
764 state->current_section->final = 1;
765 state->current_section = state->current_section->parent;
821 retval = profile_add_node(state->current_section,
822 tag, 0, &state->current_section);
826 state->current_section->final = 1
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-evax.c 143 segT current_section = now_seg; local
199 subseg_set (current_section, current_subsec);
tc-alpha.c 1203 segT current_section = now_seg; local
3379 segT current_section = now_seg; local
    [all...]
tc-xtensa.c 5149 segT current_section = now_seg; local
10925 segT seg, current_section; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/
bfdlink.h 667 asection * current_section, asection * previous_section,
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 6186 static lang_output_section_statement_type *current_section; variable
    [all...]
ldexp.c 1088 exp_fold_tree (etree_type *tree, asection *current_section, bfd_vma *dotp)
1092 expld.section = current_section;
    [all...]

Completed in 243 milliseconds