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

<<31323334353637383940>>

  /external/brotli/enc/
entropy_encode.c 302 uint32_t symbol = counts[0]; local
305 if (i == length || counts[i] != symbol) {
306 if ((symbol == 0 && step >= 5) ||
307 (symbol != 0 && step >= 7)) {
315 symbol = counts[i];
478 0 bit depth means that the symbol does not exist. */
  /external/google-breakpad/src/common/android/
breakpad_getcontext.S 325 #define NESTED(symbol, framesize, rpc) \
326 .globl symbol; \
328 .type symbol,@function; \
329 .ent symbol,0; \
330 symbol: .frame sp, framesize, rpc; label
  /toolchain/binutils/binutils-2.25/bfd/
coff-i386.c 57 section for a reference to a common symbol is the value itself plus
68 asymbol *symbol,
81 if (bfd_is_com_section (symbol->section))
84 /* We are relocating a common symbol. The current value in the
86 common symbol as seen by the object file when it was compiled
87 (this may be zero if the symbol was undefined) and OFFSET is
88 the offset into the common symbol (normally zero, but may be
93 the common symbol which we are going to put in the final
94 object file. NEW is symbol->value. */
95 diff = symbol->value + reloc_entry->addend
    [all...]
coff-x86_64.c 56 section for a reference to a common symbol is the value itself plus
67 asymbol *symbol,
80 if (bfd_is_com_section (symbol->section))
83 /* We are relocating a common symbol. The current value in the
85 common symbol as seen by the object file when it was compiled
86 (this may be zero if the symbol was undefined) and OFFSET is
87 the offset into the common symbol (normally zero, but may be
92 the common symbol which we are going to put in the final
93 object file. NEW is symbol->value. */
94 diff = symbol->value + reloc_entry->addend
    [all...]
elf32-bfin.c 35 asymbol *symbol ATTRIBUTE_UNUSED,
50 asymbol *symbol,
66 if (bfd_is_und_section (symbol->section)
67 && (symbol->flags & BSF_WEAK) == 0
71 if (bfd_is_com_section (symbol->section))
74 relocation = symbol->value;
76 output_section = symbol->section->output_section;
83 if (!relocatable || !strcmp (symbol->name, symbol->section->name))
84 relocation += output_base + symbol->section->output_offset
    [all...]
nlm32-sparc.c 210 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */
213 unsigned char symlength; /* Length of symbol name. */
217 entries for this symbol. */
223 /* Next, read in the length of the symbol. */
227 sym -> symbol.the_bfd = abfd;
232 /* Then read in the symbol. */
236 sym -> symbol.name = name;
237 sym -> symbol.flags = 0;
238 sym -> symbol.value = 0;
239 sym -> symbol.section = bfd_und_section_ptr
    [all...]
elf32-iq2000.c 113 /* high 16 bits of symbol value. */
128 /* Low 16 bits of symbol value. */
242 asymbol *symbol,
251 /* If we're relocating and this an external symbol,
254 && (symbol->flags & BSF_SECTION_SYM) == 0
261 if (bfd_is_com_section (symbol->section))
264 relocation = symbol->value;
266 relocation += symbol->section->output_section->vma;
267 relocation += symbol->section->output_offset;
275 ret = bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data
    [all...]
versados.c 36 o External Symbol Definition Record
51 #define ES_BASE 17 /* First symbol has esdid 17. */
67 int es_done; /* Count of symbol index, starts at ES_BASE. */
83 asymbol *rest[256 - 16]; /* Per symbol info. */
298 /* Just remember the symbol. */
519 /* Add an entry into the symbol table for it. */
685 /* Return the amount of memory needed to read the symbol table. */
693 /* Return the symbol table. */
716 asymbol *symbol,
719 bfd_symbol_info (symbol, ret)
    [all...]
elf32-m32r.c 131 asymbol * symbol,
139 && (symbol->flags & BSF_SECTION_SYM) == 0
154 symbol->section,
155 (symbol->value
156 + symbol->section->output_section->vma
157 + symbol->section->output_offset),
167 asymbol *symbol,
178 If we're relocating, and this an external symbol, we don't want
181 && (symbol->flags & BSF_SECTION_SYM) == 0
199 if (bfd_is_und_section (symbol->section
    [all...]
  /external/harfbuzz_ng/src/
hb-ft.cc 76 bool symbol; /* Whether selected cmap is symbol cmap. */ member in struct:hb_ft_font_t
81 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref)
89 ft_font->symbol = symbol;
180 if (unlikely (ft_font->symbol) && unicode <= 0x00FFu)
182 /* For symbol-encoded OpenType fonts, we duplicate the
186 * under "Non-Standard (Symbol) Fonts". */
472 bool symbol = ft_face->charmap && ft_face->charmap->encoding == FT_ENCODING_MS_SYMBOL; local
476 _hb_ft_font_create (ft_face, symbol, unref)
    [all...]
  /external/toybox/kconfig/
confdata.c 54 struct symbol *sym;
99 struct symbol *sym;
174 conf_warning("trying to assign nonexistent symbol %s", line + 2 + strlen(CONFIG_PREFIX));
183 conf_warning("trying to reassign symbol %s", sym->name);
214 conf_warning("trying to assign nonexistent symbol %s", line + 7);
223 conf_warning("trying to reassign symbol %s", sym->name);
244 conf_warning("symbol value '%s' invalid for %s", p, sym->name);
274 conf_warning("symbol value '%s' invalid for %s", p, sym->name);
290 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym));
320 struct symbol *sym
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
asm.go 40 func addcall(ctxt *ld.Link, s *ld.Symbol, t *ld.Symbol) {
69 thunks := make([]*ld.Symbol, 0, 7+len(ctxt.Textp))
167 func adddynrel(ctxt *ld.Link, s *ld.Symbol, r *ld.Reloc) bool {
180 ld.Errorf(s, "unexpected R_386_PC32 relocation for dynamic symbol %s", targ.Name)
183 ld.Errorf(s, "unknown symbol %s in pcrel", targ.Name)
202 // have symbol
204 // turn MOVL of GOT entry into LEAL of symbol address, relative to GOT.
212 // turn PUSHL of GOT entry into PUSHL of symbol itself.
221 ld.Errorf(s, "unexpected GOT reloc for non-dynamic symbol %s", targ.Name
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
asm.go 40 func addcall(ctxt *ld.Link, s *ld.Symbol, t *ld.Symbol) {
69 thunks := make([]*ld.Symbol, 0, 7+len(ctxt.Textp))
167 func adddynrel(ctxt *ld.Link, s *ld.Symbol, r *ld.Reloc) bool {
180 ld.Errorf(s, "unexpected R_386_PC32 relocation for dynamic symbol %s", targ.Name)
183 ld.Errorf(s, "unknown symbol %s in pcrel", targ.Name)
202 // have symbol
204 // turn MOVL of GOT entry into LEAL of symbol address, relative to GOT.
212 // turn PUSHL of GOT entry into PUSHL of symbol itself.
221 ld.Errorf(s, "unexpected GOT reloc for non-dynamic symbol %s", targ.Name
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 526 // Setup symbol stripping mode.
616 // Symbol
622 // -u symbol
631 // --wrap=symbol
634 const char* symbol = arg->getValue(); local
635 // symbol -> __wrap_symbol
637 script_.renameMap().insert(symbol, exist);
641 .append(symbol);
645 mcld::warning(mcld::diag::rewrap) << symbol << to_wrap_str;
647 // __real_symbol -> symbol
662 const char* symbol = arg->getValue(); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
deadcode.go 111 // Keep a itablink if the symbol it points at is being kept.
121 textp := make([]*Symbol, 0, len(ctxt.Textp))
151 // methodref holds the relocations from a receiver type symbol to its
156 src *Symbol // receiver type symbol
160 func (m methodref) ifn() *Symbol { return m.r[1].Sym }
172 markQueue []*Symbol // symbols to flood fill in next pass
190 // mark appends a symbol to the mark queue for flood filling.
191 func (d *deadcodepass) mark(s, parent *Symbol) {
248 // We don't keep the go.plugin.exports symbol,
    [all...]
main.go 65 flagDumpDep = flag.Bool("dumpdep", false, "dump symbol dependency graph")
69 flagFieldTrack = flag.String("k", "", "set field tracking `symbol`")
83 flagN = flag.Bool("n", false, "dump symbol table")
84 FlagS = flag.Bool("s", false, "disable symbol table")
87 Flag8 bool // use 64-bit addresses in symbol table
94 flagEntrySymbol = flag.String("E", "", "set `entry` symbol name")
117 flag.BoolVar(&Flag8, "8", false, "use 64-bit addresses in symbol table")
ldmacho.go 95 sym *Symbol
126 sym *Symbol
436 var s *Symbol
437 var s1 *Symbol
438 var outer *Symbol
529 err = fmt.Errorf("multiple symbol tables")
554 // the memory anyway for the symbol images, so we might
621 // enter sub-symbols into symbol table.
622 // have to guess sizes from next symbol.
663 Exitf("%s: duplicate symbol reference: %s in both %s and %s", pn, s.Name, s.Outer.Name, sect.sym.Name
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
deadcode.go 111 // Keep a itablink if the symbol it points at is being kept.
121 textp := make([]*Symbol, 0, len(ctxt.Textp))
151 // methodref holds the relocations from a receiver type symbol to its
156 src *Symbol // receiver type symbol
160 func (m methodref) ifn() *Symbol { return m.r[1].Sym }
172 markQueue []*Symbol // symbols to flood fill in next pass
190 // mark appends a symbol to the mark queue for flood filling.
191 func (d *deadcodepass) mark(s, parent *Symbol) {
248 // We don't keep the go.plugin.exports symbol,
    [all...]
main.go 65 flagDumpDep = flag.Bool("dumpdep", false, "dump symbol dependency graph")
69 flagFieldTrack = flag.String("k", "", "set field tracking `symbol`")
83 flagN = flag.Bool("n", false, "dump symbol table")
84 FlagS = flag.Bool("s", false, "disable symbol table")
87 Flag8 bool // use 64-bit addresses in symbol table
94 flagEntrySymbol = flag.String("E", "", "set `entry` symbol name")
117 flag.BoolVar(&Flag8, "8", false, "use 64-bit addresses in symbol table")
ldmacho.go 95 sym *Symbol
126 sym *Symbol
436 var s *Symbol
437 var s1 *Symbol
438 var outer *Symbol
529 err = fmt.Errorf("multiple symbol tables")
554 // the memory anyway for the symbol images, so we might
621 // enter sub-symbols into symbol table.
622 // have to guess sizes from next symbol.
663 Exitf("%s: duplicate symbol reference: %s in both %s and %s", pn, s.Name, s.Outer.Name, sect.sym.Name
    [all...]
  /external/llvm/test/MC/Mips/
mips-expansions.s 16 # LW/SW and LDC1/SDC1 of symbol address, done by MipsAsmParser::expandMemInst():
18 lw $10, symbol($4)
19 # CHECK-LE: lui $10, %hi(symbol) # encoding: [A,A,0x0a,0x3c]
20 # CHECK-LE: # fixup A - offset: 0, value: %hi(symbol), kind: fixup_Mips_HI16
22 # CHECK-LE: lw $10, %lo(symbol)($10) # encoding: [A,A,0x4a,0x8d]
23 # CHECK-LE: # fixup A - offset: 0, value: %lo(symbol), kind: fixup_Mips_LO16
25 sw $10, symbol($9)
26 # CHECK-LE: lui $1, %hi(symbol) # encoding: [A,A,0x01,0x3c]
27 # CHECK-LE: # fixup A - offset: 0, value: %hi(symbol), kind: fixup_Mips_HI16
29 # CHECK-LE: sw $10, %lo(symbol)($1) # encoding: [A,A,0x2a,0xac
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 78 public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, byte symbol) throws IOException
83 int bit = ((symbol >> i) & 1);
89 public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, byte matchByte, byte symbol) throws IOException
95 int bit = ((symbol >> i) & 1);
108 public int GetPrice(boolean matchMode, byte matchByte, byte symbol)
118 int bit = (symbol >> i) & 1;
130 int bit = (symbol >> i) & 1;
196 public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, int symbol, int posState) throws IOException
198 if (symbol < Base.kNumLowLenSymbols)
201 _lowCoder[posState].Encode(rangeEncoder, symbol);
    [all...]

Completed in 373 milliseconds

<<31323334353637383940>>