Searched refs:symtab_shndx (Results 1 – 1 of 1) sorted by relevance
439 struct section *symtab, *symtab_shndx, *sec; in read_symbols() local449 if (symtab_shndx) in read_symbols()450 shndx_data = symtab_shndx->data; in read_symbols()644 if (symtab_shndx) { in elf_update_symbol()645 t = elf_getscn(elf->elf, symtab_shndx->idx); in elf_update_symbol()705 mark_sec_changed(elf, symtab_shndx, true); in elf_update_symbol()706 symtab_shndx->truncate = true; in elf_update_symbol()757 struct section *symtab, *symtab_shndx; in __elf_create_symbol() local817 if (symtab_shndx) { in __elf_create_symbol()818 symtab_shndx->sh.sh_size += sizeof(Elf32_Word); in __elf_create_symbol()[all …]
Completed in 4 milliseconds