• Home
  • Raw
  • Download

Lines Matching refs:new_section

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()
19408 strsec = new_section(s1, ".shstrtab", SHT_STRTAB, 0); in tcc_output_file()
19855 uint8_t new_section; /* true if section 's' was added */ member
19958 s = new_section(s1, sh_name, sh->sh_type, sh->sh_flags); in tcc_load_object_file()
19963 sm_table[i].new_section = 1; in tcc_load_object_file()
19997 if (!s || !sm_table[i].new_section) in tcc_load_object_file()
20842 text_section = new_section(s, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR); in tcc_new()
20843 data_section = new_section(s, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in tcc_new()
20844 bss_section = new_section(s, ".bss", SHT_NOBITS, SHF_ALLOC | SHF_WRITE); in tcc_new()
21146 bounds_section = new_section(s, ".bounds", in tcc_set_output_type()
21148 lbounds_section = new_section(s, ".lbounds", in tcc_set_output_type()
21160 stab_section = new_section(s, ".stab", SHT_PROGBITS, 0); in tcc_set_output_type()
21162 stabstr_section = new_section(s, ".stabstr", SHT_STRTAB, 0); in tcc_set_output_type()