Searched defs:location (Results 176 - 200 of 314) sorted by relevance

1234567891011>>

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delfn32-mips.c1941 bfd_byte *location; local
H A Dnlmcode.h1510 nlm_set_section_contents(bfd *abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
H A Doasys.c195 oasys_canonicalize_symtab (bfd *abfd, asymbol **location) argument
717 oasys_get_section_contents(bfd *abfd, sec_ptr section, void * location, file_ptr offset, bfd_size_type count) argument
1054 oasys_set_section_contents(bfd *abfd, sec_ptr section, const void * location, file_ptr offset, bfd_size_type count) argument
H A Dsrec.c963 bfd_byte *location = list->data; local
776 srec_get_section_contents(bfd *abfd, asection *section, void * location, file_ptr offset, bfd_size_type count) argument
813 srec_set_section_contents(bfd *abfd, sec_ptr section, const void * location, file_ptr offset, bfd_size_type bytes_to_do) argument
H A Dtekhex.c576 char *location = (char *) locationp; local
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dastp_com.c137 ASTP_add_name_binding( parser_location_p location, NAMETABLE_id_t name, void *AST_node ) argument
204 ASTP_validate_forward_ref( parser_location_p location, AST_type_n_t *type ) argument
235 ASTP_validate_forward_ref_scope( parser_location_p location, AST_type_n_t *type, ASTP_node_t *parent_node ) argument
363 AST_clone_constant( parser_location_p location, AST_constant_n_t *constant_node_p ) argument
501 ASTP_lookup_binding( parser_location_p location, NAMETABLE_id_t name, fe_node_k_t node_kind, boolean noforward_ref ) argument
602 AST_pointer_node( parser_location_p location, AST_type_n_t * pointee ) argument
641 AST_declarators_to_types( parser_location_p location, AST_interface_n_t * ifp, AST_type_n_t *type_ptr, ASTP_declarator_n_t *declarators_ptr, ASTP_attributes_t *attributes ) argument
814 AST_propagate_array_type( parser_location_p location, AST_type_n_t *type_node_ptr, AST_type_n_t *element_type_node_ptr, ASTP_declarator_op_n_t *declarator_op_ptr ) argument
911 AST_propagate_type_attrs( parser_location_p location, AST_type_n_t *type_node_ptr, ASTP_attributes_t *attributes, boolean needs_clone ATTRIBUTE_UNUSED, ASTP_node_t *parent_node ) argument
1176 AST_propagate_typedef( parser_location_p location, AST_type_n_t *type_node_ptr, ASTP_declarator_n_t *declarator_ptr, ASTP_attributes_t *attributes ) argument
1375 AST_propagate_type( parser_location_p location, AST_type_n_t *type_node_ptr, ASTP_declarator_n_t *declarator_ptr, ASTP_attributes_t *attributes, ASTP_node_t *parent_node ) argument
1568 ASTP_set_array_rep_type( parser_location_p location, AST_type_n_t *type_node_ptr, AST_type_n_t *array_base_type, boolean is_varying ) argument
1703 AST_set_field_attrs( parser_location_p location, ASTP_attributes_t *attributes, ASTP_node_t *parent_node, AST_type_n_t *type_node ) argument
2217 AST_set_type_attrs( parser_location_p location, AST_type_n_t *type_node_ptr, ASTP_attributes_t *attributes ) argument
2464 ASTP_set_fe_info( parser_location_p location, fe_info_t **fe_info_ptr, fe_node_k_t fe_node_kind ) argument
2576 AST_set_flags( parser_location_p location, AST_flags_t *flags, ASTP_node_t *node_ptr, ASTP_attributes_t *attributes ) argument
2908 ASTP_validate_integer( parser_location_p location, AST_exp_n_t *exp_node ) argument
2957 ASTP_verify_non_anonymous( parser_location_p location, AST_type_n_t *type, ASTP_declarator_n_t *declarator_ptr ) argument
[all...]
H A Dastp_sim.c122 AST_array_bound_info( parser_location_p location, NAMETABLE_id_t name, ASTP_attr_k_t kind, boolean is_pointer ) argument
146 AST_array_bound_from_expr( parser_location_p location, AST_exp_n_t * exp, ASTP_attr_k_t kind ) argument
167 AST_range_from_expr( parser_location_p location, AST_exp_n_t * exp_low_val, AST_exp_n_t * exp_high_val ) argument
202 AST_boolean_constant( parser_location_p location, boolean value ) argument
225 AST_char_constant( parser_location_p location, char value ) argument
249 AST_constant_node( parser_location_p location, AST_constant_k_t kind ) argument
276 AST_create_operation_node( parser_location_p location, NAMETABLE_id_t op_name, AST_parameter_n_t *parameters ) argument
421 AST_declarator_to_param( parser_location_p location, ASTP_attributes_t *attributes, AST_type_n_t *type, ASTP_declarator_n_t *declarator ) argument
498 AST_enumerator_node( parser_location_p location, AST_constant_n_t *constant_list, AST_type_k_t size ATTRIBUTE_UNUSED ) argument
571 AST_export_node( parser_location_p location, ASTP_node_t *export_ptr, AST_export_k_t kind ) argument
629 AST_cpp_quote_node( parser_location_p location, STRTAB_str_t text ) argument
662 AST_finish_constant_node( parser_location_p location, AST_constant_n_t *constant_ptr, ASTP_declarator_n_t *declarator, AST_type_n_t *type_ptr ) argument
895 AST_function_node( parser_location_p location, AST_type_n_t *result_type, NAMETABLE_id_t op_name, AST_parameter_n_t *parameters ) argument
937 AST_include_node( parser_location_p location, STRTAB_str_t include_file, STRTAB_str_t include_file_name ) argument
964 AST_import_node( parser_location_p location, STRTAB_str_t imported_file ) argument
991 AST_exception_node( parser_location_p location, NAMETABLE_id_t excep_name ) argument
1098 AST_integer_constant( parser_location_p location, long int value ) argument
1212 AST_lookup_named_type( parser_location_p location, NAMETABLE_id_t type_name ) argument
1332 AST_named_constant( parser_location_p location, NAMETABLE_id_t const_name ) argument
1392 AST_operation_node( parser_location_p location, AST_type_n_t *base_type, ASTP_declarator_n_t *declarator, ASTP_attributes_t *attributes ) argument
1541 AST_parameter_node( parser_location_p location, NAMETABLE_id_t identifier ) argument
1565 AST_finish_interface_node( parser_location_p location, AST_interface_n_t *interface_node_p ) argument
1582 AST_represent_as_node( parser_location_p location, NAMETABLE_id_t name ) argument
1603 AST_cs_char_node( parser_location_p location, NAMETABLE_id_t name ) argument
1752 AST_string_constant( parser_location_p location, STRTAB_str_t value ) argument
1777 AST_type_node( parser_location_p location, AST_type_k_t kind ) argument
1893 AST_types_to_exports( parser_location_p location, AST_type_p_n_t *type_p_list ) argument
2054 AST_enum_constant( parser_location_p location, NAMETABLE_id_t identifier, AST_exp_n_t * exp ) argument
2101 AST_pipe_node( parser_location_p location, AST_type_n_t *pipe_type ) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dcal-china.el
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Demacs.c146 #define location ep->_location macro
1232 Histloc_t location; local
[all...]
H A Dhistory.c953 Histloc_t location; local
[all...]
/macosx-10.9.5/libauto-185.5/
H A Dauto_zone.h668 void (^visit_weak)(const void *value, void *const*location, auto_weak_callback_block_t *callback); member in struct:__anon9434
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dnanohttp.c151 char *location; /* the new URL in case of redirect */ member in struct:xmlNanoHTTPCtxt
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dfetch.c503 char *volatile location; local
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dutils.c1191 log_vpn_interface_address_event (const char *location, argument
1278 check_vpn_interface_or_service_unrecoverable(SCDynamicStoreRef dynamicStoreRef, const char *location, struct kern_event_msg *ev_msg, char *interface_buf) argument
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dnanohttp.c156 char *location; /* the new URL in case of redirect */ member in struct:xmlNanoHTTPCtxt
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/minitest/
H A Dunit.rb946 def location e # :nodoc: method in class:Unit
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngset.c995 png_set_unknown_chunk_location(png_structp png_ptr, png_infop info_ptr, int chunk, int location) argument
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1467 OSNumber *location; local
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1061 OSNumber *location; local
/macosx-10.9.5/CF-855.17/
H A DCFBase.h390 CFIndex location; member in struct:__anon396
H A DCoreFoundation_Prefix.h461 CF_INLINE void auto_assign_weak_reference(void *zone, const void *value, const void **location, auto_weak_callback_block_t *block) { *location = (void *)value; } argument
503 CF_INLINE id objc_read_weak(id *location) argument
506 CF_INLINE id objc_assign_weak(id value, id *location) argument
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtzgnames.cpp804 UnicodeString location; local
[all...]
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.cpp700 const char *location = NULL; local
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPriv.h437 IOPhysicalAddress32 location; member in struct:IOFireWireLib::__anon1774
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDElementPrivate.cpp1276 setMemoryForElementValue( IOVirtualAddress address, void * location) argument

Completed in 221 milliseconds

1234567891011>>