Home
last modified time | relevance | path

Searched refs:addr (Results 1 – 3 of 3) sorted by relevance

/build/tools/
Dadbs28 def CallAddr2Line(lib, addr): argument
35 " -f -e " + symbols_dir + lib + " 0x" + addr
59 def CallObjdump(lib, addr): argument
74 next_addr = string.atoi(addr, 16) + 1
76 + " -C -d --start-address=0x" + addr + " --stop-address=" \
/build/tools/apriori/
Dsource.h34 Elf64_Addr addr; /* if DT entry's value is an address, we save it here */ member
Dapriori.c839 source->jmprel.addr = dyn->d_un.d_ptr; in reinit_source()
851 source->rel.addr = dyn->d_un.d_ptr; in reinit_source()
1695 dyn->addr, in adjust_dynamic_segment_for()
1696 dyn->addr + dyn->size, in adjust_dynamic_segment_for()
1911 if (source->rel.addr && in match_relocation_sections_to_dynamic_ranges()
1912 source->rel.addr <= reloc_scn->shdr.sh_addr && in match_relocation_sections_to_dynamic_ranges()
1913 reloc_scn->shdr.sh_addr < source->rel.addr + source->rel.size) in match_relocation_sections_to_dynamic_ranges()
1917 (source->rel.addr + source->rel.size)) in match_relocation_sections_to_dynamic_ranges()
1927 source->rel.addr, in match_relocation_sections_to_dynamic_ranges()
1928 source->rel.addr + source->rel.size); in match_relocation_sections_to_dynamic_ranges()
[all …]