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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c1545 yasm_section *new_section; local
1564 new_section = yasm_objfmt_section_switch(p_object, &vps, objext_valparams,
1568 return new_section;
1577 yasm_section *new_section; local
1579 new_section = gas_get_section(parser_gas, yasm__xstrdup(name), flags, type,
1581 if (new_section) {
1582 cursect = new_section;
1583 parser_gas->prev_bc = yasm_section_bcs_last(new_section);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c154 yasm_section *new_section = local
156 if (new_section)
157 object->cur_section = new_section;
/external/elfutils/src/
H A Dldgeneric.c2831 struct scnhead **scnhead, bool new_section, size_t segment_nr)
2839 return new_section;
2903 /* Create a new section for the output file if the 'new_section'
2906 if (new_section)
2930 new_section = false;
2962 return new_section;
2995 bool new_section = true; local
3005 new_section =
3008 new_section, segment_nr);
2830 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);
18364 sr = new_section(tcc_state, buf, SHT_REL, symtab->sh_flags);
18795 s1->got = new_section(s1, ".got", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
19016 symtab = new_section(s1, symtab_name, sh_type, sh_flags);
19018 strtab = new_section(s1, strtab_name, SHT_STRTAB, sh_flags);
19025 hash = new_section(s1, hash_name, SHT_HASH, hash_sh_flags);
19257 interp = new_section(s1, ".interp", SHT_PROGBITS, SHF_ALLOC);
19270 dynamic = new_section(s1, ".dynamic", SHT_DYNAMIC,
19276 s1->plt = new_section(s
6816 Section *new_section(TCCState *s1, const char *name, int sh_type, int sh_flags) function
19855 uint8_t new_section; /* true if section 's' was added */ member in struct:SectionMergeInfo
[all...]

Completed in 151 milliseconds