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

/haiku-buildtools/legacy/binutils/opcodes/
H A Di386-dis.c1172 static unsigned char *start_codep; variable
2183 start_codep = priv.the_buffer;
2455 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep
4022 disp = (start_pc + codep - start_codep + disp) & mask;
/haiku-buildtools/binutils/opcodes/
H A Di386-dis.c3149 static unsigned char *start_codep; variable
13133 start_codep = priv.the_buffer;
13323 if ((codep - start_codep) > MAX_CODE_LENGTH)
13384 (*info->print_address_func) ((bfd_vma) (start_pc + (codep - start_codep)
15930 segment = ((start_pc + (codep - start_codep))
15941 disp = ((start_pc + (codep - start_codep) + disp) & mask) | segment;

Completed in 143 milliseconds