Searched defs:strsec (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/perf/ |
H A D | tinycc.c | 19221 Section *strsec, *s; 19410 strsec = new_section(s1, ".shstrtab", SHT_STRTAB, 0); 19411 put_elf_str(strsec, ""); 19440 /* NOTE: the strsec section comes last, so its size is also 19444 s->sh_name = put_elf_str(strsec, s->name); 19869 unsigned char *strsec, *strtab; 19901 strsec = load_data(fd, file_offset + sh->sh_offset, sh->sh_size); 19934 sh_name = strsec + sh->sh_name; 20092 tcc_free(strsec); 19219 Section *strsec, *s; local 19867 unsigned char *strsec, *strtab; local
|
Completed in 569 milliseconds