Searched refs:local_call_stubs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h1416 asection **local_call_stubs;
1414 asection **local_call_stubs; member in struct:elf_obj_tdata
H A Delfxx-mips.c4120 && elf_tdata (input_bfd)->local_call_stubs != NULL
4121 && elf_tdata (input_bfd)->local_call_stubs[r_symndx] != NULL))
4125 sec = elf_tdata (input_bfd)->local_call_stubs[r_symndx];
6347 if (elf_tdata (abfd)->local_call_stubs == NULL)
6361 elf_tdata (abfd)->local_call_stubs = n;
6365 elf_tdata (abfd)->local_call_stubs[r_symndx] = sec;

Completed in 78 milliseconds