Lines Matching refs:sh_name
157 unsigned char sh_name[4]; /* Section name, index in string tbl */ member
172 unsigned char sh_name[4]; /* Section name, index in string tbl */ member
548 unsigned int sh_name; in simple_object_elf_find_sections() local
554 sh_name = ELF_FETCH_FIELD (type_functions, ei_class, Shdr, in simple_object_elf_find_sections()
555 shdr, sh_name, Elf_Word); in simple_object_elf_find_sections()
556 if (sh_name >= name_size) in simple_object_elf_find_sections()
564 name = (const char *) names + sh_name; in simple_object_elf_find_sections()
767 off_t offset, unsigned int sh_name, in simple_object_elf_write_shdr() argument
788 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_name, Elf_Word, sh_name); in simple_object_elf_write_shdr()
826 size_t sh_name; in simple_object_elf_write_to_file() local
871 sh_name = 1; in simple_object_elf_write_to_file()
909 sh_name, SHT_PROGBITS, 0, sh_offset, in simple_object_elf_write_to_file()
915 sh_name += strlen (section->name) + 1; in simple_object_elf_write_to_file()
920 sh_name, SHT_STRTAB, 0, sh_offset, in simple_object_elf_write_to_file()
921 sh_name + strlen (".shstrtab") + 1, 0, in simple_object_elf_write_to_file()