Home | History | Annotate | Download | only in symbolize

Lines Matching defs:start_address

289       uint64_t start_address = symbol.st_value;
290 start_address += symbol_offset;
291 uint64_t end_address = start_address + symbol.st_size;
294 start_address <= pc && pc < end_address) {
486 // and also set start_address to the start address of where this object
490 uint64_t &start_address) {
520 cursor = GetHex(cursor, eol, &start_address);
535 if (!(start_address <= pc && pc < end_address)) {
592 uint64_t start_address = 0;
595 start_address);
608 uint64 relocation = (elf_type == ET_DYN) ? start_address : 0;
618 out, out_size, start_address)) {