Searched refs:ret_offset (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_arange.c | 93 dwarf_get_cu_die_offset(Dwarf_Arange ar, Dwarf_Off *ret_offset, in dwarf_get_cu_die_offset() argument 109 if (ret_offset == NULL) { in dwarf_get_cu_die_offset() 114 *ret_offset = cu->cu_1st_offset; in dwarf_get_cu_die_offset() 120 dwarf_get_arange_cu_header_offset(Dwarf_Arange ar, Dwarf_Off *ret_offset, in dwarf_get_arange_cu_header_offset() argument 133 if (ret_offset == NULL) { in dwarf_get_arange_cu_header_offset() 138 *ret_offset = as->as_cu_offset; in dwarf_get_arange_cu_header_offset()
|
| H A D | dwarf_nametbl.m4 | 79 dwarf_$1_die_offset(Dwarf_$2 $1, Dwarf_Off *ret_offset, 87 if ($1 == NULL || ret_offset == NULL) { 95 *ret_offset = nt->nt_cu_offset + $1->np_offset; 101 dwarf_$1_cu_offset(Dwarf_$2 $1, Dwarf_Off *ret_offset, 109 if ($1 == NULL || ret_offset == NULL) { 117 *ret_offset = nt->nt_cu_offset;
|
| H A D | dwarf_die.c | 254 dwarf_dieoffset(Dwarf_Die die, Dwarf_Off *ret_offset, Dwarf_Error *error) in dwarf_dieoffset() argument 260 if (die == NULL || ret_offset == NULL) { in dwarf_dieoffset() 265 *ret_offset = die->die_offset; in dwarf_dieoffset() 271 dwarf_die_CU_offset(Dwarf_Die die, Dwarf_Off *ret_offset, Dwarf_Error *error) in dwarf_die_CU_offset() argument 278 if (die == NULL || ret_offset == NULL) { in dwarf_die_CU_offset() 286 *ret_offset = die->die_offset - cu->cu_offset; in dwarf_die_CU_offset()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | coff-arm.c | 1338 long int ret_offset; in coff_arm_relocate_section() local 1397 ret_offset = in coff_arm_relocate_section() 1406 tmp = tmp | ((ret_offset >> 2) & 0x00FFFFFF); in coff_arm_relocate_section() 1426 long int ret_offset; in coff_arm_relocate_section() local 1500 ret_offset = in coff_arm_relocate_section() 1516 (bfd_vma) t2a3_b_insn | ((ret_offset >> 2) & 0x00FFFFFF), in coff_arm_relocate_section() 1526 ret_offset = in coff_arm_relocate_section() 1538 ret_offset), in coff_arm_relocate_section()
|
| H A D | elf32-arm.c | 4044 long int ret_offset; in elf32_thumb_to_arm_stub() local 4089 ret_offset = in elf32_thumb_to_arm_stub() 4106 (bfd_vma) t2a3_b_insn | ((ret_offset >> 2) & 0x00FFFFFF), in elf32_thumb_to_arm_stub() 4113 ret_offset = in elf32_thumb_to_arm_stub() 4128 (bfd_vma) insert_thumb_branch (tmp, ret_offset), in elf32_thumb_to_arm_stub() 4147 long int ret_offset; in elf32_arm_create_thumb_stub() local 4192 ret_offset = (val - (s->output_offset in elf32_arm_create_thumb_stub() 4196 bfd_put_32 (output_bfd, ret_offset, in elf32_arm_create_thumb_stub() 4245 long int ret_offset; in elf32_arm_to_thumb_stub() local 4270 ret_offset = (s->output_offset in elf32_arm_to_thumb_stub() [all …]
|