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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_arange.c93 dwarf_get_cu_die_offset(Dwarf_Arange ar, Dwarf_Off *ret_offset, argument
109 if (ret_offset == NULL) {
114 *ret_offset = cu->cu_1st_offset;
120 dwarf_get_arange_cu_header_offset(Dwarf_Arange ar, Dwarf_Off *ret_offset, argument
133 if (ret_offset == NULL) {
138 *ret_offset = as->as_cu_offset;
H A Ddwarf_die.c254 dwarf_dieoffset(Dwarf_Die die, Dwarf_Off *ret_offset, Dwarf_Error *error) argument
260 if (die == NULL || ret_offset == NULL) {
265 *ret_offset = die->die_offset;
271 dwarf_die_CU_offset(Dwarf_Die die, Dwarf_Off *ret_offset, Dwarf_Error *error) argument
278 if (die == NULL || ret_offset == NULL) {
286 *ret_offset = die->die_offset - cu->cu_offset;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-arm.c1340 long int ret_offset;
1399 ret_offset =
1408 tmp = tmp | ((ret_offset >> 2) & 0x00FFFFFF);
1428 long int ret_offset;
1502 ret_offset =
1518 (bfd_vma) t2a3_b_insn | ((ret_offset >> 2) & 0x00FFFFFF),
1528 ret_offset =
1540 ret_offset),
1338 long int ret_offset; local
1426 long int ret_offset; local
H A Delf32-arm.c4044 long int ret_offset; local
4089 ret_offset =
4106 (bfd_vma) t2a3_b_insn | ((ret_offset >> 2) & 0x00FFFFFF),
4113 ret_offset =
4128 (bfd_vma) insert_thumb_branch (tmp, ret_offset),
4147 long int ret_offset; local
4192 ret_offset = (val - (s->output_offset
4196 bfd_put_32 (output_bfd, ret_offset,
4245 long int ret_offset; local
4270 ret_offset
[all...]

Completed in 105 milliseconds