Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf.c3584 int relocatable_p = ! (abfd->flags & (EXEC_P | DYNAMIC)); in _bfd_elf_compute_section_file_positions() local
3586 if (! swap_out_syms (abfd, &strtab, relocatable_p)) in _bfd_elf_compute_section_file_positions()
6774 int relocatable_p) in swap_out_syms() argument
6916 if (! relocatable_p) in swap_out_syms()
DChangeLog-98994451 * elf.c (swap_out_syms): New arg relocatable_p.