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 | 1111 new_section = Section(condition) 1112 sections.append(new_section) 1113 current_section = new_section
|
/external/elfutils/src/ |
D | ldgeneric.c | 2618 struct scnhead **scnhead, bool new_section, size_t segment_nr) in match_section() argument 2626 return new_section; in match_section() 2693 if (new_section) in match_section() 2715 new_section = false; in match_section() 2744 return new_section; in match_section() 2777 bool new_section = true; in sort_sections_lscript() local 2787 new_section = in sort_sections_lscript() 2790 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() 18361 sr = new_section(tcc_state, buf, SHT_REL, symtab->sh_flags); in put_elf_reloc() 18792 s1->got = new_section(s1, ".got", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in build_got() 19013 symtab = new_section(s1, symtab_name, sh_type, sh_flags); in new_symtab() 19015 strtab = new_section(s1, strtab_name, SHT_STRTAB, sh_flags); in new_symtab() 19022 hash = new_section(s1, hash_name, SHT_HASH, hash_sh_flags); in new_symtab() 19254 interp = new_section(s1, ".interp", SHT_PROGBITS, SHF_ALLOC); in tcc_output_file() 19267 dynamic = new_section(s1, ".dynamic", SHT_DYNAMIC, in tcc_output_file() 19273 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),
|