Searched refs:new_section (Results 1 – 5 of 5) sorted by relevance
/external/dbus/bus/ |
D | desktop-file.c | 268 new_section (BusDesktopFile *desktop_file, in new_section() function 309 section = new_section (parser->desktop_file, name); in open_section()
|
/external/v8/tools/ |
D | test.py | 1149 new_section = Section(condition) 1150 sections.append(new_section) 1151 current_section = new_section
|
/external/elfutils/src/ |
D | ldgeneric.c | 2831 struct scnhead **scnhead, bool new_section, size_t segment_nr) in match_section() argument 2839 return new_section; in match_section() 2906 if (new_section) in match_section() 2930 new_section = false; in match_section() 2962 return new_section; in match_section() 2995 bool new_section = true; in sort_sections_lscript() local 3005 new_section = in sort_sections_lscript() 3008 new_section, segment_nr); in sort_sections_lscript()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 6816 Section *new_section(TCCState *s1, const char *name, int sh_type, int sh_flags) in new_section() function 6899 return new_section(s1, name, SHT_PROGBITS, SHF_ALLOC); in find_section() 18362 sr = new_section(tcc_state, buf, SHT_REL, symtab->sh_flags); in put_elf_reloc() 18793 s1->got = new_section(s1, ".got", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in build_got() 19014 symtab = new_section(s1, symtab_name, sh_type, sh_flags); in new_symtab() 19016 strtab = new_section(s1, strtab_name, SHT_STRTAB, sh_flags); in new_symtab() 19023 hash = new_section(s1, hash_name, SHT_HASH, hash_sh_flags); in new_symtab() 19255 interp = new_section(s1, ".interp", SHT_PROGBITS, SHF_ALLOC); in tcc_output_file() 19268 dynamic = new_section(s1, ".dynamic", SHT_DYNAMIC, in tcc_output_file() 19274 s1->plt = new_section(s1, ".plt", SHT_PROGBITS, in tcc_output_file() [all …]
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 12129 * bus/desktop-file.c: (new_section): 13450 (unescape_string), (new_section), (parse_section_start),
|