HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 901 - 925 of 2152) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
netcontext.py 23 from . import symbol
60 class NetContext(symbol.PolicySymbol):
typeattr.py 21 from . import symbol
85 class BaseType(symbol.PolicySymbol):
xencontext.py 22 from . import symbol
74 class XenContext(symbol.PolicySymbol):
  /system/extras/simpleperf/
cmd_kmem.cpp 35 const Symbol* symbol; // the function making allocation member in struct:__anon114429::SlabSample
45 SlabSample(const Symbol* symbol, uint64_t ptr, uint64_t bytes_req,
48 : symbol(symbol),
180 const Symbol* symbol = thread_tree_->FindKernelSymbol(call_site); variable
187 symbol, ptr, bytes_req, bytes_alloc, 1, gfp_flags, 0)));
221 const Symbol* symbol = thread_tree_->FindKernelSymbol(ip) variable
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-score7.c 37 /* The SCORE ELF linker needs additional information for each symbol in
43 /* Number of R_SCORE_ABS32, R_SCORE_REL32 relocs against this symbol. */
49 /* We must not create a stub for a symbol that has relocations related to
68 /* The input bfd in which the symbol is defined. */
70 /* The index of the symbol, as stored in the relocation r_info, if
71 we have a local symbol; -1 otherwise. */
78 that should be added to the symbol value. */
81 corresponding to a global symbol in the got (or, local, if
87 corresponding to this symbol+addend. If it's a global symbol
    [all...]
coff-arm.c 95 asymbol *symbol ATTRIBUTE_UNUSED,
573 asymbol *symbol ATTRIBUTE_UNUSED,
588 asymbol *symbol,
599 /* If this is an undefined symbol, return error. */
600 if (bfd_is_und_section (symbol->section)
601 && (symbol->flags & BSF_WEAK) == 0)
606 if (symbol->section->name != input_section->name
612 relocation += symbol->value;
613 relocation += symbol->section->output_section->vma;
614 relocation += symbol->section->output_offset
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mapshort-elf.d 11 SYMBOL TABLE:
26 # The ELF based port does not generate a .ARM.attributes symbol
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.h 92 // Add a symbol. FLAGS are the gdb_index version 7 flags to be stored in
199 // A symbol table entry.
211 // Return true if this symbol is the same as SYMBOL.
213 equal(Gdb_symbol* symbol)
214 { return this->name_key == symbol->name_key; }
242 // The symbol table.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
gc-plt-relocs.d 8 # Shared object with plt related relocs against global symbol
14 DYNAMIC SYMBOL TABLE:
gc-tls-relocs.d 9 # Executable with tls related relocs against global and local symbol gced.
15 SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-avr/
relax-02.d 1 #name: AVR relaxation, symbol at end of section.
10 SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-12.d 9 # function PLT, undefined symbol, GOT reloc.
13 DYNAMIC SYMBOL TABLE:
libdso-15b.d 10 # There was a bug causing GOT markups to be during symbol handling,
17 DYNAMIC SYMBOL TABLE:
pcrelcp-1.d 4 #warning: \A[^\n]*\.o, section `.text', to symbol `expfn@@TST2':\n
9 # to a versioned symbol in a library got caught by an assert in
12 # copied to, on the merged-to (direct) symbol. For versioned symbols,
13 # there was an "extra" copy made, to make a base-version symbol, where
14 # the copied-from pc-relative list was NULL but the copied-to symbol
tls-gc-71.d 9 # DSO with a single R_CRIS_16_DTPREL against a hidden symbol, gc:ed.
17 DYNAMIC SYMBOL TABLE:
tls-gc-75.d 13 # symbol, gc:ed. Check that we have proper NPTL/TLS markings and GOT.
24 SYMBOL TABLE:
tls-gc-76.d 9 # A GOT reference through a local symbol to a variable survives gc.
21 SYMBOL TABLE:
tls-ie-78.d 10 # R_CRIS_32_IE, for an executable, symbol defined elsewhere.
26 SYMBOL TABLE:
30 DYNAMIC SYMBOL TABLE:
tls-leie-18.d 12 # same reloc to same symbol; two different symbols.
24 SYMBOL TABLE:
tls-local-63.d 7 # A R_CRIS_16_GOT_TPREL in a DSO against a hidden symbol. Make sure
17 Symbol table '.dynsym' contains 7 entries:
20 Symbol table '.symtab' contains 16 entries:
tls-local-64.d 8 # A R_CRIS_16_GOT_TPREL in a DSO against a hidden symbol, at an offset
19 Symbol table '.dynsym' contains 7 entries:
22 Symbol table '.symtab' contains [0-9]+ entries:
weakref3.d 8 # Like libdso-15b.d, but referencing the weak symbol and function from
27 Symbol table '.dynsym' contains . entries:
33 Symbol table '.symtab' contains .. entries:
weakref4.d 10 # R_CRIS_32 against the weak symbol), but for the time being, make
24 Symbol table '.dynsym' contains . entries:
28 Symbol table '.symtab' contains .. entries:
  /external/arm-neon-tests/
Init.s 43 IMPORT ||Image$$STACK$$ZI$$Limit|| ; Linker symbol from scatter file
  /external/clang/tools/scan-build-py/libear/
__init__.py 191 def check_symbol_exists(self, symbol, include, name):
193 int main() { return ((int*)(&SYMBOL))[0]; }"""
194 source = template.replace('INCLUDE', include).replace("SYMBOL", symbol)
196 logging.debug('Checking symbol %s', symbol)
198 logging.debug('Checking symbol %s -- %s', symbol,

Completed in 326 milliseconds

<<31323334353637383940>>