/external/libvorbis/examples/ |
vorbisfile_example.c | 38 int current_section; local 68 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,¤t_section);
|
/toolchain/binutils/binutils-2.25/gas/ |
literal.c | 52 segT current_section = now_seg; local 91 subseg_set (current_section, current_subsec);
|
/external/dbus/bus/ |
desktop-file.c | 61 int current_section; /**< The current section being parsed */ member in struct:__anon10144 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;
|
/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...] |
/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/ld/ |
ldlang.c | 6186 static lang_output_section_statement_type *current_section; variable [all...] |