Searched refs:sections (Results 1 - 25 of 129) sorted by relevance

123456

/haiku-fatelf/src/bin/coreutils/man/
H A Dcut.x2 cut \- remove sections from each line of files
H A Dcsplit.x2 csplit \- split a file into sections determined by context lines
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib.c201 solib_map_sections -- open bfd and build sections for shared lib
269 if (build_section_table (abfd, &so->sections, &so->sections_end))
271 error ("Can't find the file sections in `%s': %s",
275 for (p = so->sections; p < so->sections_end; p++)
307 a member of. If we have placed SO's sections in some target's
319 if (so->sections)
320 xfree (so->sections);
362 sap = build_section_addr_info_from_section_table (so->sections,
395 If TARGET is non-null, add the sections of all new shared objects
397 sections fo
[all...]
H A Dgdb-stabs.h43 CORE_ADDR sections[1]; member in struct:stab_section_info
67 /* Pointers to BFD sections. These are used to speed up the building of
H A Dsolist.h66 struct section_table *sections; member in struct:so_list
H A Dsymfile-mem.c93 for (sec = nbfd->sections; sec != NULL; sec = sec->next)
H A Dobjfiles.h117 It is strange that we have both this notion of "sections"
119 here, (currently at least) means a BFD section, and the sections
120 are set up from the BFD sections in allocate_objfile.
122 The sections in section_offsets have their meaning determined by
390 among other things, is used to map pc addresses into sections.
398 *sections, *sections_end; member in struct:objfile
611 for (osect = objfile->sections; osect < objfile->sections_end; osect++)
H A Dcoff-pe-read.c87 struct read_pe_section_data *sections = context;
95 sections[sectix].vma_offset
96 = bfd_get_section_vma (abfd, sectp) - sections[sectix].rva_start;
203 unused sections won't be matched. */
266 /* Scan sections and store the base and size of the relevant sections. */
308 assumes that *all* sections share the same relocation offset
86 struct read_pe_section_data *sections = context; local
/haiku-fatelf/src/bin/gdb/bfd/
H A Dliboasys.h77 asection *sections[OASYS_MAX_SEC_COUNT]; member in struct:_oasys_data
H A Delf32-gen.c77 for (o = abfd->sections; o != NULL; o = o->next)
H A Delf64-gen.c77 for (o = abfd->sections; o != NULL; o = o->next)
H A Daout-adobe.c314 /* Calculate text size as total of text sections, etc. */
322 for (sect = abfd->sections; sect; sect = sect->next)
356 for (sect = abfd->sections; sect; sect = sect->next)
360 for (sect = abfd->sections; sect; sect = sect->next)
364 for (sect = abfd->sections; sect; sect = sect->next)
387 for (sect = abfd->sections; sect; sect = sect->next)
396 for (sect = abfd->sections; sect; sect = sect->next)
428 /* Assign file offsets to sections. Text sections are first, and
429 are contiguous. Then data sections
[all...]
H A Dsection.c29 sections. It keeps hold of them by pointing to the first;
51 three sections, called <<.text>>, <<.data>> and <<.bss>>.
54 sections named <<.data>>.
57 sections. A back end may attach other sections containing
59 <<bfd_make_section>>) to the sections attached to an already open
70 sections, but data and relocation expressions intermixed, so
80 To write a new object style BFD, the various sections to be
82 the same way as input sections; data is written to the
83 sections usin
[all...]
H A Dbfd.c111 . {* Pointer to linked list of sections. *}
112 . struct bfd_section *sections;
117 . {* The number of sections. *}
1078 sections to exist, but does not require symbol tables. Return
1306 memcpy (m->sections, secs, count * sizeof (asection *));
1395 . struct bfd_section *sections;
1429 preserve->sections = abfd->sections;
1440 abfd->sections = NULL;
1441 abfd->section_tail = &abfd->sections;
[all...]
H A Dvms-tir.c113 /* Routines to fill sections contents during tir/etir read. */
125 psect, PRIV (sections)[psect]->name, offset);
128 PRIV (image_ptr) = PRIV (sections)[psect]->contents + offset;
129 PRIV (image_section) = PRIV (sections)[psect];
472 dummy += (PRIV (sections)[psect])->vma;
482 dummy += (PRIV (sections)[psect])->vma;
555 q += (PRIV (sections)[psect1])->vma;
978 PRIV (sections) = (asection **) bfd_realloc (PRIV (sections), amt);
979 if (PRIV (sections)
[all...]
H A Delf.c422 sections. The first element is the flags, the rest are section
461 /* If num_group is zero, read in all SHT_GROUP sections. The count
462 is set to -1 if there are no SHT_GROUP sections. */
484 /* We keep a list of elf section headers for group sections,
500 /* Add to list of sections. */
558 /* Look through this group's sections to see if current
635 /* We won't include relocation sections in section groups in
638 relocation sections are in section group in input object
643 /* There are some unknown sections in the group. */
753 /* The debugging sections appea
3304 make_mapping(bfd *abfd, asection **sections, unsigned int from, unsigned int to, bfd_boolean phdr) argument
3360 asection **sections = NULL; local
5059 asection ** sections; local
[all...]
H A Delf32-crx.c697 asection **sections = NULL; local
742 sections = bfd_malloc (amt);
743 if (sections == NULL && amt != 0)
747 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
765 isymbuf, sections))
768 if (sections != NULL)
769 free (sections);
780 if (sections != NULL)
781 free (sections);
H A Dcoff-i386.c415 sections)
423 asection **sections;
430 relocs, syms, sections);
533 for (sec = abfd->sections, i = 1; i < sym->n_scnum; i++)
H A Dpef.h136 bfd_pef_section *sections; member in struct:bfd_pef_data_struct
H A Dvms.c299 PRIV (sections) = NULL;
354 fill_section_ptr (entry, sections)
356 PTR sections;
373 ((asection **)sections)[(int)sec];
382 /* Fixup sections
385 we build a private sections vector for easy access since sections
388 alloc PRIV(sections) according to abfd->section_count
389 copy abfd->sections to PRIV(sections) */
[all...]
/haiku-fatelf/src/preferences/time/
H A DDateTimeEdit.h24 TTimeEdit(const char* name, uint32 sections);
68 TDateEdit(const char* name, uint32 sections);
H A DSectionEdit.h24 uint32 sections);
H A DDateTimeEdit.cpp28 TTimeEdit::TTimeEdit(const char* name, uint32 sections) argument
30 TSectionEdit(name, sections),
395 TDateEdit::TDateEdit(const char* name, uint32 sections) argument
397 TSectionEdit(name, sections),
/haiku-fatelf/src/bin/gdb/include/elf/
H A Dinternal.h225 /* This structure is used to describe how sections should be assigned
248 /* Number of sections (may be 0). */
251 asection *sections[1]; member in struct:elf_segment_map
/haiku-fatelf/src/bin/gdb/readline/doc/
H A Dtexi2html141 # if set to "tex" (or, "info") expand @iftex and @tex (or, @ifinfo) sections
142 # else, neither expand @iftex, @tex, nor @ifinfo sections
251 # if set, number sections and show section names and numbers in references
258 verbose => 'use numbered sections'
727 # Layout for html for every sections
1008 # in the navigation panel for sections; use ' ' for empty buttons (space)
1758 $PROTECTTAG = "_ThisIsProtected_"; # tag to recognize protected sections
2422 @sections = (); # list of sections
2423 %tag2pro = (); # protected sections
[all...]

Completed in 282 milliseconds

123456