Home
last modified time | relevance | path

Searched refs:symindex (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.c386 entry->symindex = 0; in elf_symtab_create()
452 entry->symindex = prev->symindex + 1; in elf_symtab_assign_indices()
454 last_local = entry->symindex; in elf_symtab_assign_indices()
791 r_sym = esym->symindex; in elf_secthead_write_relocs_to_file()
Delf.h418 elf_symbol_index symindex; member
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c314 unsigned long symindex; /* current symbol index in output order */ member
813 sym_data->index = info->symindex; in macho_objfmt_count_sym()
814 info->symindex++; in macho_objfmt_count_sym()
1091 info.symindex = 0; in macho_objfmt_output()