Searched refs:sect (Results 26 - 46 of 46) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsomsolib.c214 asection *sect; local
247 sect = bfd_get_section_by_name (abfd, "$DEBUG$");
248 if (sect)
249 st_size += (LONGEST) bfd_section_size (abfd, sect);
252 sect = bfd_get_section_by_name (abfd, "$PINFO$");
253 if (sect)
254 st_size += (LONGEST) bfd_section_size (abfd, sect);
H A Dvalue.h318 asection * sect);
320 asection * sect);
H A Ddve3900-rom.c36 typedef void (*section_map_func) (bfd * abfd, asection * sect, void *obj);
H A Dvalops.c455 value_at (struct type *type, CORE_ADDR addr, asection *sect) argument
468 VALUE_BFD_SECTION (val) = sect;
476 value_at_lazy (struct type *type, CORE_ADDR addr, asection *sect) argument
488 VALUE_BFD_SECTION (val) = sect;
H A Drs6000-tdep.c3003 asection *sect;
3084 sect = bfd_get_section_by_name (info.abfd, ".PPC.EMB.apuinfo");
3085 if (sect)
2997 asection *sect; local
H A Dmips-tdep.c5530 mips_find_abi_section (bfd *abfd, asection *sect, void *obj) argument
5533 const char *name = bfd_get_section_name (abfd, sect);
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp836 int16 track, side, sect; local
837 sect = (first + i) * sectorsPerBlocks;
838 track = sect / (sectorsPerTrack * heads);
839 side = (sect / sectorsPerTrack) % heads;
840 sect %= sectorsPerTrack;
841 sect++; // 1-based
846 __FUNCTION__, track, side, sect));
848 ret = Floprd(buf, 0L, fHandle, sect, track, side, 1);
H A Dtoscalls.h468 #define Floprd(buf, dummy, dev, sect, track, side, count) toscallPLWWWWW(XBIOS_TRAP, 8, (void *)buf, (int32)dummy, (int16)dev, (int16)sect, (int16)track, (int16)side, (int16)count)
478 #define DMAread(sect, count, buf, dev) toscallLWPW(XBIOS_TRAP, 42, (int32)sect, (int16)count, (void *)buf, (int16)dev)
479 #define DMAwrite(sect, count, buf, dev) toscallWPLW(XBIOS_TRAP, 43, (int32)sect, (int16)count, (void *)buf, (int16)dev)
/haiku-fatelf/src/bin/gdb/include/coff/
H A Decoff.h345 /* Cache entry for most recently found line information. The sect
349 asection *sect; member in struct:ecoff_find_line::__anon3911
/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfd-in2.h933 (bfd *abfd, struct bfd_section *sect, const char *filename);
1475 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1492 void (*func) (bfd *abfd, asection *sect, void *obj),
1497 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
4080 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
H A Dcoffgen.c1532 asection *sect = bfd_get_section_by_name (abfd, ".debug"); local
1534 if (!sect)
1540 sec_size = sect->size;
1550 if (bfd_seek (abfd, sect->filepos, SEEK_SET) != 0
H A Decofflink.c2455 if (line_info->cache.sect == NULL
2456 || line_info->cache.sect != section
2460 line_info->cache.sect = section;
2465 line_info->cache.sect = NULL;
H A Dmach-o.c2016 struct bfd_mach_o_section *sect = &seg->sections[j]; local
2018 if (sect->bfdsection == section)
2021 nsect = sect;
H A Dvms.c119 PARAMS ((bfd *abfd, asection *sect));
191 | SEC_HAS_CONTENTS | SEC_IN_MEMORY), /* sect flags */
237 | SEC_HAS_CONTENTS | SEC_IN_MEMORY), /* sect flags */
1316 associated with section sect attached to bfd abfd.
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h933 (bfd *abfd, struct bfd_section *sect, const char *filename);
1475 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1492 void (*func) (bfd *abfd, asection *sect, void *obj),
1497 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
4080 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
H A Dbfd.h933 (bfd *abfd, struct bfd_section *sect, const char *filename);
1475 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1492 void (*func) (bfd *abfd, asection *sect, void *obj),
1497 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
4080 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h931 (bfd *abfd, struct bfd_section *sect, const char *filename);
1473 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1490 void (*func) (bfd *abfd, asection *sect, void *obj),
1495 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
4078 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
H A Dbfd.h931 (bfd *abfd, struct bfd_section *sect, const char *filename);
1473 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1490 void (*func) (bfd *abfd, asection *sect, void *obj),
1495 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
4078 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
/haiku-fatelf/headers/posix/arpa/
H A Dnameser.h659 int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, ns_nname_ct name,
/haiku-fatelf/src/bin/gdb/include/
H A Dhp-symtab.h1825 unsigned int sect: 1; /* true = section, false = parag. */ member in struct:quick_paragraph
/haiku-fatelf/src/tools/rman/
H A Drman.c529 /* grr, should have +mark syntax for Tk text widget! -- maybe just just +sect#, +subsect#
770 if (rebuspatcnt && scnt>=5 /* not sect or subsect heads */) {
1278 case CHARBULLET: if (I>0 || !finlist) printf("·"/*"·"*//*§--middot hardly visible*/);
1285 case CHARSECT: printf("§"); break;
1356 printf("<li><a name='toc%d' href='#sect%d'>%s</a></li>\n", i, i, toc[i].text);
1373 printf("\n<h2><a name='sect%d' href='#toc%d'>", tocc, tocc);
1380 printf("\n<h3><a name='sect%d' href='#toc%d'>", tocc, tocc);
1865 printf("<LI><A NAME=\"toc%d\" HREF=\"#sect%d\">%s</A></LI>\n", i, i, toc[i].text);
1883 /*A NAME=\"sect%d\" HREF=\"#toc%d\"><H2>", tocc, tocc);*/
1891 /*\n<A NAME=\"sect
2757 int sect=0,subsect=0,bulpair=0,osubsect=0; local
[all...]

Completed in 403 milliseconds

12