Home
last modified time | relevance | path

Searched refs:sec_ptr (Results 1 – 25 of 25) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dsection.c1030 sec_ptr
1087 sec_ptr
1186 sec_ptr section, in bfd_set_section_flags()
1288 bfd_set_section_size (bfd *abfd, sec_ptr ptr, bfd_size_type val) in bfd_set_section_size()
1332 sec_ptr section, in bfd_set_section_contents()
1400 sec_ptr section, in bfd_get_section_contents()
1457 bfd_malloc_and_get_section (bfd *abfd, sec_ptr sec, bfd_byte **buf) in bfd_malloc_and_get_section()
Dlibaout.h493 (bfd *, sec_ptr, const void *, file_ptr, bfd_size_type);
532 (bfd *, sec_ptr, asymbol **);
535 (bfd *, sec_ptr, arelent **, asymbol **);
538 (bfd *, sec_ptr);
541 (bfd *, sec_ptr);
Dlibbfd.c812 sec_ptr section, in _bfd_generic_get_section_contents()
838 sec_ptr section ATTRIBUTE_UNUSED, in _bfd_generic_get_section_contents_in_window()
890 sec_ptr section, in _bfd_generic_set_section_contents()
Dmipsbsd.c77 long MY(canonicalize_reloc) PARAMS ((bfd *, sec_ptr, arelent **, asymbol **));
351 sec_ptr section;
Dbfd.c708 bfd_get_reloc_upper_bound (bfd *abfd, sec_ptr asect) in bfd_get_reloc_upper_bound()
742 sec_ptr asect, in bfd_canonicalize_reloc()
773 sec_ptr asect, in bfd_set_reloc()
Dbfd-in2.h335 typedef struct bfd_section *sec_ptr; typedef
5104 bfd_boolean (*_new_section_hook) (bfd *, sec_ptr);
5107 (bfd *, sec_ptr, void *, file_ptr, bfd_size_type);
5109 (bfd *, sec_ptr, bfd_window *, file_ptr, bfd_size_type);
5133 (bfd *, sec_ptr, bfd *, sec_ptr, struct bfd_link_info *);
5137 (bfd *, sec_ptr, bfd *, sec_ptr);
5249 long (*_get_reloc_upper_bound) (bfd *, sec_ptr);
5251 (bfd *, sec_ptr, arelent **, struct bfd_symbol **);
5267 (bfd *, sec_ptr, const void *, file_ptr, bfd_size_type);
Delf-bfd.h1634 (bfd *, sec_ptr, const void *, file_ptr, bfd_size_type);
1646 (bfd *, sec_ptr);
1648 (bfd *, sec_ptr, arelent **, asymbol **);
Dlibcoff-in.h334 (bfd *, sec_ptr);
Dbout.c672 b_out_slurp_reloc_table (bfd *abfd, sec_ptr asect, asymbol **symbols) in b_out_slurp_reloc_table()
886 sec_ptr section, in b_out_canonicalize_reloc()
920 b_out_get_reloc_upper_bound (bfd *abfd, sec_ptr asect) in b_out_get_reloc_upper_bound()
Dtekhex.c636 sec_ptr section, in tekhex_set_section_contents()
Dbfd-in.h328 typedef struct bfd_section *sec_ptr; typedef
Dieee.c2029 ieee_get_reloc_upper_bound (bfd *abfd, sec_ptr asect) in ieee_get_reloc_upper_bound()
2040 sec_ptr section, in ieee_get_section_contents()
2056 sec_ptr section, in ieee_canonicalize_reloc()
3219 sec_ptr section, in ieee_set_section_contents()
Delf64-sparc.c210 elf64_sparc_canonicalize_reloc (bfd *abfd, sec_ptr section, in elf64_sparc_canonicalize_reloc()
Dlibcoff.h338 (bfd *, sec_ptr);
Dsrec.c814 sec_ptr section, in srec_set_section_contents()
Dcoffcode.h4157 sec_ptr section, in coff_set_section_contents()
4837 coff_slurp_reloc_table (bfd * abfd, sec_ptr asect, asymbol ** symbols) in coff_slurp_reloc_table()
4970 sec_ptr section, in coff_canonicalize_reloc()
Daoutx.h1238 sec_ptr section, in NAME()
2253 NAME (aout, slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols) in NAME()
2388 sec_ptr section, in NAME()
2428 NAME (aout, get_reloc_upper_bound) (bfd *abfd, sec_ptr asect) in NAME()
Delf64-mips.c2345 mips_elf64_canonicalize_reloc (bfd *abfd, sec_ptr section, in mips_elf64_canonicalize_reloc()
Dcoffgen.c1725 coff_get_reloc_upper_bound (bfd *abfd, sec_ptr asect) in coff_get_reloc_upper_bound()
Delf.c6574 sec_ptr asect) in _bfd_elf_get_reloc_upper_bound()
6583 sec_ptr section, in _bfd_elf_canonicalize_reloc()
7291 sec_ptr section, in _bfd_elf_set_section_contents()
Delfxx-mips.c9959 _bfd_mips_elf_set_section_contents (bfd *abfd, sec_ptr section, in _bfd_mips_elf_set_section_contents()
/freebsd-12-stable/contrib/binutils/binutils/
Dsize.c78 static void berkeley_sum (bfd *, sec_ptr, void *);
409 berkeley_sum (bfd *abfd ATTRIBUTE_UNUSED, sec_ptr sec, in berkeley_sum()
475 sysv_internal_sizer (bfd *file ATTRIBUTE_UNUSED, sec_ptr sec, in sysv_internal_sizer()
497 sysv_internal_printer (bfd *file ATTRIBUTE_UNUSED, sec_ptr sec, in sysv_internal_printer()
Dobjcopy.c2106 find_section_rename (bfd * ibfd ATTRIBUTE_UNUSED, sec_ptr isection, in find_section_rename()
2157 setup_section (bfd *ibfd, sec_ptr isection, void *obfdarg) in setup_section()
2161 sec_ptr osection; in setup_section()
2316 copy_section (bfd *ibfd, sec_ptr isection, void *obfdarg) in copy_section()
2322 sec_ptr osection; in copy_section()
2530 mark_symbols_used_in_relocations (bfd *ibfd, sec_ptr isection, void *symbolsarg) in mark_symbols_used_in_relocations()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dconfig.c495 void *sec_ptr = get_hash_value(cfg->sections, cfg->tmp_key, section, in find_option() local
498 *sectionp = sec_ptr; in find_option()
500 if (sec_ptr != NULL && option != NULL) in find_option()
502 cfg_section_t *sec = sec_ptr; in find_option()
1017 void *sec_ptr; in svn_config_enumerate_sections() local
1020 apr_hash_this(sec_ndx, NULL, NULL, &sec_ptr); in svn_config_enumerate_sections()
1021 sec = sec_ptr; in svn_config_enumerate_sections()
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h341 typedef struct bfd_section *sec_ptr; typedef
5111 bfd_boolean (*_new_section_hook) (bfd *, sec_ptr);
5114 (bfd *, sec_ptr, void *, file_ptr, bfd_size_type);
5116 (bfd *, sec_ptr, bfd_window *, file_ptr, bfd_size_type);
5140 (bfd *, sec_ptr, bfd *, sec_ptr, struct bfd_link_info *);
5144 (bfd *, sec_ptr, bfd *, sec_ptr);
5256 long (*_get_reloc_upper_bound) (bfd *, sec_ptr);
5258 (bfd *, sec_ptr, arelent **, struct bfd_symbol **);
5274 (bfd *, sec_ptr, const void *, file_ptr, bfd_size_type);