Searched refs:got_info (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_nanosleep.c53 static int got_info; variable
58 got_info = 1;
209 got_info = 0;
230 if (errno == EINTR && got_info == 1) {
231 got_info = 0;
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-score.c144 struct score_got_info *got_info; member in union:_score_elf_section_data::__anon441
975 g = score_elf_section_data (sgot)->u.got_info;
1005 /* In the multi-got case, assigned_gotno of the master got_info
1365 score_elf_section_data (s)->u.got_info = g;
1478 g = score_elf_section_data (got)->u.got_info;
2526 g = score_elf_section_data (sgot)->u.got_info;
3249 g = score_elf_section_data (sgot)->u.got_info;
3306 g = score_elf_section_data (sgot)->u.got_info;
H A Delfxx-mips.c209 struct mips_got_info *got_info; member in union:_mips_elf_section_data::__anon454
2110 g = mips_elf_section_data (sgot)->u.got_info;
2764 /* In the multi-got case, assigned_gotno of the master got_info
3018 /* Find the got_info for this GOT entry's input bfd. Create one if
3834 mips_elf_section_data (s)->u.got_info = g;
6414 g = mips_elf_section_data (sgot)->u.got_info;
8288 g = mips_elf_section_data (sgot)->u.got_info;
8555 g = mips_elf_section_data (sgot)->u.got_info;
8722 gg = mips_elf_section_data (sgot)->u.got_info;
9712 && (g = mips_elf_section_data (got)->u.got_info) !
[all...]

Completed in 126 milliseconds