Home | History | Annotate | Download | only in symbolize

Lines Matching defs:start_address

305       uint64_t start_address = symbol.st_value;
306 start_address += symbol_offset;
307 uint64_t end_address = start_address + symbol.st_size;
310 start_address <= pc && pc < end_address) {
499 // the specified pc. If found, sets |start_address| to the start address
508 uint64_t &start_address,
543 cursor = GetHex(cursor, eol, &start_address);
558 if (!(start_address <= pc && pc < end_address)) {
586 // Don't subtract 'start_address' from the first entry:
597 base_address = ((num_maps == 1) ? 0U : start_address) - file_offset;
729 uint64_t start_address = 0;
740 object_fd = g_symbolize_open_object_file_callback(pc0, start_address,
744 object_fd = OpenObjectFileContainingPcAndGetStartAddress(pc0, start_address,
775 uint64 relocation = (elf_type == ET_DYN) ? start_address : 0;
785 out, out_size, start_address)) {