HomeSort by relevance Sort by last modified time
    Searched refs:sect (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
follows-loop2-err.asm 1 section sect follows=sect
vfollows-loop2-err.asm 1 section sect vfollows=sect
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 163 int (*func) (yasm_section *sect, /*@null@*/ void *d));
205 * \param sect section
209 int yasm_section_is_code(yasm_section *sect);
212 * \param sect section
216 unsigned long yasm_section_get_opt_flags(const yasm_section *sect);
219 * \param sect section
223 void yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags);
227 * \param sect section
231 int yasm_section_is_default(const yasm_section *sect);
234 * \param sect sectio
    [all...]
section.c 82 static void yasm_section_destroy(/*@only@*/ yasm_section *sect);
400 yasm_section_is_code(yasm_section *sect)
402 return sect->code;
406 yasm_section_get_opt_flags(const yasm_section *sect)
408 return sect->opt_flags;
412 yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags)
414 sect->opt_flags = opt_flags;
418 yasm_section_is_default(const yasm_section *sect)
420 return sect->def;
424 yasm_section_set_default(yasm_section *sect, int def
510 yasm_section *sect; local
1055 yasm_section *sect; local
1285 yasm_section *sect; local
    [all...]
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 41 iterator sect, sectEnd = end(); local
42 for (sect = begin(); sect != sectEnd; ++sect) {
43 if ((*sect)->name() == pName)
44 return *sect;
51 const_iterator sect, sectEnd = end(); local
52 for (sect = begin(); sect != sectEnd; ++sect) {
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 304 my $sect = 'DESCRIPTION';
328 $sect = uc $1;
335 $sect = 'COPYRIGHT';
336 $include{$sect} ||= '';
337 $include{$sect} .= ".PP\n" if $include{$sect};
359 $include{$sect} .= $copy;
367 $sect = 'REPORTING BUGS';
373 $sect = 'AUTHOR';
383 $include{$sect} ||= ''
    [all...]
  /external/oprofile/libutil++/
op_spu_bfd.cpp 60 asection const * sect; local
156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
157 if (sect->flags & SEC_CODE) {
158 if (filepos_map[sect->name] != 0) {
159 cerr << "Found section \"" << sect->name
165 filepos_map[sect->name] = sect->filepos
    [all...]
op_bfd.cpp 115 asection const * sect; local
160 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
161 if (sect->flags & SEC_CODE) {
162 if (filepos_map[sect->name] != 0) {
163 cerr << "Found section \"" << sect->name
169 filepos_map[sect->name] = sect->filepos
303 asection const * sect = ibfd.abfd->sections; local
    [all...]
bfd_support.cpp 81 asection * sect; local
84 sect = bfd_get_section_by_name(ibfd, ".gnu_debuglink");
86 if (sect == NULL)
89 bfd_size_type debuglink_size = bfd_section_size(ibfd, sect);
94 if (!bfd_get_section_contents(ibfd, sect,
413 for (asection const * sect = abfd->sections; sect; sect = sect->next) {
414 if (sect->flags & SEC_DEBUGGING
    [all...]
  /external/elfutils/tests/
run-dwfl-addr-sect.sh 30 testrun_compare ./dwfl-addr-sect -e testfile43 0x64 0x8 0x98 <<\EOF
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 244 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); local
245 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
246 switch ((*sect)->kind()) {
257 if (!m_LDBackend.mergeSection(*m_pModule, **sect)) {
258 error(diag::err_cannot_merge_section) << (*sect)->name()
264 if (!(*sect)->hasEhFrame())
268 if (NULL == (out_sect = builder.MergeSection(**sect))) {
269 error(diag::err_cannot_merge_section) << (*sect)->name(
433 Module::iterator sect, sEnd = m_pModule->end(); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-dbgfmt.h 49 yasm_bytecode *yasm_cv__append_bc(yasm_section *sect, yasm_bytecode *bc);
cv-dbgfmt.c 83 yasm_cv__append_bc(yasm_section *sect, yasm_bytecode *bc)
85 yasm_bytecode *precbc = yasm_section_bcs_last(sect);
87 yasm_section_bcs_append(sect, bc);
cv-symline.c 133 yasm_section *sect; /* section line numbers are for */ member in struct:cv8_lineinfo
134 yasm_symrec *sectsym; /* symbol for beginning of sect */
243 static cv8_symhead *cv8_add_symhead(yasm_section *sect, unsigned long type,
248 (yasm_section *sect, const cv_filename *fn);
254 cv8_add_sym_objname(yasm_section *sect, /*@keep@*/ char *objname)
265 yasm_cv__append_bc(sect, bc);
270 cv8_add_sym_compile(yasm_object *object, yasm_section *sect,
295 yasm_cv__append_bc(sect, bc);
300 cv8_add_sym_label(yasm_section *sect, yasm_symrec *sym)
312 yasm_cv__append_bc(sect, bc)
435 yasm_section *sect = yasm_bc_get_section(bc); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-aranges.c 56 dwarf2_generate_aranges_section(yasm_section *sect, /*@null@*/ void *d)
63 dsd = yasm_section_get_data(sect, &yasm_dwarf2__section_data_cb);
70 yasm_section_bcs_first(sect))), 0);
72 yasm_expr_int(yasm_calc_bc_dist(yasm_section_bcs_first(sect),
73 yasm_section_bcs_last(sect))), 0);
  /external/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 88 SkDPoint sect = cubic.ptAtT(cubicT); local
89 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) };
91 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY);
92 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY);
98 sect.distance(i.pt(0)), cubic[3].distance(prevL));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 46 yasm_section *sect; member in struct:sectreloc
155 yasm_section *sect; local
168 sect = yasm_bc_get_section(bc);
169 if (!last_hist || last_hist->sect != sect) {
174 if (last_hist->sect == sect) {
183 last_hist->sect = sect;
184 last_hist->next_reloc = yasm_section_relocs_first(sect);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c 298 entry->sect = NULL;
377 entry->sect = NULL;
516 yasm_section *sect; local
519 (sect = yasm_bc_get_section(precbc)) &&
520 (shead = yasm_section_get_data(sect, &elf_section_data)) &&
541 yasm_section *sect,
550 if (sect) entry->sect = sect;
644 elf_secthead *sect = data local
    [all...]
  /external/grub/docs/
help2man 264 my $sect = 'DESCRIPTION';
288 $sect = uc $1;
295 $sect = 'COPYRIGHT';
296 $include{$sect} ||= '';
297 $include{$sect} .= ".PP\n" if $include{$sect};
319 $include{$sect} .= $copy;
327 $sect = 'REPORTING BUGS';
333 $sect = 'AUTHOR';
343 $include{$sect} ||= ''
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 111 long parse_scnum; /* sect numbering in parser */
123 yasm_section *sect; member in struct:rdf_objfmt_output_info
253 /*@dependent@*/ yasm_section *sect; local
255 sect = yasm_bc_get_section(precbc);
256 csectd = yasm_section_get_data(sect, &rdf_section_data_cb);
271 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree);
339 rdf_objfmt_output_section_mem(yasm_section *sect, /*@null@*/ void *d)
346 rsd = yasm_section_get_data(sect, &rdf_section_data_cb);
349 size = yasm_bc_next_offset(yasm_section_bcs_last(sect));
367 info->sect = sect
526 \/*@dependent@*\/ \/*@null@*\/ yasm_section *sect; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 286 long parse_scnum; /* sect numbering in parser */
299 yasm_section *sect; member in struct:macho_objfmt_output_info
549 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree);
625 macho_objfmt_output_section(yasm_section *sect, /*@null@ */ void *d)
632 msd = yasm_section_get_data(sect, &macho_section_data_cb);
637 info->sect = sect;
639 yasm_section_bcs_traverse(sect, info->errwarns, info,
646 macho_objfmt_output_relocs(yasm_section *sect, /*@null@*/ void *d)
652 reloc = (macho_reloc *)yasm_section_relocs_first(sect);
704 \/*@dependent@*\/ \/*@null@*\/ yasm_section *sect; local
843 \/*@dependent@*\/ \/*@null@*\/ yasm_section *sect; local
1331 const char *sect; member in struct:__anon16396
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
nftl.h 46 int head,sect,cyl; member in struct:NFTLrecord
  /development/ndk/platforms/android-3/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
dbg-objfmt.c 92 dbg_objfmt_init_new_section(yasm_section *sect, unsigned long line)
94 yasm_object *object = yasm_section_get_object(sect);
97 yasm_section_get_name(sect), line);
99 yasm_section_bcs_first(sect), 1, 0);
  /external/kernel-headers/original/linux/mtd/
nftl.h 34 int head,sect,cyl; member in struct:NFTLrecord

Completed in 425 milliseconds

1 2 3 4 5 6 7 8