Searched refs:new_section (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
D | gas-parse.c | 1545 yasm_section *new_section; in gas_get_section() local 1564 new_section = yasm_objfmt_section_switch(p_object, &vps, objext_valparams, in gas_get_section() 1568 return new_section; in gas_get_section() 1577 yasm_section *new_section; in gas_switch_section() local 1579 new_section = gas_get_section(parser_gas, yasm__xstrdup(name), flags, type, in gas_switch_section() 1581 if (new_section) { in gas_switch_section() 1582 cursect = new_section; in gas_switch_section() 1583 parser_gas->prev_bc = yasm_section_bcs_last(new_section); in gas_switch_section()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | section.c | 154 yasm_section *new_section = in dir_section() local 156 if (new_section) in dir_section() 157 object->cur_section = new_section; in dir_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 …]
|