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

  /external/swiftshader/third_party/LLVM/utils/
codegen-diff 28 my $got_addr;
41 $got_addr = $1;
42 } elsif ($got_addr && /^ ([^\t]*)\t[^:]*:\t((0x[0-9a-f]{2}\s*)+)\s*$/) {
43 my ($addr, $bytes, $instr) = ($got_addr, $2, $1);
50 undef $got_addr;
  /external/llvm/utils/
codegen-diff 28 my $got_addr;
41 $got_addr = $1;
42 } elsif ($got_addr && /^ ([^\t]*)\t[^:]*:\t((0x[0-9a-f]{2}\s*)+)\s*$/) {
43 my ($addr, $bytes, $instr) = ($got_addr, $2, $1);
50 undef $got_addr;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-microblaze.c 3205 bfd_vma got_addr; local
    [all...]
elf32-or1k.c 1885 bfd_vma got_addr; local
    [all...]
elf64-alpha.c 4836 bfd_vma got_addr, plt_addr; local
    [all...]
elfnn-aarch64.c 8056 bfd_vma got_addr = local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 3800 Address got_addr = this->targ_->got_section()->output_section()->address(); local
4278 Address got_addr = got_os_addr + ppcobj->toc_base_offset(); local
4423 Address got_addr = got_os_addr + bs->first.toc_base_off_; local
4469 Address got_addr; local
    [all...]
x86_64.cc 258 typename elfcpp::Elf_types<size>::Elf_Addr got_addr,
367 typename elfcpp::Elf_types<size>::Elf_Addr got_addr,
    [all...]
aarch64.cc     [all...]

Completed in 1286 milliseconds