Searched refs:got_addr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dcodegen-diff28 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;
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sym.h49 kxld_addr_t got_addr; // The address of this symbol's GOT entry member in struct:kxld_sym
H A Dkxld_sect.c584 sym->got_addr = entry_addr;
H A Dkxld_reloc.c933 pair_target = sym->got_addr;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c4621 bfd_vma got_addr, plt_addr;
4645 got_addr = (sgot->output_section->vma
4681 outrel.r_offset = got_addr;
4611 bfd_vma got_addr, plt_addr; local

Completed in 123 milliseconds