Home
last modified time | relevance | path

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

/trueos/contrib/binutils/bfd/
HDelf.c3397 asymbol **sect_syms; in elf_map_symbols() local
3419 sect_syms = bfd_zalloc2 (abfd, max_index, sizeof (asymbol *)); in elf_map_symbols()
3420 if (sect_syms == NULL) in elf_map_symbols()
3422 elf_section_syms (abfd) = sect_syms; in elf_map_symbols()
3439 sect_syms[sec->index] = syms[idx]; in elf_map_symbols()
3460 if (sect_syms[asect->index] == NULL) in elf_map_symbols()
3491 if (sect_syms[asect->index] == NULL) in elf_map_symbols()
3496 sect_syms[asect->index] = sym; in elf_map_symbols()