Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf.c4109 int relocatable_p = ! (abfd->flags & (EXEC_P | DYNAMIC)); in _bfd_elf_compute_section_file_positions() local
4111 if (! swap_out_syms (abfd, &strtab, relocatable_p)) in _bfd_elf_compute_section_file_positions()
7413 int relocatable_p) in swap_out_syms() argument
7574 if (! relocatable_p) in swap_out_syms()
DChangeLog-98994451 * elf.c (swap_out_syms): New arg relocatable_p.