Searched refs:objtype (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dvms-hdr.c45 _bfd_vms_slurp_hdr (bfd *abfd, int objtype) argument
57 switch (objtype)
185 _bfd_vms_write_hdr (bfd *abfd, int objtype) argument
199 if (objtype != OBJ_S_C_HDR)
306 _bfd_vms_slurp_eom (bfd *abfd, int objtype) argument
316 if ((objtype == OBJ_S_C_EOM)
317 || (objtype == OBJ_S_C_EOMW))
348 _bfd_vms_write_eom (bfd *abfd, int objtype) argument
351 vms_debug (2, "vms_write_eom (%p, %d)\n", abfd, objtype);
354 _bfd_vms_output_begin (abfd, objtype,
[all...]
H A Dvms-gsd.c230 _bfd_vms_slurp_gsd (bfd * abfd, int objtype) argument
275 vms_debug (2, "GSD/EGSD (%d/%x)\n", objtype, objtype);
278 switch (objtype)
301 if (objtype == OBJ_S_C_GSD)
698 _bfd_vms_write_gsd (bfd *abfd, int objtype ATTRIBUTE_UNUSED)
709 vms_debug (2, "vms_write_gsd (%p, %d)\n", abfd, objtype);
H A Dvms-tir.c1677 _bfd_vms_slurp_tir (bfd * abfd, int objtype)
1685 switch (objtype)
1711 _bfd_vms_slurp_dbg (bfd * abfd, int objtype ATTRIBUTE_UNUSED)
1728 int objtype ATTRIBUTE_UNUSED)
1744 int objtype ATTRIBUTE_UNUSED)
1839 _bfd_vms_write_tir (bfd * abfd, int objtype ATTRIBUTE_UNUSED)
1846 _bfd_vms_debug (2, "vms_write_tir (%p, %d)\n", abfd, objtype);
2218 int objtype ATTRIBUTE_UNUSED)
2221 _bfd_vms_debug (2, "vms_write_tbt (%p, %d)\n", abfd, objtype);
2231 int objtype ATTRIBUTE_UNUSE
1675 _bfd_vms_slurp_tir(bfd * abfd, int objtype) argument
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dnetrepr.py36 objtype = type(obj)
37 if objtype is int or objtype is long or objtype is float:
39 elif objtype is str or objtype is unicode:
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dnetrepr.py36 objtype = type(obj)
37 if objtype is int or objtype is long or objtype is float:
39 elif objtype is str or objtype is unicode:
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A Dnetrepr.py36 objtype = type(obj)
37 if objtype is int or objtype is long or objtype is float:
39 elif objtype is str or objtype is unicode:
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c950 uint32_t i, len, level, lmask, outstatus, objtype; local
968 objtype = ASL_TYPE_CLIENT;
972 objtype = asl_get_type(obj);
973 if (objtype == ASL_TYPE_CLIENT) asl = (asl_client_t *)obj;
982 if ((objtype == ASL_TYPE_CLIENT) && (asl->aslfile != NULL)) use_global_lock = 1;
1027 if (objtype != ASL_TYPE_CLIENT)
/macosx-10.10/xar-254/xar/lib/
H A Ddarwinattr.c77 fsobj_type_t objtype; member in struct:fi

Completed in 179 milliseconds