Searched defs:new_section (Results 1 - 2 of 2) sorted by relevance

/external/dbus/bus/
H A Ddesktop-file.c266 new_section (BusDesktopFile *desktop_file, function
307 section = new_section (parser->desktop_file, name);
/external/elfutils/src/
H A Dldgeneric.c2618 struct scnhead **scnhead, bool new_section, size_t segment_nr)
2626 return new_section;
2690 /* Create a new section for the output file if the 'new_section'
2693 if (new_section)
2715 new_section = false;
2744 return new_section;
2777 bool new_section = true; local
2787 new_section =
2790 new_section, segment_nr);
2617 match_section(const char *osectname, struct filemask_section_name *sectmask, struct scnhead **scnhead, bool new_section, size_t segment_nr) argument

Completed in 70 milliseconds