Searched refs:sec_info (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delf-eh-frame.c176 struct eh_frame_sec_info *sec_info = NULL; local
233 sec_info = bfd_zmalloc (sizeof (struct eh_frame_sec_info)
235 if (sec_info == NULL)
237 sec_info->alloced = 100;
262 if (sec_info->count == sec_info->alloced)
264 sec_info = bfd_realloc (sec_info,
266 + (sec_info->alloced + 99)
268 if (sec_info
708 struct eh_frame_sec_info *sec_info; local
767 struct eh_frame_sec_info *sec_info; local
[all...]
H A Delf-bfd.h1169 void *sec_info;
1167 void *sec_info; member in struct:bfd_elf_section_data
H A Delf.c997 /* Make sure sec_info_type is cleared if sec_info is cleared too. */
1029 sec, &secdata->sec_info))
1031 else if (secdata->sec_info)
8352 elf_section_data (sec)->sec_info,
8383 elf_section_data (sec)->sec_info,
8396 return _bfd_stab_section_offset (sec, elf_section_data (sec)->sec_info,
H A Delflink.c2533 elf_section_data (sec)->sec_info,
4463 stabstr, &secdata->sec_info,
4466 if (secdata->sec_info)
6915 elf_section_data (isec)->sec_info,
7453 o, &elf_section_data (o)->sec_info, contents)))
7458 elf_section_data (o)->sec_info))
9688 elf_section_data (stab)->sec_info,
H A Delfxx-ia64.c1098 elf_section_data (tsec)->sec_info,
4634 sec_info,
H A Delf64-alpha.c4110 sec_info,
H A Delf32-ppc.c5187 elf_section_data (tsec)->sec_info,
/haiku-buildtools/binutils/bfd/
H A Delf-eh-frame.c555 elf_section_data (sec)->sec_info = text_sec;
561 information in the section's sec_info field on success. COOKIE
582 struct eh_frame_sec_info *sec_info = NULL; local
653 sec_info = (struct eh_frame_sec_info *)
656 REQUIRE (sec_info);
696 this_inf = sec_info->entry + sec_info->count;
717 sec_info->count++;
1015 sec_info->count++;
1017 BFD_ASSERT (sec_info
1327 struct eh_frame_sec_info *sec_info; local
1566 struct eh_frame_sec_info *sec_info; local
1731 struct eh_frame_sec_info *sec_info; local
[all...]
H A Delf64-ppc.c4046 /* The size of sec_info below. */
4064 } *sec_info;
4541 group = htab->sec_info[input_section->id].u.group;
4584 group = htab->sec_info[section->id].u.group;
10798 bfd_vma r2off = htab->sec_info[stub_entry->target_section->id].toc_off;
10823 r2off -= htab->sec_info[stub_entry->group->link_sec->id].toc_off;
11022 - htab->sec_info[stub_entry->group->link_sec->id].toc_off);
11172 - htab->sec_info[stub_entry->group->link_sec->id].toc_off);
11320 - htab->sec_info[stub_entry->group->link_sec->id].toc_off);
11379 && htab->sec_info[stub_entr
4060 } *sec_info; member in struct:ppc_link_hash_table
[all...]
H A Delflink.c2951 elf_section_data (sec)->sec_info,
5199 stabstr, &secdata->sec_info,
5202 if (secdata->sec_info)
7026 /* Make sure sec_info_type is cleared if sec_info is cleared too. */
7061 sec, &secdata->sec_info))
7063 else if (secdata->sec_info)
10014 elf_section_data (isec)->sec_info,
10748 o, &elf_section_data (o)->sec_info, contents)))
10753 elf_section_data (o)->sec_info))
13241 if (elf_section_data (sec)->sec_info
[all...]
H A Delf32-ppc.c7004 if (elf_section_data (isec)->sec_info == NULL)
7006 elf_section_data (isec)->sec_info
7008 if (elf_section_data (isec)->sec_info == NULL)
7011 relax_info = elf_section_data (isec)->sec_info;
7283 elf_section_data (tsec)->sec_info,
7880 relax_info = elf_section_data (input_section)->sec_info;
H A Delf-bfd.h1569 void *sec_info;
1567 void *sec_info; member in struct:bfd_elf_section_data
H A Delfnn-ia64.c549 elf_section_data (tsec)->sec_info,
3889 sec_info,
H A Delf32-rl78.c1883 elf_section_data (ssec)->sec_info,
H A Delf32-nds32.c6718 elf_section_data (sym_sec)->sec_info,
7936 elf_section_data (sec)->sec_info,
7941 elf_section_data (sec)->sec_info,
8015 (sym_sec)->sec_info, h->root.u.def.value);
14938 elf_section_data (isec_ptr)->sec_info,
H A Delf.c10950 elf_section_data (sec)->sec_info,
10981 elf_section_data (sec)->sec_info,
11000 return _bfd_stab_section_offset (sec, elf_section_data (sec)->sec_info,
H A Delf64-alpha.c4378 sec_info,
H A Delf32-rx.c1775 elf_section_data (ssec)->sec_info,
H A Delf-m10300.c3396 elf_section_data (sym_sec)->sec_info,
H A Delf64-ia64-vms.c3475 sec_info,
H A Delf64-x86-64.c1978 elf_section_data (tsec)->sec_info,
H A Delfxx-mips.c4381 secinfo = elf_section_data (sec)->sec_info;

Completed in 904 milliseconds