Home
last modified time | relevance | path

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

123

/dragonfly/contrib/binutils-2.27/bfd/
HDdwarf1.c192 aDieInfo->length = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
227 aDieInfo->sibling = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
230 aDieInfo->stmt_list_offset = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
240 aDieInfo->low_pc = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
242 aDieInfo->high_pc = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
249 xptr += 4 + bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
301 tblend = bfd_get_32 (stash->abfd, (bfd_byte *) xptr) + xptr; in parse_line_table()
305 base = bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
323 = bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
331 = base + bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
HDsyms.c1086 val = bfd_get_32 (abfd, info->stabs in _bfd_stab_section_find_nearest_line()
1116 if (bfd_get_32 (abfd, stab + STRDXOFF) == 0) in _bfd_stab_section_find_nearest_line()
1129 && bfd_get_32 (abfd, stab + STRDXOFF) != 0) in _bfd_stab_section_find_nearest_line()
1165 stroff = bfd_get_32 (abfd, stab + VALOFF); in _bfd_stab_section_find_nearest_line()
1178 info->indextable[i].val = bfd_get_32 (abfd, nul_fun + VALOFF); in _bfd_stab_section_find_nearest_line()
1188 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1208 + bfd_get_32 (abfd, stab + STRDXOFF)); in _bfd_stab_section_find_nearest_line()
1217 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1226 function_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1233 info->indextable[i].val = bfd_get_32 (abfd, stab + VALOFF); in _bfd_stab_section_find_nearest_line()
[all …]
HDpei-x86_64.c94 rf->rva_BeginAddress = bfd_get_32 (abfd, ex_rf->rva_BeginAddress); in pex64_get_runtime_function()
95 rf->rva_EndAddress = bfd_get_32 (abfd, ex_rf->rva_EndAddress); in pex64_get_runtime_function()
96 rf->rva_UnwindData = bfd_get_32 (abfd, ex_rf->rva_UnwindData); in pex64_get_runtime_function()
123 ui->rva_BeginAddress = bfd_get_32 (abfd, ex_dta + 0); in pex64_get_unwind_info()
124 ui->rva_EndAddress = bfd_get_32 (abfd, ex_dta + 4); in pex64_get_unwind_info()
125 ui->rva_UnwindData = bfd_get_32 (abfd, ex_dta + 8); in pex64_get_unwind_info()
131 ui->rva_ExceptionHandler = bfd_get_32 (abfd, ex_dta); in pex64_get_unwind_info()
210 tmp = bfd_get_32 (abfd, &dta[2]); in pex64_xdata_print_uwd_codes()
233 tmp = bfd_get_32 (abfd, &dta[2]); in pex64_xdata_print_uwd_codes()
253 tmp = bfd_get_32 (abfd, &dta[2]) * 8; in pex64_xdata_print_uwd_codes()
[all …]
HDpeXXigen.c1354 start_address = bfd_get_32 (abfd, data + offset); in pe_print_idata()
1355 loadable_toc_address = bfd_get_32 (abfd, data + offset + 4); in pe_print_idata()
1406 hint_addr = bfd_get_32 (abfd, data + i); in pe_print_idata()
1407 time_stamp = bfd_get_32 (abfd, data + i + 4); in pe_print_idata()
1408 forward_chain = bfd_get_32 (abfd, data + i + 8); in pe_print_idata()
1409 dll_name = bfd_get_32 (abfd, data + i + 12); in pe_print_idata()
1410 first_thunk = bfd_get_32 (abfd, data + i + 16); in pe_print_idata()
1494 unsigned long member = bfd_get_32 (abfd, data + idx + j); in pe_print_idata()
1495 unsigned long member_high = bfd_get_32 (abfd, data + idx + j + 4); in pe_print_idata()
1527 (unsigned long) bfd_get_32 (abfd, ft_data + j)); in pe_print_idata()
[all …]
HDbfd.c2066 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); in bfd_check_compression_header()
2067 chdr.ch_size = bfd_get_32 (abfd, &echdr->ch_size); in bfd_check_compression_header()
2068 chdr.ch_addralign = bfd_get_32 (abfd, &echdr->ch_addralign); in bfd_check_compression_header()
2073 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); in bfd_check_compression_header()
2224 chdr.ch_type = bfd_get_32 (ibfd, &echdr->ch_type); in bfd_convert_section_contents()
2225 chdr.ch_size = bfd_get_32 (ibfd, &echdr->ch_size); in bfd_convert_section_contents()
2226 chdr.ch_addralign = bfd_get_32 (ibfd, &echdr->ch_addralign); in bfd_convert_section_contents()
2235 chdr.ch_type = bfd_get_32 (ibfd, &echdr->ch_type); in bfd_convert_section_contents()
HDreloc.c899 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
906 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
1282 long x = bfd_get_32 (abfd, data); in bfd_install_relocation()
1289 long x = bfd_get_32 (abfd, data); in bfd_install_relocation()
1416 x = bfd_get_32 (input_bfd, location); in _bfd_relocate_contents()
1585 x = bfd_get_32 (input_bfd, location); in _bfd_clear_contents()
HDstabs.c261 next_stroff += bfd_get_32 (abfd, sym + 8); in _bfd_link_section_stabs()
274 symstroff = stroff + bfd_get_32 (abfd, sym + STRDXOFF); in _bfd_link_section_stabs()
333 + bfd_get_32 (abfd, incl_sym + STRDXOFF)); in _bfd_link_section_stabs()
572 int strx = bfd_get_32 (abfd, sym + STRDXOFF); in _bfd_discard_section_stabs()
/dragonfly/contrib/gdb-7/bfd/
HDdwarf1.c193 aDieInfo->length = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
228 aDieInfo->sibling = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
231 aDieInfo->stmt_list_offset = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
241 aDieInfo->low_pc = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
243 aDieInfo->high_pc = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
250 xptr += 4 + bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
302 tblend = bfd_get_32 (stash->abfd, (bfd_byte *) xptr) + xptr; in parse_line_table()
306 base = bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
324 = bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
332 = base + bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
HDsyms.c1087 val = bfd_get_32 (abfd, info->stabs + r->address); in _bfd_stab_section_find_nearest_line()
1111 if (bfd_get_32 (abfd, stab + STRDXOFF) == 0) in _bfd_stab_section_find_nearest_line()
1162 stroff = bfd_get_32 (abfd, stab + VALOFF); in _bfd_stab_section_find_nearest_line()
1175 info->indextable[i].val = bfd_get_32 (abfd, last_stab + VALOFF); in _bfd_stab_section_find_nearest_line()
1185 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1207 + bfd_get_32 (abfd, stab + STRDXOFF)); in _bfd_stab_section_find_nearest_line()
1214 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1220 name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1230 info->indextable[i].val = bfd_get_32 (abfd, stab + VALOFF); in _bfd_stab_section_find_nearest_line()
1243 info->indextable[i].val = bfd_get_32 (abfd, last_stab + VALOFF); in _bfd_stab_section_find_nearest_line()
[all …]
HDreloc.c897 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
904 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
1278 long x = bfd_get_32 (abfd, data); in bfd_install_relocation()
1285 long x = bfd_get_32 (abfd, data); in bfd_install_relocation()
1408 x = bfd_get_32 (input_bfd, location); in _bfd_relocate_contents()
1576 x = bfd_get_32 (input_bfd, location); in _bfd_clear_contents()
HDstabs.c262 next_stroff += bfd_get_32 (abfd, sym + 8); in _bfd_link_section_stabs()
275 symstroff = stroff + bfd_get_32 (abfd, sym + STRDXOFF); in _bfd_link_section_stabs()
334 + bfd_get_32 (abfd, incl_sym + STRDXOFF)); in _bfd_link_section_stabs()
573 int strx = bfd_get_32 (abfd, sym + STRDXOFF); in _bfd_discard_section_stabs()
/dragonfly/contrib/binutils-2.34/bfd/
HDdwarf1.c194 aDieInfo->length = bfd_get_32 (abfd, xptr); in parse_die()
235 aDieInfo->sibling = bfd_get_32 (abfd, xptr); in parse_die()
238 aDieInfo->stmt_list_offset = bfd_get_32 (abfd, xptr); in parse_die()
251 aDieInfo->low_pc = bfd_get_32 (abfd, xptr); in parse_die()
253 aDieInfo->high_pc = bfd_get_32 (abfd, xptr); in parse_die()
271 block_len = bfd_get_32 (abfd, xptr); in parse_die()
329 tblend = bfd_get_32 (stash->abfd, (bfd_byte *) xptr) + xptr; in parse_line_table()
333 base = bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
356 = bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
364 = base + bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
HDsyms.c1105 val = bfd_get_32 (abfd, info->stabs + octets); in _bfd_stab_section_find_nearest_line()
1133 if (bfd_get_32 (abfd, stab + STRDXOFF) == 0) in _bfd_stab_section_find_nearest_line()
1146 && bfd_get_32 (abfd, stab + STRDXOFF) != 0) in _bfd_stab_section_find_nearest_line()
1182 stroff = bfd_get_32 (abfd, stab + VALOFF); in _bfd_stab_section_find_nearest_line()
1195 info->indextable[i].val = bfd_get_32 (abfd, nul_fun + VALOFF); in _bfd_stab_section_find_nearest_line()
1206 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1227 + bfd_get_32 (abfd, stab + STRDXOFF)); in _bfd_stab_section_find_nearest_line()
1237 file_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1247 function_name = (char *) str + bfd_get_32 (abfd, stab + STRDXOFF); in _bfd_stab_section_find_nearest_line()
1255 info->indextable[i].val = bfd_get_32 (abfd, stab + VALOFF); in _bfd_stab_section_find_nearest_line()
[all …]
HDpei-x86_64.c94 rf->rva_BeginAddress = bfd_get_32 (abfd, ex_rf->rva_BeginAddress); in pex64_get_runtime_function()
95 rf->rva_EndAddress = bfd_get_32 (abfd, ex_rf->rva_EndAddress); in pex64_get_runtime_function()
96 rf->rva_UnwindData = bfd_get_32 (abfd, ex_rf->rva_UnwindData); in pex64_get_runtime_function()
135 ui->rva_BeginAddress = bfd_get_32 (abfd, ex_dta + 0); in pex64_get_unwind_info()
136 ui->rva_EndAddress = bfd_get_32 (abfd, ex_dta + 4); in pex64_get_unwind_info()
137 ui->rva_UnwindData = bfd_get_32 (abfd, ex_dta + 8); in pex64_get_unwind_info()
145 ui->rva_ExceptionHandler = bfd_get_32 (abfd, ex_dta); in pex64_get_unwind_info()
256 tmp = bfd_get_32 (abfd, dta + 2); in pex64_xdata_print_uwd_codes()
293 tmp = bfd_get_32 (abfd, dta + 2); in pex64_xdata_print_uwd_codes()
325 tmp = bfd_get_32 (abfd, dta + 2) * 8; in pex64_xdata_print_uwd_codes()
[all …]
HDpeXXigen.c1360 start_address = bfd_get_32 (abfd, data + offset); in pe_print_idata()
1361 loadable_toc_address = bfd_get_32 (abfd, data + offset + 4); in pe_print_idata()
1413 hint_addr = bfd_get_32 (abfd, data + i); in pe_print_idata()
1414 time_stamp = bfd_get_32 (abfd, data + i + 4); in pe_print_idata()
1415 forward_chain = bfd_get_32 (abfd, data + i + 8); in pe_print_idata()
1416 dll_name = bfd_get_32 (abfd, data + i + 12); in pe_print_idata()
1417 first_thunk = bfd_get_32 (abfd, data + i + 16); in pe_print_idata()
1506 unsigned long member = bfd_get_32 (abfd, data + idx + j); in pe_print_idata()
1507 unsigned long member_high = bfd_get_32 (abfd, data + idx + j + 4); in pe_print_idata()
1539 (unsigned long) bfd_get_32 (abfd, ft_data + j)); in pe_print_idata()
[all …]
HDbfd.c2630 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); in bfd_check_compression_header()
2631 chdr.ch_size = bfd_get_32 (abfd, &echdr->ch_size); in bfd_check_compression_header()
2632 chdr.ch_addralign = bfd_get_32 (abfd, &echdr->ch_addralign); in bfd_check_compression_header()
2637 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); in bfd_check_compression_header()
2804 chdr.ch_type = bfd_get_32 (ibfd, &echdr->ch_type); in bfd_convert_section_contents()
2805 chdr.ch_size = bfd_get_32 (ibfd, &echdr->ch_size); in bfd_convert_section_contents()
2806 chdr.ch_addralign = bfd_get_32 (ibfd, &echdr->ch_addralign); in bfd_convert_section_contents()
2821 chdr.ch_type = bfd_get_32 (ibfd, &echdr->ch_type); in bfd_convert_section_contents()
HDstabs.c261 next_stroff += bfd_get_32 (abfd, sym + 8); in _bfd_link_section_stabs()
274 symstroff = stroff + bfd_get_32 (abfd, sym + STRDXOFF); in _bfd_link_section_stabs()
334 + bfd_get_32 (abfd, incl_sym + STRDXOFF)); in _bfd_link_section_stabs()
573 int strx = bfd_get_32 (abfd, sym + STRDXOFF); in _bfd_discard_section_stabs()
/dragonfly/contrib/binutils-2.34/binutils/
HDrddbg.c176 strx = bfd_get_32 (abfd, stab); in read_section_stabs_debugging_info()
180 value = bfd_get_32 (abfd, stab + 8); in read_section_stabs_debugging_info()
217 strx = stroff + bfd_get_32 (abfd, stab); in read_section_stabs_debugging_info()
/dragonfly/contrib/binutils-2.27/binutils/
HDod-xcoff.c1214 addr = bfd_get_32 (abfd, exceptab->e_addr.e_paddr); in dump_xcoff32_except()
1264 (unsigned) bfd_get_32 (abfd, data + i + 2), in dump_xcoff32_typchk()
1265 (unsigned) bfd_get_32 (abfd, data + i + 2 + 4)); in dump_xcoff32_typchk()
1299 if (bfd_get_32 (abfd, text + i) == 0) in dump_xcoff32_tbtags()
1309 tb1 = bfd_get_32 (abfd, text + i + 4); in dump_xcoff32_tbtags()
1310 tb2 = bfd_get_32 (abfd, text + i + 8); in dump_xcoff32_tbtags()
1348 parminfo = bfd_get_32 (abfd, text + off); in dump_xcoff32_tbtags()
1359 tboff = bfd_get_32 (abfd, text + off); in dump_xcoff32_tbtags()
1370 hand_mask = bfd_get_32 (abfd, text + off); in dump_xcoff32_tbtags()
1381 ctl_info = bfd_get_32 (abfd, text + off); in dump_xcoff32_tbtags()
[all …]
HDrddbg.c174 strx = bfd_get_32 (abfd, stab); in read_section_stabs_debugging_info()
178 value = bfd_get_32 (abfd, stab + 8); in read_section_stabs_debugging_info()
215 strx = stroff + bfd_get_32 (abfd, stab); in read_section_stabs_debugging_info()
/dragonfly/contrib/binutils-2.34/gprof/
HDi386.c73 destpc = bfd_get_32 (core_bfd, instructp + 1) + pc + 5; in i386_find_call()
HDsparc.c56 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space in sparc_find_call()
/dragonfly/contrib/binutils-2.27/gprof/
HDsparc.c56 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space in sparc_find_call()
HDi386.c73 destpc = bfd_get_32 (core_bfd, instructp + 1) + pc + 5; in i386_find_call()
HDaarch64.c61 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space in aarch64_find_call()

123