Home
last modified time | relevance | path

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

12345678910>>...14

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dmipsread.c237 sym_secsize = bfd_get_section_size (si.sym_sect); in read_alphacoff_dynamic_symtab()
238 str_secsize = bfd_get_section_size (si.str_sect); in read_alphacoff_dynamic_symtab()
239 dyninfo_secsize = bfd_get_section_size (si.dyninfo_sect); in read_alphacoff_dynamic_symtab()
240 got_secsize = bfd_get_section_size (si.got_sect); in read_alphacoff_dynamic_symtab()
H A Ddsrec.c96 bfd_size_type size = bfd_get_section_size (s); in load_srec()
266 payload_size = min (payload_size, bfd_get_section_size (sect) - sectoff); in make_srec()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dmipsread.c237 sym_secsize = bfd_get_section_size (si.sym_sect); in read_alphacoff_dynamic_symtab()
238 str_secsize = bfd_get_section_size (si.str_sect); in read_alphacoff_dynamic_symtab()
239 dyninfo_secsize = bfd_get_section_size (si.dyninfo_sect); in read_alphacoff_dynamic_symtab()
240 got_secsize = bfd_get_section_size (si.got_sect); in read_alphacoff_dynamic_symtab()
H A Ddsrec.c96 bfd_size_type size = bfd_get_section_size (s); in load_srec()
266 payload_size = min (payload_size, bfd_get_section_size (sect) - sectoff); in make_srec()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Di386-cygwin-tdep.c138 buf = xmalloc (bfd_get_section_size (sect) + 1); in core_process_module_section()
145 buf, 0, bfd_get_section_size (sect))) in core_process_module_section()
159 if (module_name - buf + module_name_size > bfd_get_section_size (sect)) in core_process_module_section()
H A Dmipsread.c217 sym_secsize = bfd_get_section_size (si.sym_sect); in read_alphacoff_dynamic_symtab()
218 str_secsize = bfd_get_section_size (si.str_sect); in read_alphacoff_dynamic_symtab()
219 dyninfo_secsize = bfd_get_section_size (si.dyninfo_sect); in read_alphacoff_dynamic_symtab()
220 got_secsize = bfd_get_section_size (si.got_sect); in read_alphacoff_dynamic_symtab()
H A Ddsrec.c95 bfd_size_type size = bfd_get_section_size (s); in load_srec()
265 payload_size = min (payload_size, bfd_get_section_size (sect) - sectoff); in make_srec()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Di386-cygwin-tdep.c137 buf = xmalloc (bfd_get_section_size (sect) + 1); in core_process_module_section()
144 buf, 0, bfd_get_section_size (sect))) in core_process_module_section()
158 if (module_name - buf + module_name_size > bfd_get_section_size (sect)) in core_process_module_section()
H A Dmipsread.c215 sym_secsize = bfd_get_section_size (si.sym_sect); in read_alphacoff_dynamic_symtab()
216 str_secsize = bfd_get_section_size (si.str_sect); in read_alphacoff_dynamic_symtab()
217 dyninfo_secsize = bfd_get_section_size (si.dyninfo_sect); in read_alphacoff_dynamic_symtab()
218 got_secsize = bfd_get_section_size (si.got_sect); in read_alphacoff_dynamic_symtab()
H A Ddsrec.c97 bfd_size_type size = bfd_get_section_size (s); in load_srec()
269 payload_size = min (payload_size, bfd_get_section_size (sect) - sectoff); in make_srec()
H A Dgdb_bfd.c374 if (bfd_get_section_size (sectp) > 4 * pagesize) in gdb_bfd_map_section()
376 descriptor->size = bfd_get_section_size (sectp); in gdb_bfd_map_section()
400 descriptor->size = bfd_get_section_size (sectp); in gdb_bfd_map_section()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dmy_addr_resolve.c63 #ifndef bfd_get_section_size
64 #define bfd_get_section_size(S) bfd_section_size(S) macro
93 if (addr < start || addr >= start + bfd_get_section_size(sec)) in my_addr_resolve()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dmy_addr_resolve.c63 #ifndef bfd_get_section_size
64 #define bfd_get_section_size(S) bfd_section_size(S) macro
93 if (addr < start || addr >= start + bfd_get_section_size(sec)) in my_addr_resolve()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dmy_addr_resolve.c63 #ifndef bfd_get_section_size
64 #define bfd_get_section_size(S) bfd_section_size(S)
93 if (addr < start || addr >= start + bfd_get_section_size(sec))
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dmy_addr_resolve.c63 #ifndef bfd_get_section_size
64 #define bfd_get_section_size(S) bfd_section_size(S) macro
93 if (addr < start || addr >= start + bfd_get_section_size(sec)) in my_addr_resolve()
/dports/devel/avr-gdb/gdb-7.3.1/sim/m32c/
H A Dload.c80 bfd_get_section_size (s) + bfd_section_lma (prog, s); in m32c_load()
93 size = bfd_get_section_size (s); in m32c_load()
/dports/devel/gdb761/gdb-7.6.1/sim/m32c/
H A Dload.c79 bfd_get_section_size (s) + bfd_section_lma (prog, s); in m32c_load()
92 size = bfd_get_section_size (s); in m32c_load()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dmy_addr_resolve.c63 #ifndef bfd_get_section_size
64 #define bfd_get_section_size(S) bfd_section_size(S) macro
93 if (addr < start || addr >= start + bfd_get_section_size(sec)) in my_addr_resolve()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dmy_addr_resolve.c63 #ifndef bfd_get_section_size
64 #define bfd_get_section_size(S) bfd_section_size(S) macro
93 if (addr < start || addr >= start + bfd_get_section_size(sec)) in my_addr_resolve()
/dports/net/hostapd-devel/hostap-14ab4a816/src/utils/
H A Dtrace.c157 #ifndef bfd_get_section_size
158 #define bfd_get_section_size bfd_section_size macro
177 size = bfd_get_section_size(section); in find_addr_sect()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/utils/
H A Dtrace.c157 #ifndef bfd_get_section_size
158 #define bfd_get_section_size bfd_section_size macro
177 size = bfd_get_section_size(section); in find_addr_sect()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dopncls.c1201 crc_offset = strnlen (name, bfd_get_section_size (sect)) + 1; in bfd_get_debug_link_info_1()
1203 if (crc_offset + 4 > bfd_get_section_size (sect)) in bfd_get_debug_link_info_1()
1283 buildid_offset = strnlen (name, bfd_get_section_size (sect)) + 1; in bfd_get_alt_debug_link_info()
1284 if (buildid_offset >= bfd_get_section_size (sect)) in bfd_get_alt_debug_link_info()
1287 *buildid_len = bfd_get_section_size (sect) - buildid_offset; in bfd_get_alt_debug_link_info()
1834 size = bfd_get_section_size (sect); in get_build_id()
1852 size = bfd_get_section_size (sect); in get_build_id()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gprof/
H A Dcorefile.c240 core_text_space = malloc (bfd_get_section_size (core_text_sect)); in core_get_text_space()
245 whoami, (unsigned long) bfd_get_section_size (core_text_sect)); in core_get_text_space()
250 0, bfd_get_section_size (core_text_sect))) in core_get_text_space()
637 vma_high = core_text_sect->vma + bfd_get_section_size (core_text_sect); in core_create_line_syms()
/dports/devel/djgpp-binutils/binutils-2.17/gprof/
H A Dcorefile.c240 core_text_space = malloc (bfd_get_section_size (core_text_sect)); in core_get_text_space()
245 whoami, (unsigned long) bfd_get_section_size (core_text_sect)); in core_get_text_space()
250 0, bfd_get_section_size (core_text_sect))) in core_get_text_space()
637 vma_high = core_text_sect->vma + bfd_get_section_size (core_text_sect); in core_create_line_syms()
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Daddr2line.c148 size = bfd_get_section_size (section); in find_address_in_section()
169 size = bfd_get_section_size (section); in find_offset_in_section()

12345678910>>...14