Home
last modified time | relevance | path

Searched refs:new_section (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dldgeneric.c2821 struct scnhead **scnhead, bool new_section, size_t segment_nr) in match_section() argument
2829 return new_section; in match_section()
2896 if (new_section) in match_section()
2920 new_section = false; in match_section()
2952 return new_section; in match_section()
2985 bool new_section = true; in sort_sections_lscript() local
2995 new_section = in sort_sections_lscript()
2998 new_section, segment_nr); in sort_sections_lscript()
/external/valgrind/perf/
Dtinycc.c6816 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 …]