Searched refs:ft_idx (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c1378 int ft_idx;
1386 ft_idx = first_thunk - adj;
1387 ft_data = data + ft_idx;
1388 ft_datasize = datasize - ft_idx;
1414 ft_idx = first_thunk - (ft_section->vma - extra->ImageBase);
1415 ft_datasize = ft_section->size - ft_idx;
1420 /* Read ft_datasize bytes starting at offset ft_idx. */
1422 (bfd_vma) ft_idx, ft_datasize))
1377 int ft_idx; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A DpeXXigen.c1367 int ft_idx;
1375 ft_idx = first_thunk - adj;
1376 ft_data = data + ft_idx;
1377 ft_datasize = datasize - ft_idx;
1403 ft_idx = first_thunk - (ft_section->vma - extra->ImageBase);
1404 ft_datasize = ft_section->size - ft_idx;
1409 /* Read ft_datasize bytes starting at offset ft_idx. */
1411 (bfd_vma) ft_idx, ft_datasize))
1366 int ft_idx; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c1378 int ft_idx;
1386 ft_idx = first_thunk - adj;
1387 ft_data = data + ft_idx;
1388 ft_datasize = datasize - ft_idx;
1414 ft_idx = first_thunk - (ft_section->vma - extra->ImageBase);
1415 ft_datasize = ft_section->size - ft_idx;
1420 /* Read ft_datasize bytes starting at offset ft_idx. */
1422 (bfd_vma) ft_idx, ft_datasize))
1377 int ft_idx; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A DpeXXigen.c1379 int ft_idx;
1387 ft_idx = first_thunk - adj;
1388 ft_data = data + ft_idx;
1389 ft_datasize = datasize - ft_idx;
1415 ft_idx = first_thunk - (ft_section->vma - extra->ImageBase);
1416 ft_datasize = ft_section->size - ft_idx;
1421 /* Read ft_datasize bytes starting at offset ft_idx. */
1423 (bfd_vma) ft_idx, ft_datasize))
1378 int ft_idx; local

Completed in 121 milliseconds