Home
last modified time | relevance | path

Searched refs:ret_offset (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_arange.c96 dwarf_get_cu_die_offset(Dwarf_Arange ar, Dwarf_Off *ret_offset, in dwarf_get_cu_die_offset() argument
112 if (ret_offset == NULL) { in dwarf_get_cu_die_offset()
117 *ret_offset = cu->cu_1st_offset; in dwarf_get_cu_die_offset()
123 dwarf_get_arange_cu_header_offset(Dwarf_Arange ar, Dwarf_Off *ret_offset, in dwarf_get_arange_cu_header_offset() argument
136 if (ret_offset == NULL) { in dwarf_get_arange_cu_header_offset()
141 *ret_offset = as->as_cu_offset; in dwarf_get_arange_cu_header_offset()
H A Ddwarf_nametbl.m480 dwarf_$1_die_offset(Dwarf_$2 $1, Dwarf_Off *ret_offset,
88 if ($1 == NULL || ret_offset == NULL) {
96 *ret_offset = nt->nt_cu_offset + $1->np_offset;
102 dwarf_$1_cu_offset(Dwarf_$2 $1, Dwarf_Off *ret_offset,
110 if ($1 == NULL || ret_offset == NULL) {
118 *ret_offset = nt->nt_cu_offset;
H A Ddwarf_die.c257 dwarf_dieoffset(Dwarf_Die die, Dwarf_Off *ret_offset, Dwarf_Error *error) in dwarf_dieoffset() argument
263 if (die == NULL || ret_offset == NULL) { in dwarf_dieoffset()
268 *ret_offset = die->die_offset; in dwarf_dieoffset()
274 dwarf_die_CU_offset(Dwarf_Die die, Dwarf_Off *ret_offset, Dwarf_Error *error) in dwarf_die_CU_offset() argument
281 if (die == NULL || ret_offset == NULL) { in dwarf_die_CU_offset()
289 *ret_offset = die->die_offset - cu->cu_offset; in dwarf_die_CU_offset()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-arm.c1344 long int ret_offset; in coff_arm_relocate_section() local
1403 ret_offset = in coff_arm_relocate_section()
1412 tmp = tmp | ((ret_offset >> 2) & 0x00FFFFFF); in coff_arm_relocate_section()
1432 long int ret_offset; in coff_arm_relocate_section() local
1509 ret_offset = in coff_arm_relocate_section()
1525 (bfd_vma) t2a3_b_insn | ((ret_offset >> 2) & 0x00FFFFFF), in coff_arm_relocate_section()
1535 ret_offset = in coff_arm_relocate_section()
1547 ret_offset), in coff_arm_relocate_section()
H A Delf32-arm.c9128 long int ret_offset; in elf32_thumb_to_arm_stub() local
9172 ret_offset = in elf32_thumb_to_arm_stub()
9189 (bfd_vma) t2a3_b_insn | ((ret_offset >> 2) & 0x00FFFFFF), in elf32_thumb_to_arm_stub()
9196 ret_offset = in elf32_thumb_to_arm_stub()
9207 insert_thumb_branch (input_bfd, ret_offset, hit_data - input_section->vma); in elf32_thumb_to_arm_stub()
9225 long int ret_offset; in elf32_arm_create_thumb_stub() local
9270 ret_offset = (val - (s->output_offset in elf32_arm_create_thumb_stub()
9274 bfd_put_32 (output_bfd, ret_offset, in elf32_arm_create_thumb_stub()
9325 long int ret_offset; in elf32_arm_to_thumb_stub() local
9349 ret_offset = (s->output_offset in elf32_arm_to_thumb_stub()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff-arm.c1344 long int ret_offset; in coff_arm_relocate_section() local
1403 ret_offset = in coff_arm_relocate_section()
1412 tmp = tmp | ((ret_offset >> 2) & 0x00FFFFFF); in coff_arm_relocate_section()
1432 long int ret_offset; in coff_arm_relocate_section() local
1509 ret_offset = in coff_arm_relocate_section()
1525 (bfd_vma) t2a3_b_insn | ((ret_offset >> 2) & 0x00FFFFFF), in coff_arm_relocate_section()
1535 ret_offset = in coff_arm_relocate_section()
1547 ret_offset), in coff_arm_relocate_section()
H A Delf32-arm.c9137 long int ret_offset; in elf32_thumb_to_arm_stub() local
9181 ret_offset = in elf32_thumb_to_arm_stub()
9198 (bfd_vma) t2a3_b_insn | ((ret_offset >> 2) & 0x00FFFFFF), in elf32_thumb_to_arm_stub()
9205 ret_offset = in elf32_thumb_to_arm_stub()
9216 insert_thumb_branch (input_bfd, ret_offset, hit_data - input_section->vma); in elf32_thumb_to_arm_stub()
9234 long int ret_offset; in elf32_arm_create_thumb_stub() local
9279 ret_offset = (val - (s->output_offset in elf32_arm_create_thumb_stub()
9283 bfd_put_32 (output_bfd, ret_offset, in elf32_arm_create_thumb_stub()
9334 long int ret_offset; in elf32_arm_to_thumb_stub() local
9358 ret_offset = (s->output_offset in elf32_arm_to_thumb_stub()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc238 HOST_WIDE_INT *ret_offset, HOST_WIDE_INT *ret_size) in get_byte_range() argument
292 if (!(copy_offset - ref_offset).is_constant (ret_offset)) in get_byte_range()
294 *ret_offset /= BITS_PER_UNIT; in get_byte_range()
H A Dgodump.cc627 unsigned int index, unsigned int *ret_offset) in go_append_padding() argument
640 *ret_offset = to_offset; in go_append_padding()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgodump.c635 unsigned int index, unsigned int *ret_offset) in go_append_padding() argument
648 *ret_offset = to_offset; in go_append_padding()