Home
last modified time | relevance | path

Searched refs:symndx_map (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dunstrip.c636 size_t symndx_map[nsym - 1]; in add_new_section_symbols() local
663 symndx_map[i - 1] = i; in add_new_section_symbols()
696 symndx_map[i - 1] = i + added; in add_new_section_symbols()
700 adjust_all_relocs (elf, symscn, shdr, symndx_map, nsym - 1); in add_new_section_symbols()
1823 size_t *symndx_map = xmalloc (total_syms * sizeof (size_t)); in copy_elided_sections() local
1830 symbols, symndx_map, NULL); in copy_elided_sections()
1837 &symndx_map[stripped_nsym - 1], split_bss); in copy_elided_sections()
2004 symndx_map, total_syms, shdr); in copy_elided_sections()
2009 &symndx_map[stripped_nsym - 1], in copy_elided_sections()
2013 free (symndx_map); in copy_elided_sections()
DChangeLog566 (add_new_section_symbols): Call adjust_all_relocs with symndx_map
575 Allocate symbols and symndx_map arrays on heap, not stack. Pass