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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h1415 asection **local_stubs;
1413 asection **local_stubs; member in struct:elf_obj_tdata
H A Delfxx-mips.c4096 && elf_tdata (input_bfd)->local_stubs != NULL
4097 && elf_tdata (input_bfd)->local_stubs[r_symndx] != NULL))
4104 sec = elf_tdata (input_bfd)->local_stubs[r_symndx];
6231 if (elf_tdata (abfd)->local_stubs == NULL)
6245 elf_tdata (abfd)->local_stubs = n;
6249 elf_tdata (abfd)->local_stubs[r_symndx] = sec;

Completed in 94 milliseconds