Searched refs:strsec (Results 1 – 1 of 1) sorted by relevance
19219 Section *strsec, *s; in tcc_output_file() local19408 strsec = new_section(s1, ".shstrtab", SHT_STRTAB, 0); in tcc_output_file()19409 put_elf_str(strsec, ""); in tcc_output_file()19442 s->sh_name = put_elf_str(strsec, s->name); in tcc_output_file()19867 unsigned char *strsec, *strtab; in tcc_load_object_file() local19899 strsec = load_data(fd, file_offset + sh->sh_offset, sh->sh_size); in tcc_load_object_file()19932 sh_name = strsec + sh->sh_name; in tcc_load_object_file()20090 tcc_free(strsec); in tcc_load_object_file()