HomeSort by relevance Sort by last modified time
    Searched full:syminfo (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/qemu/
disas.h 18 struct syminfo;
23 typedef const char *(*lookup_symbol_t)(struct syminfo *s, target_ulong orig_addr);
25 typedef const char *(*lookup_symbol_t)(struct syminfo *s, target_phys_addr_t orig_addr);
28 struct syminfo { struct
36 struct syminfo *next;
40 extern struct syminfo *syminfos;
elf_ops.h 76 static const char *glue(lookup_symbol, SZ)(struct syminfo *s, target_ulong orig_addr)
105 struct syminfo *s;
disas.c 12 struct syminfo *syminfos = NULL;
324 struct syminfo *s;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFactory.cpp 59 pRelocation.symInfo()->name() +
71 llvm::Twine(pRelocation.symInfo()->name()) +
81 llvm::Twine(pRelocation.symInfo()->name()) +
95 // to pReloc->symInfo()
101 ResolveInfo* rsym = pReloc.symInfo();
121 reloc->symInfo() == pReloc.symInfo())
133 const ResolveInfo* rsym = pReloc.symInfo();
148 ResolveInfo* rsym = pReloc.symInfo();
197 ResolveInfo* rsym = pReloc.symInfo();
    [all...]
MipsLDBackend.cpp 126 ResolveInfo* rsym = pReloc.symInfo();
576 if(pReloc.symInfo()->type() == ResolveInfo::Section) {
588 ResolveInfo* rsym = pReloc.symInfo();
674 pReloc.symInfo()->name() +
685 ResolveInfo* rsym = pReloc.symInfo();
736 pReloc.symInfo()->name() +
772 pReloc.symInfo()->name() +
780 pReloc.symInfo()->name() +
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.cpp 43 pRelocation.symInfo()->name() +
76 llvm::Twine(pRelocation.symInfo()->name()) +
86 llvm::Twine(pRelocation.symInfo()->name()) +
94 llvm::Twine(pRelocation.symInfo()->name()) +
109 ((pReloc.symInfo()->desc() != ResolveInfo::Undefined) &&
110 (pReloc.symInfo()->type() == ResolveInfo::Function) &&
162 ResolveInfo* rsym = pReloc.symInfo();
223 ResolveInfo* rsym = pReloc.symInfo();
266 // its FragmentRef to pReloc->targetFrag() and its ResolveInfo to pReloc->symInfo()
273 ResolveInfo* rsym = pReloc.symInfo();
    [all...]
ARMLDBackend.cpp 338 llvm::Twine(pReloc.symInfo()->name()) +
350 if(pReloc.symInfo()->type() == ResolveInfo::Section) {
363 ResolveInfo* rsym = pReloc.symInfo();
491 ResolveInfo* rsym = pReloc.symInfo();
717 ResolveInfo* rsym = pReloc.symInfo();
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFactory.cpp 62 pRelocation.symInfo()->name() +
75 llvm::Twine(pRelocation.symInfo()->name()) +
85 llvm::Twine(pRelocation.symInfo()->name()) +
120 ResolveInfo* rsym = pReloc.symInfo();
179 ResolveInfo* rsym = pReloc.symInfo();
222 // its FragmentRef to pReloc->targetFrag() and its ResolveInfo to pReloc->symInfo()
229 ResolveInfo* rsym = pReloc.symInfo();
262 ResolveInfo* rsym = pReloc.symInfo();
334 if(!(pReloc.symInfo()->reserved()
353 if((pReloc.symInfo()->reserved() & X86GNULDBackend::ReservePLT)
    [all...]
X86LDBackend.cpp 234 if(pReloc.symInfo()->type() == ResolveInfo::Section) {
247 ResolveInfo* rsym = pReloc.symInfo();
292 ResolveInfo* rsym = pReloc.symInfo();
413 ResolveInfo* rsym = pReloc.symInfo();
  /external/elfutils/libelf/
abstract.h 278 #define Syminfo(Bits, Ext) \
279 START (Bits, Syminfo, Ext##Syminfo) \
282 END (Bits, Ext##Syminfo)
285 Syminfo (32, Ext)
287 Syminfo (64, Ext)
gelf_xlate.h 70 TYPE (Syminfo, LIBELFBITS)
gelf.h 96 /* The syminfo section if available contains additional information about
elf_getdata.c 110 [ELF_T_SYMINFO] = __alignof__ (ElfW2(Bits,Syminfo)), \
elf.h 405 /* The syminfo section if available contains additional information about
431 /* Syminfo version values. */
707 #define DT_SYMINSZ 0x6ffffdfe /* Size of syminfo table (in bytes) */
708 #define DT_SYMINENT 0x6ffffdff /* Entry size of syminfo */
729 #define DT_SYMINFO 0x6ffffeff /* Syminfo table. */
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Relocation.h 60 const ResolveInfo* symInfo() const
64 ResolveInfo* symInfo()
  /external/elfutils/libebl/
ebldynamictagname.c 105 "PLTPAD", "MOVETAB", "SYMINFO"
  /frameworks/compile/mclinker/lib/LD/
ELFWriter.cpp 451 if( relocation->symInfo() == NULL )
455 f_Backend.getSymbolIdx(relocation->symInfo()->outSymbol()));
492 if( relocation->symInfo() == NULL )
496 f_Backend.getSymbolIdx(relocation->symInfo()->outSymbol()));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 395 /* The syminfo section if available contains additional information about
421 /* Syminfo version values. */
692 #define DT_SYMINSZ 0x6ffffdfe /* Size of syminfo table (in bytes) */
693 #define DT_SYMINENT 0x6ffffdff /* Entry size of syminfo */
714 #define DT_SYMINFO 0x6ffffeff /* Syminfo table. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 395 /* The syminfo section if available contains additional information about
421 /* Syminfo version values. */
692 #define DT_SYMINSZ 0x6ffffdfe /* Size of syminfo table (in bytes) */
693 #define DT_SYMINENT 0x6ffffdff /* Entry size of syminfo */
714 #define DT_SYMINFO 0x6ffffeff /* Syminfo table. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 395 /* The syminfo section if available contains additional information about
421 /* Syminfo version values. */
692 #define DT_SYMINSZ 0x6ffffdfe /* Size of syminfo table (in bytes) */
693 #define DT_SYMINENT 0x6ffffdff /* Entry size of syminfo */
714 #define DT_SYMINFO 0x6ffffeff /* Syminfo table. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-addr2line 
i686-linux-strings 
  /external/valgrind/main/perf/
tinycc.c 396 /* The syminfo section if available contains additional information about
422 /* Syminfo version values. */
669 #define DT_SYMINSZ 0x6ffffdfe /* Size of syminfo table (in bytes) */
670 #define DT_SYMINENT 0x6ffffdff /* Entry size of syminfo */
679 #define DT_SYMINFO 0x6ffffeff /* syminfo table */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/arm-eabi/bin/
ar 
nm 

Completed in 1912 milliseconds

1 2 3 4 5 6 7