Searched refs:read_word (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dpdp11-dis.c36 read_word (bfd_vma memaddr, int *word, disassemble_info *info) function
102 if (read_word (*memaddr, &data, info) < 0)
120 if (read_word (*memaddr, &address, info) < 0)
144 if (read_word (*memaddr, &disp, info) < 0)
201 if (read_word (memaddr, &opcode, info) != 0)
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/UglifyJS/
H A Dparse-js.js503 function read_word() { function in function:tokenizer
536 if (is_identifier_char(ch)) return read_word();

Completed in 177 milliseconds