/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | objcopy.c | 1437 is_nondebug_keep_contents_section (bfd *ibfd, asection *isection) in is_nondebug_keep_contents_section() argument 1441 return elf_section_type (isection) == SHT_NOTE; in is_nondebug_keep_contents_section() 1449 return strcmp (bfd_section_name (isection), ".buildid") == 0; in is_nondebug_keep_contents_section() 4011 setup_section (bfd *ibfd, sec_ptr isection, void *obfdarg) in setup_section() argument 4027 if (is_strip_section (ibfd, isection)) in setup_section() 4031 name = bfd_section_name (isection); in setup_section() 4032 flags = bfd_section_flags (isection); in setup_section() 4047 && (bfd_section_flags (isection) & SEC_ALLOC) != 0) in setup_section() 4064 p = find_section_list (bfd_section_name (isection), false, in setup_section() 4069 flags = check_new_section_flags (flags, obfd, bfd_section_name (isection)); in setup_section() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | objcopy.c | 1474 is_nondebug_keep_contents_section (bfd *ibfd, asection *isection) in is_nondebug_keep_contents_section() argument 1478 return elf_section_type (isection) == SHT_NOTE; in is_nondebug_keep_contents_section() 1486 return strcmp (bfd_section_name (isection), ".buildid") == 0; in is_nondebug_keep_contents_section() 4105 setup_section (bfd *ibfd, sec_ptr isection, void *obfdarg) in setup_section() argument 4121 if (is_strip_section (ibfd, isection)) in setup_section() 4125 name = bfd_section_name (isection); in setup_section() 4126 flags = bfd_section_flags (isection); in setup_section() 4141 && (bfd_section_flags (isection) & SEC_ALLOC) != 0) in setup_section() 4158 p = find_section_list (bfd_section_name (isection), false, in setup_section() 4163 flags = check_new_section_flags (flags, obfd, bfd_section_name (isection)); in setup_section() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-sparc.c | 299 const Elf_Internal_Shdr *isection ATTRIBUTE_UNUSED, in elf32_sparc_copy_solaris_special_section_fields()
|
H A D | plugin.c | 614 asection *isection ATTRIBUTE_UNUSED, in bfd_plugin_bfd_copy_private_section_data()
|
H A D | elf.c | 14083 const Elf_Internal_Shdr *isection, in _bfd_elf_copy_special_section_fields() argument 14090 if (isection == NULL) in _bfd_elf_copy_special_section_fields() 14093 if (isection->sh_type != SHT_SECONDARY_RELOC) in _bfd_elf_copy_special_section_fields() 14096 isec = isection->bfd_section; in _bfd_elf_copy_special_section_fields() 14123 if (isection->sh_info == 0 in _bfd_elf_copy_special_section_fields() 14124 || isection->sh_info >= elf_numsections (ibfd)) in _bfd_elf_copy_special_section_fields() 14134 isection = elf_elfsections (ibfd)[isection->sh_info]; in _bfd_elf_copy_special_section_fields() 14136 if (isection == NULL in _bfd_elf_copy_special_section_fields() 14137 || isection->bfd_section == NULL in _bfd_elf_copy_special_section_fields() 14138 || isection->bfd_section->output_section == NULL) in _bfd_elf_copy_special_section_fields() [all …]
|
H A D | elf64-sparc.c | 1028 const Elf_Internal_Shdr *isection ATTRIBUTE_UNUSED, in elf64_sparc_copy_solaris_special_section_fields()
|
H A D | elf32-v850.c | 820 asection *isection, in v850_elf_reloc() argument 836 reloc->address += isection->output_offset; in v850_elf_reloc() 849 if (reloc->address > bfd_get_section_limit (abfd, isection)) in v850_elf_reloc()
|
H A D | som.c | 5375 asection *isection, in som_bfd_copy_private_section_data() argument 5384 || (!som_is_space (isection) && !som_is_subspace (isection))) in som_bfd_copy_private_section_data() 5393 som_section_data (isection)->copy_data, in som_bfd_copy_private_section_data()
|
H A D | elf32-arm.c | 20190 const Elf_Internal_Shdr *isection ATTRIBUTE_UNUSED, in elf32_arm_copy_special_section_fields() 20209 if (isection != NULL in elf32_arm_copy_special_section_fields() 20211 && isection->bfd_section != NULL in elf32_arm_copy_special_section_fields() 20212 && isection->bfd_section->output_section != NULL in elf32_arm_copy_special_section_fields() 20213 && isection->bfd_section->output_section == osection->bfd_section in elf32_arm_copy_special_section_fields() 20215 && isection->sh_link > 0 in elf32_arm_copy_special_section_fields() 20216 && isection->sh_link < elf_numsections (ibfd) in elf32_arm_copy_special_section_fields() 20217 && iheaders[isection->sh_link]->bfd_section != NULL in elf32_arm_copy_special_section_fields() 20218 && iheaders[isection->sh_link]->bfd_section->output_section != NULL in elf32_arm_copy_special_section_fields() 20223 == iheaders[isection->sh_link]->bfd_section->output_section) in elf32_arm_copy_special_section_fields()
|
H A D | elf-bfd.h | 1587 (const bfd *ibfd, bfd *obfd, const Elf_Internal_Shdr *isection,
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-sparc.c | 299 const Elf_Internal_Shdr *isection ATTRIBUTE_UNUSED, in elf32_sparc_copy_solaris_special_section_fields()
|
H A D | plugin.c | 598 asection *isection ATTRIBUTE_UNUSED, in bfd_plugin_bfd_copy_private_section_data()
|
H A D | elf.c | 13305 const Elf_Internal_Shdr * isection, in _bfd_elf_copy_special_section_fields() argument 13312 if (isection == NULL) in _bfd_elf_copy_special_section_fields() 13315 if (isection->sh_type != SHT_SECONDARY_RELOC) in _bfd_elf_copy_special_section_fields() 13318 isec = isection->bfd_section; in _bfd_elf_copy_special_section_fields() 13343 if (isection->sh_info == 0 in _bfd_elf_copy_special_section_fields() 13344 || isection->sh_info >= elf_numsections (ibfd)) in _bfd_elf_copy_special_section_fields() 13354 isection = elf_elfsections (ibfd)[isection->sh_info]; in _bfd_elf_copy_special_section_fields() 13356 if (isection == NULL in _bfd_elf_copy_special_section_fields() 13357 || isection->bfd_section == NULL in _bfd_elf_copy_special_section_fields() 13358 || isection->bfd_section->output_section == NULL) in _bfd_elf_copy_special_section_fields() [all …]
|
H A D | elf64-sparc.c | 1013 const Elf_Internal_Shdr *isection ATTRIBUTE_UNUSED, in elf64_sparc_copy_solaris_special_section_fields()
|
H A D | elf32-v850.c | 820 asection *isection, in v850_elf_reloc() argument 836 reloc->address += isection->output_offset; in v850_elf_reloc() 849 if (reloc->address > bfd_get_section_limit (abfd, isection)) in v850_elf_reloc()
|
H A D | som.c | 5448 asection *isection, in som_bfd_copy_private_section_data() argument 5457 || (!som_is_space (isection) && !som_is_subspace (isection))) in som_bfd_copy_private_section_data() 5466 som_section_data (isection)->copy_data, in som_bfd_copy_private_section_data()
|
H A D | elf32-arm.c | 20128 const Elf_Internal_Shdr *isection ATTRIBUTE_UNUSED, in elf32_arm_copy_special_section_fields() 20147 if (isection != NULL in elf32_arm_copy_special_section_fields() 20149 && isection->bfd_section != NULL in elf32_arm_copy_special_section_fields() 20150 && isection->bfd_section->output_section != NULL in elf32_arm_copy_special_section_fields() 20151 && isection->bfd_section->output_section == osection->bfd_section in elf32_arm_copy_special_section_fields() 20153 && isection->sh_link > 0 in elf32_arm_copy_special_section_fields() 20154 && isection->sh_link < elf_numsections (ibfd) in elf32_arm_copy_special_section_fields() 20155 && iheaders[isection->sh_link]->bfd_section != NULL in elf32_arm_copy_special_section_fields() 20156 && iheaders[isection->sh_link]->bfd_section->output_section != NULL in elf32_arm_copy_special_section_fields() 20161 == iheaders[isection->sh_link]->bfd_section->output_section) in elf32_arm_copy_special_section_fields()
|
H A D | elf-bfd.h | 1529 (const bfd *ibfd, bfd *obfd, const Elf_Internal_Shdr *isection,
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | section.texi | 795 #define bfd_copy_private_section_data(ibfd, isection, obfd, osection) \ 797 (ibfd, isection, obfd, osection))
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | section.texi | 1064 #define bfd_copy_private_section_data(ibfd, isection, obfd, osection) \ 1066 (ibfd, isection, obfd, osection))
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipseb/ |
H A D | bfd.h | 1389 #define bfd_copy_private_section_data(ibfd, isection, obfd, osection) \ argument 1391 (ibfd, isection, obfd, osection))
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/hppa/ |
H A D | bfd.h | 1389 #define bfd_copy_private_section_data(ibfd, isection, obfd, osection) \ argument 1391 (ibfd, isection, obfd, osection))
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64eb/ |
H A D | bfd.h | 1389 #define bfd_copy_private_section_data(ibfd, isection, obfd, osection) \ argument 1391 (ibfd, isection, obfd, osection))
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64/ |
H A D | bfd.h | 1389 #define bfd_copy_private_section_data(ibfd, isection, obfd, osection) \ argument 1391 (ibfd, isection, obfd, osection))
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/vax/ |
H A D | bfd.h | 1389 #define bfd_copy_private_section_data(ibfd, isection, obfd, osection) \ argument 1391 (ibfd, isection, obfd, osection))
|