Searched refs:esym (Results 1 – 4 of 4) sorted by relevance
162 elf_symtab_entry *esym; in elf_x86_x86_map_reloc_info_to_type() local164 esym = yasm_symrec_get_data(reloc->reloc.sym, &elf_symrec_data); in elf_x86_x86_map_reloc_info_to_type()165 if (esym) in elf_x86_x86_map_reloc_info_to_type()166 esym->type = STT_TLS; in elf_x86_x86_map_reloc_info_to_type()
159 elf_symtab_entry *esym; in elf_x86_amd64_map_reloc_info_to_type() local161 esym = yasm_symrec_get_data(reloc->reloc.sym, &elf_symrec_data); in elf_x86_amd64_map_reloc_info_to_type()162 if (esym) in elf_x86_amd64_map_reloc_info_to_type()163 esym->type = STT_TLS; in elf_x86_amd64_map_reloc_info_to_type()
787 elf_symtab_entry *esym; in elf_secthead_write_relocs_to_file() local789 esym = yasm_symrec_get_data(reloc->reloc.sym, &elf_symrec_data); in elf_secthead_write_relocs_to_file()790 if (esym) in elf_secthead_write_relocs_to_file()791 r_sym = esym->symindex; in elf_secthead_write_relocs_to_file()
6911 Elf32_Sym *esym; in put_extern_sym2() local6968 esym = &((Elf32_Sym *)symtab_section->data)[sym->c]; in put_extern_sym2()6969 esym->st_value = value; in put_extern_sym2()6970 esym->st_size = size; in put_extern_sym2()6971 esym->st_shndx = sh_num; in put_extern_sym2()14445 Elf32_Sym *esym; in decl_initializer_alloc() local14449 esym = &((Elf32_Sym *)symtab_section->data)[sym->c]; in decl_initializer_alloc()14450 esym->st_shndx = SHN_COMMON; in decl_initializer_alloc()18300 Elf32_Sym *esym; in add_elf_sym() local18311 esym = &((Elf32_Sym *)s->data)[sym_index]; in add_elf_sym()[all …]