Searched +refs:bs +refs:name +refs:entry +refs:length (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dxsym.c61 pstrcmp (const char *as, const char *bs) argument
64 const unsigned char *b = (const unsigned char *) bs;
144 bfd_sym_file_reference *entry)
148 entry->fref_frte_index = bfd_getb16 (buf);
149 entry->fref_offset = bfd_getb32 (buf + 2);
265 const char *name)
268 name,
311 bfd_sym_resources_table_entry *entry)
315 memcpy (&entry->rte_res_type, buf, 4);
316 entry
142 bfd_sym_parse_file_reference_v32(unsigned char *buf, size_t len, bfd_sym_file_reference *entry) argument
263 bfd_sym_display_table_summary(FILE *f, bfd_sym_table_info *dti, const char *name) argument
309 bfd_sym_parse_resources_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_resources_table_entry *entry) argument
324 bfd_sym_parse_modules_table_entry_v33(unsigned char *buf, size_t len, bfd_sym_modules_table_entry *entry) argument
348 bfd_sym_parse_file_references_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_file_references_table_entry *entry) argument
378 bfd_sym_parse_contained_modules_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_modules_table_entry *entry) argument
403 bfd_sym_parse_contained_variables_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_variables_table_entry *entry) argument
455 bfd_sym_parse_contained_statements_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_statements_table_entry *entry) argument
486 bfd_sym_parse_contained_labels_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_contained_labels_table_entry *entry) argument
519 bfd_sym_parse_type_table_entry_v32(unsigned char *buf, size_t len, bfd_sym_type_table_entry *entry) argument
529 bfd_sym_fetch_resources_table_entry(bfd *abfd, bfd_sym_resources_table_entry *entry, unsigned long index) argument
580 bfd_sym_fetch_modules_table_entry(bfd *abfd, bfd_sym_modules_table_entry *entry, unsigned long index) argument
631 bfd_sym_fetch_file_references_table_entry(bfd *abfd, bfd_sym_file_references_table_entry *entry, unsigned long index) argument
681 bfd_sym_fetch_contained_modules_table_entry(bfd *abfd, bfd_sym_contained_modules_table_entry *entry, unsigned long index) argument
731 bfd_sym_fetch_contained_variables_table_entry(bfd *abfd, bfd_sym_contained_variables_table_entry *entry, unsigned long index) argument
781 bfd_sym_fetch_contained_statements_table_entry(bfd *abfd, bfd_sym_contained_statements_table_entry *entry, unsigned long index) argument
831 bfd_sym_fetch_contained_labels_table_entry(bfd *abfd, bfd_sym_contained_labels_table_entry *entry, unsigned long index) argument
881 bfd_sym_fetch_contained_types_table_entry(bfd *abfd, bfd_sym_contained_types_table_entry *entry, unsigned long index) argument
931 bfd_sym_fetch_file_references_index_table_entry(bfd *abfd, bfd_sym_file_references_index_table_entry *entry, unsigned long index) argument
981 bfd_sym_fetch_constant_pool_entry(bfd *abfd, bfd_sym_constant_pool_entry *entry, unsigned long index) argument
1031 bfd_sym_fetch_type_table_entry(bfd *abfd, bfd_sym_type_table_entry *entry, unsigned long index) argument
1078 bfd_sym_fetch_type_information_table_entry(bfd *abfd, bfd_sym_type_information_table_entry *entry, unsigned long offset) argument
1123 bfd_sym_fetch_type_table_information(bfd *abfd, bfd_sym_type_information_table_entry *entry, unsigned long index) argument
1168 bfd_sym_modules_table_entry entry; local
1235 bfd_sym_print_file_reference(bfd *abfd, FILE *f, bfd_sym_file_reference *entry) argument
1257 bfd_sym_print_resources_table_entry(bfd *abfd, FILE *f, bfd_sym_resources_table_entry *entry) argument
1269 bfd_sym_print_modules_table_entry(bfd *abfd, FILE *f, bfd_sym_modules_table_entry *entry) argument
1311 bfd_sym_print_file_references_table_entry(bfd *abfd, FILE *f, bfd_sym_file_references_table_entry *entry) argument
1343 bfd_sym_print_contained_modules_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_modules_table_entry *entry) argument
1364 bfd_sym_print_contained_variables_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_variables_table_entry *entry) argument
1414 bfd_sym_print_contained_statements_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_statements_table_entry *entry) argument
1440 bfd_sym_print_contained_labels_table_entry(bfd *abfd, FILE *f, bfd_sym_contained_labels_table_entry *entry) argument
1788 bfd_sym_print_type_information_table_entry(bfd *abfd, FILE *f, bfd_sym_type_information_table_entry *entry) argument
1856 bfd_sym_display_name_table_entry(bfd *abfd, FILE *f, unsigned char *entry) argument
1870 unsigned short length = bfd_getb16 (entry + 2); local
1917 bfd_sym_resources_table_entry entry; local
1943 bfd_sym_modules_table_entry entry; local
1969 bfd_sym_file_references_table_entry entry; local
1995 bfd_sym_contained_modules_table_entry entry; local
2021 bfd_sym_contained_variables_table_entry entry; local
2049 bfd_sym_contained_statements_table_entry entry; local
2075 bfd_sym_contained_labels_table_entry entry; local
2101 bfd_sym_contained_types_table_entry entry; local
2127 bfd_sym_file_references_index_table_entry entry; local
2153 bfd_sym_constant_pool_entry entry; local
2180 bfd_sym_type_information_table_entry entry; local
2217 const char *name = "symbols"; local
[all...]
/macosx-10.10/msdosfs-209.1.1/
H A Dmsdosfs.py29 def make_dirent(name, attr, head=0, length=0, ntres=0,
32 "Create the raw bytes for a directory entry"
33 assert len(name) == 11
34 entry = name + struct.pack("<3B7HI", attr, ntres, create_time_tenth,
36 mod_date, head&0xFFFF, length)
37 assert len(entry) == 32
38 return entry
42 Parse the raw bytes of a directory entry, returnin
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dbs.el0 ;;; bs.el --- menu for selecting and displaying buffers
31 ;; The bs-package contains a main function bs-show for poping up a
39 ;; |. bs.el 14690 Emacs-Lisp /home/sun/sylvester/el/bs.e$|
49 ;; M-x bs-show
50 ;; for buffer selection or optional bind a key to main function `bs-show'
51 ;; (global-set-key "\C-x\C-b" 'bs-show) ;; or another key
54 ;; M-x bs-customize
59 ;; bs
140 (defgroup bs nil function
[all...]
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c480 struct {WCHAR name[6], eq, val[_MAX_PATH];} wk; member in struct:__anon12569
485 typedef char namesizecheck[numberof(wk.name) < numberof(vname) - 1 ? -1 : 1]; \
486 WCHAR *const buf = wk.name + numberof(wk.name) - numberof(vname) + 1; \
969 int len, n, bs, quote; local
979 for (bs = 0; *p; ++p) {
982 ++bs;
991 len += ++bs;
993 memset(q, '\\', bs);
994 q += bs;
1944 win32_direct_conv(const WCHAR *file, struct direct *entry, rb_encoding *dummy) argument
1988 ruby_direct_conv(const WCHAR *file, struct direct *entry, rb_encoding *enc) argument
3246 SOCKADDR *name; member in struct:__anon12573
3523 rb_w32_gethostbyname(const char *name) argument
3541 rb_w32_gethostname(char *name, int len) argument
3559 rb_w32_getprotobyname(const char *name) argument
3595 rb_w32_getservbyname(const char *name, const char *proto) argument
3758 getnetbyname(const char *name) argument
4266 rb_w32_ugetenv(const char *name) argument
4304 rb_w32_getenv(const char *name) argument
4796 rb_w32_truncate(const char *path, off_t length) argument
4812 rb_w32_ftruncate(int fd, off_t length) argument
5437 char name[] = "\\\\\\\\.\\\\pipe\\\\ruby0000000000000000-0000000000000000"; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-forms.el127 (while (and (< pos2 (length fmt))
530 (let ((entry (list math-fd-date calc-internal-prec calc-date-format)))
531 (or (cdr (assoc entry math-format-date-cache))
541 (setq math-format-date-cache (cons (cons entry fmt)
695 ((memq x '(s ss bs SS BS))
700 ((memq x '(bs BS)) "%2d")
705 ((memq x '(bs BS)) " ")
922 (if (and (<= (length this) (length math-pd-str))
924 (substring math-pd-str 0 (length thi
[all...]

Completed in 226 milliseconds