Searched refs:got_sec (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnlmconv.c549 asection *got_sec;
551 got_sec = bfd_get_section_by_name (inbfd, ".got");
552 assert (got_sec != (asection *) NULL);
553 sym->value = got_sec->output_offset;
554 sym->section = got_sec->output_section;
1701 asection *got_sec;
1720 got_sec = bfd_get_section_by_name (inbfd, ".got");
1721 if (got_sec == (asection *) NULL)
1723 got_sec = bfd_make_section (inbfd, ".got");
1724 if (got_sec
547 asection *got_sec; local
1693 asection *got_sec; local
1812 asection *got_sec; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmconv.c545 asection *got_sec;
547 got_sec = bfd_get_section_by_name (inbfd, ".got");
548 assert (got_sec != (asection *) NULL);
549 sym->value = got_sec->output_offset;
550 sym->section = got_sec->output_section;
1700 asection *got_sec;
1719 got_sec = bfd_get_section_by_name (inbfd, ".got");
1720 if (got_sec == (asection *) NULL)
1722 got_sec = bfd_make_section (inbfd, ".got");
1723 if (got_sec
543 asection *got_sec; local
1692 asection *got_sec; local
1811 asection *got_sec; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delfxx-ia64.c144 asection *got_sec; /* the linkage table section (or NULL) */ member in struct:elfNN_ia64_link_hash_table
1153 ia64_info->got_sec->_raw_size = data.ofs;
1154 ia64_info->got_sec->_cooked_size = data.ofs;
1887 ia64_info->got_sec = bfd_get_section_by_name (abfd, ".got");
1890 flagword flags = bfd_get_section_flags (abfd, ia64_info->got_sec);
1891 bfd_set_section_flags (abfd, ia64_info->got_sec, SEC_SMALL_DATA | flags);
1893 bfd_set_section_alignment (abfd, ia64_info->got_sec, 3);
2016 got = ia64_info->got_sec;
2029 ia64_info->got_sec = got;
2913 if (ia64_info->got_sec)
3403 asection *got_sec; local
3736 asection *got_sec = ia64_info->got_sec; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-ia64.c165 asection *got_sec; /* the linkage table section (or NULL) */ member in struct:elfNN_ia64_link_hash_table
1359 ia64_info->got_sec->size = data.ofs;
2132 ia64_info->got_sec = bfd_get_section_by_name (abfd, ".got");
2135 flagword flags = bfd_get_section_flags (abfd, ia64_info->got_sec);
2136 bfd_set_section_flags (abfd, ia64_info->got_sec, SEC_SMALL_DATA | flags);
2138 bfd_set_section_alignment (abfd, ia64_info->got_sec, 3);
2481 got = ia64_info->got_sec;
2494 ia64_info->got_sec = got;
3554 if (ia64_info->got_sec)
3560 ia64_info->got_sec
4044 asection *got_sec; local
4395 asection *got_sec = ia64_info->got_sec; local
[all...]

Completed in 100 milliseconds