Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf.c3371 ignore_section_sym (bfd *abfd, asymbol *sym) in ignore_section_sym() function
3432 && !ignore_section_sym (abfd, sym) in elf_map_symbols()
3449 else if (!ignore_section_sym (abfd, syms[idx])) in elf_map_symbols()
3482 else if (!ignore_section_sym (abfd, sym)) in elf_map_symbols()
DChangeLog-2012749 * elf.c (ignore_section_sym): Also ignore section symbols without
1795 * elf.c (ignore_section_sym): Correct comment. Don't return
DChangeLog-20061914 (ignore_section_sym): New function.
1915 (elf_map_symbols): Use ignore_section_sym to discard some syms.
DChangeLog-20082021 * elf.c (ignore_section_sym): Don't test section sym value here.