HomeSort by relevance Sort by last modified time
    Searched refs:line_base (Results 1 - 16 of 16) sorted by null

  /external/google-breakpad/src/processor/
fast_source_line_resolver.cc 90 MemAddr line_base; local
91 if (func->lines.RetrieveRange(address, line_ptr, &line_base, NULL)) {
99 frame->source_line_base = frame->module->base_address() + line_base;
basic_source_line_resolver.cc 211 MemAddr line_base; local
212 if (func->lines.RetrieveRange(address, &line, &line_base, NULL)) {
218 frame->source_line_base = frame->module->base_address() + line_base;
  /toolchain/binutils/binutils-2.25/gas/
dwarf2dbg.c 139 static int line_base; variable
172 (((op) - opcode_base) % line_range + line_base)
1183 tmp = line_delta - line_base;
1191 tmp = 0 - line_base;
1254 tmp = line_delta - line_base;
1264 tmp = 0 - line_base;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 2286 unsigned int line_base; local
    [all...]
libcoff-in.h 209 int line_base; member in struct:coff_section_tdata
libcoff.h 213 int line_base; member in struct:coff_section_tdata
    [all...]
dwarf2.c 49 int line_base; member in struct:line_head
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 265 int_fast8_t line_base = (int8_t) *linep++; local
451 opcode = (desired line increment - line_base)
454 int line_increment = (line_base
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 73 int8 line_base; member in struct:dwarf2reader::LineInfoHeader
    [all...]
dwarf2reader.cc 560 header_.line_base = *reinterpret_cast<const int8*>(lineptr);
637 + header.line_base;
    [all...]
  /external/v8/src/
gdb-jit.cc 1480 const int8_t line_base = 1; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 1081 signed char line_base; member in struct:gold::Sized_dwarf_line_info::Dwarf_line_infoHeader
    [all...]
dwarf_reader.cc     [all...]
  /external/elfutils/src/
readelf.c 6541 int_fast8_t line_base = *((const int_fast8_t *) linep); local
6565 "is_stmt", default_is_stmt, line_base, local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 886 LINE_BASE = -4
896 if deltaLC < LINE_BASE {
902 } else if deltaLC < LINE_BASE+LINE_RANGE {
904 opcode = OPCODE_BASE + (deltaLC - LINE_BASE) + (LINE_RANGE * PC_RANGE)
909 opcode = OPCODE_BASE + (deltaLC - LINE_BASE) + (LINE_RANGE * int64(deltaPC))
951 deltaLC -= int64((opcode-OPCODE_BASE)%LINE_RANGE + LINE_BASE)
1040 Adduint8(ctxt, ls, LINE_BASE&0xFF) // line_base
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 886 LINE_BASE = -4
896 if deltaLC < LINE_BASE {
902 } else if deltaLC < LINE_BASE+LINE_RANGE {
904 opcode = OPCODE_BASE + (deltaLC - LINE_BASE) + (LINE_RANGE * PC_RANGE)
909 opcode = OPCODE_BASE + (deltaLC - LINE_BASE) + (LINE_RANGE * int64(deltaPC))
951 deltaLC -= int64((opcode-OPCODE_BASE)%LINE_RANGE + LINE_BASE)
1040 Adduint8(ctxt, ls, LINE_BASE&0xFF) // line_base
    [all...]

Completed in 558 milliseconds