Home
last modified time | relevance | path

Searched refs:esym (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-x86.c162 elf_symtab_entry *esym; in elf_x86_x86_map_reloc_info_to_type() local
164 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()
Delf-x86-amd64.c159 elf_symtab_entry *esym; in elf_x86_amd64_map_reloc_info_to_type() local
161 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()
Delf.c787 elf_symtab_entry *esym; in elf_secthead_write_relocs_to_file() local
789 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()
/external/valgrind/main/perf/
Dtinycc.c6911 Elf32_Sym *esym; in put_extern_sym2() local
6968 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() local
14449 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() local
18311 esym = &((Elf32_Sym *)s->data)[sym_index]; in add_elf_sym()
[all …]