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

/external/dbus/bus/
H A Ddesktop-file.c268 new_section (BusDesktopFile *desktop_file, function
309 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
/external/valgrind/main/perf/
H A Dtinycc.c6818 Section *new_section(TCCState *s1, const char *name, int sh_type, int sh_flags)
6901 return new_section(s1, name, SHT_PROGBITS, SHF_ALLOC);
18363 sr = new_section(tcc_state, buf, SHT_REL, symtab->sh_flags);
18794 s1->got = new_section(s1, ".got", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
19015 symtab = new_section(s1, symtab_name, sh_type, sh_flags);
19017 strtab = new_section(s1, strtab_name, SHT_STRTAB, sh_flags);
19024 hash = new_section(s1, hash_name, SHT_HASH, hash_sh_flags);
19256 interp = new_section(s1, ".interp", SHT_PROGBITS, SHF_ALLOC);
19269 dynamic = new_section(s1, ".dynamic", SHT_DYNAMIC,
19275 s1->plt = new_section(s
6816 Section *new_section(TCCState *s1, const char *name, int sh_type, int sh_flags) function
19854 uint8_t new_section; /* true if section 's' was added */ member in struct:SectionMergeInfo
[all...]

Completed in 157 milliseconds