Searched refs:strsec (Results 1 – 1 of 1) sorted by relevance
1778 struct obj_section *relsec, *symsec, *strsec; in arch_create_got() local1790 strsec = f->sections[symsec->header.sh_link]; in arch_create_got()1795 strtab = (const char *) strsec->contents; in arch_create_got()2895 struct obj_section *strsec; in obj_string_patch() local2905 strsec = obj_find_section(f, ".kstrtab"); in obj_string_patch()2906 if (strsec == NULL) { in obj_string_patch()2907 strsec = obj_create_alloced_section(f, ".kstrtab", 1, len); in obj_string_patch()2909 loc = strsec->contents; in obj_string_patch()2911 p->string_offset = strsec->header.sh_size; in obj_string_patch()2912 loc = obj_extend_section(strsec, len); in obj_string_patch()[all …]