Searched refs:within_function (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drdcoff.c552 debug_type type, bfd_boolean within_function)
574 (within_function
665 bfd_boolean within_function;
683 within_function = FALSE;
776 dhandle, type, within_function))
829 within_function = TRUE;
833 if (! within_function)
845 within_function = FALSE;
868 dhandle, type, within_function))
548 parse_coff_symbol(bfd *abfd ATTRIBUTE_UNUSED, struct coff_types *types, asymbol *sym, long coff_symno, struct internal_syment *psyment, void *dhandle, debug_type type, bfd_boolean within_function) argument
664 bfd_boolean within_function; local
H A Dstabs.c81 bfd_boolean within_function; member in struct:stab_handle
379 if (info->within_function)
384 info->within_function = FALSE;
454 if (! info->within_function)
502 if (info->within_function)
514 info->within_function = FALSE;
575 value + (info->within_function
593 if (info->within_function)
602 info->within_function = FALSE;
613 if (info->within_function
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drdcoff.c552 debug_type type, bfd_boolean within_function)
574 (within_function
665 bfd_boolean within_function;
683 within_function = FALSE;
776 dhandle, type, within_function))
829 within_function = TRUE;
833 if (! within_function)
845 within_function = FALSE;
868 dhandle, type, within_function))
548 parse_coff_symbol(bfd *abfd ATTRIBUTE_UNUSED, struct coff_types *types, asymbol *sym, long coff_symno, struct internal_syment *psyment, void *dhandle, debug_type type, bfd_boolean within_function) argument
664 bfd_boolean within_function; local
H A Dstabs.c81 bfd_boolean within_function; member in struct:stab_handle
381 if (info->within_function)
386 info->within_function = FALSE;
456 if (! info->within_function)
504 if (info->within_function)
516 info->within_function = FALSE;
577 value + (info->within_function
595 if (info->within_function)
604 info->within_function = FALSE;
615 if (info->within_function
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dbuildsym.h177 EXTERN int within_function; variable
H A Dcoffread.c820 if (within_function)
955 within_function = 1;
977 if (!within_function)
989 within_function = 0;
1000 within_function = 0;
1046 within_function = 0;
1543 if (within_function)
2054 if (within_function)
H A Dxcoffread.c127 int within_function;
1267 within_function = 1;
1291 within_function = 0;
1299 within_function = 0;
1310 within_function = 0;
1552 function-scope using within_function. We do this by
1561 if (*pp == 'V' && !within_function)
125 int within_function; variable
H A Ddbxread.c2726 within_function = 0;
2855 within_function = 0;
2942 if (within_function && sline_found_in_function == 0)
3108 within_function = 1;
H A Dhpread.c69 int within_function; member in struct:hpread_symfile_info
90 #define WITHIN_FUNCTION(o) (HPUX_SYMFILE_INFO(o)->within_function)
1901 int within_function = 0;
2083 within_function = 1;
2104 within_function = 1;
2132 within_function = 0;
2145 if (within_function
1891 int within_function = 0; local
H A Dbuildsym.c779 within_function = 0;
H A Dstabsread.c1037 if (within_function)
3430 if (within_function)
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThread.cpp1570 std::vector<Address> candidates, within_function, outside_function; local
1572 within_function, outside_function);
1579 if (!within_function.empty())
1580 candidates = within_function;

Completed in 283 milliseconds