Searched refs:section (Results 151 - 175 of 311) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/bfd/
H A Delfn32-mips.c235 /* Reference to literal section. */
572 /* Similiar to R_MIPS_REL32, but used for relocations in a GOT section.
732 /* Reference to literal section. */
1055 /* Section displacement, used by an associated event location section. */
1089 /* Similiar to R_MIPS_REL32, but used for relocations in a GOT section.
1282 if (bfd_is_und_section (symbol->section)
1297 *pgp = symbol->section->output_section->vma /*+ 0x4000*/;
1329 output_bfd = symbol->section->output_section->owner;
1359 output_bfd = symbol->section->output_section->owner;
1402 output_bfd = symbol->section
[all...]
H A Dcoff-alpha.c220 reloc always seems to be against the .lita section. */
237 use this to eliminate a portion of the .lita section. The symbol
454 /* Alpha ECOFF has a .pdata section. The lnnoptr field of the
455 .pdata section is the number of entries it contains. Each
457 since the section is aligned to a 16 byte boundary. When we
460 of the .pdata section to remove the unwanted alignment bytes.
570 against the .lita section. The section is irrelevant. */
696 to the absolute section so that the reloc is ignored. For
698 the section vm
[all...]
H A Dcoff-i860.c40 section for a reference to a common symbol is the value itself plus
62 if (bfd_is_com_section (symbol->section))
448 /* For 860 COFF a STYP_NOLOAD | STYP_BSS section is part of a shared
481 && ptr->section != (asection *) NULL) \
482 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
519 /* This is a common symbol. The section contents include the
529 with and without this section bypassed and then do a binary comparison,
531 case in which this section has been bypassed has addresses which correspond
649 #define RELOC_PROCESSING(relent, reloc, symbols, abfd, section) \
650 i860_reloc_processing (relent, reloc, symbols, abfd, section)
[all...]
H A Dcpu-ns32k.c178 if ((symbol->section == &bfd_abs_section)
188 if (symbol->section == &bfd_und_section
193 /* Is the address of the relocation really within the section? */
197 /* Work out which section the relocation is targeted at and the
201 if (bfd_is_com_section (symbol->section))
206 reloc_target_output_section = symbol->section->output_section;
208 /* Convert input-section-relative symbol value to absolute. */
214 relocation += output_base + symbol->section->output_offset;
228 We start by subtracting the address of the section containing
232 of the location within the section
[all...]
H A Dppcboot.c83 asection *sec; /* single section */
210 /* One data section. */
234 /* Get contents of the only section. */
237 ppcboot_get_section_contents (abfd, section, location, offset, count)
239 asection *section ATTRIBUTE_UNUSED;
315 syms[0].section = sec;
323 syms[1].section = sec;
331 syms[2].section = bfd_abs_section_ptr;
371 /* Write section contents of a ppcboot file. */
386 /* The lowest section VM
[all...]
H A Delf32-mips.c230 /* Reference to literal section. */
728 if (bfd_is_und_section (symbol->section)
743 *pgp = symbol->section->output_section->vma + 0x4000;
778 output_bfd = symbol->section->output_section->owner;
808 output_bfd = symbol->section->output_section->owner;
828 if (bfd_is_com_section (symbol->section))
833 relocation += symbol->section->output_section->vma;
834 relocation += symbol->section->output_offset;
839 /* Set val to the offset into the section or symbol. */
845 /* Adjust val for the final section locatio
[all...]
H A Dcoff-tic54x.c306 amount is the amount by which the current section is being relocated
307 in the output section. */
339 tic54x_set_section_contents (abfd, section, location, offset, bytes_to_do)
341 sec_ptr section;
346 return coff_set_section_contents (abfd, section, location,
351 tic54x_reloc_processing (relent, reloc, symbols, abfd, section)
356 asection *section;
381 relent->sym_ptr_ptr = section->symbol_ptr_ptr;
395 relent->address -= section->vma;
396 /* !! relent->section
[all...]
H A Dnlm32-alpha.c174 reloc always seems to be against the .lita section. */
191 use this to eliminate a portion of the .lita section. The symbol
492 or .data section. R_NW_RELOC relocs don't really have a section,
516 /* The PC relative relocs do not seem to use the section VMA as
566 to the absolute section so that the reloc is ignored. For
568 the section vma. We record the gp value for this object file
577 the addend to the size of the .lita section (this is
647 sym -> symbol.section = bfd_und_section_ptr;
660 asection *section;
658 asection *section; local
[all...]
H A Dnlm32-ppc.c680 sym -> symbol.section = bfd_und_section_ptr;
693 asection *section;
695 if (! nlm_powerpc_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
697 nlm_relocs -> section = section;
736 segment, rightshifted by two. This offset is the section vma,
737 adjusted by the vma of the lowest section in that segment, plus
747 /* The high bit is 0 if the reloc is in the data section, or 1 if
748 the reloc is in the code section. */
946 /* Set the section fo
691 asection *section; local
[all...]
H A Dcofflink.c340 asection *section; local
366 section = coff_section_from_bfd_index (abfd, sym.n_scnum);
368 value -= section->vma;
373 section = bfd_und_section_ptr;
378 section = bfd_com_section_ptr;
383 section = coff_section_from_bfd_index (abfd, sym.n_scnum);
392 /* In the PE format, section symbols actually refer to the
393 start of the output section. We handle them specially
406 ("Warning: symbol `%s' is both section and non-section",
[all...]
H A Delfxx-mips.c67 /* The offset from the beginning of the .got section to the entry
188 a readonly section. */
198 16 bit function, this points to the section containing the stub. */
206 32 bit function, this points to the section containing the stub. */
224 /* String section indices for the dynamic section symbols. */
229 /* The size of the .compact_rel section (if SGI_COMPAT). */
261 /* These structures are used to generate the .compact_rel section on
528 /* The name of the options section. */
532 /* The name of the stub section
761 _bfd_mips_elf_read_ecoff_info(bfd *abfd, asection *section, struct ecoff_debug_info *debug) argument
3744 mips_elf_stub_section_p(bfd *abfd ATTRIBUTE_UNUSED, asection *section) argument
4191 asection *section = bfd_get_section_by_name (abfd, ".text"); local
4207 asection *section = bfd_get_section_by_name (abfd, ".data"); local
7737 _bfd_mips_elf_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
7842 _bfd_mips_elf_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Daout-arm.c275 if (symbol->section == &bfd_und_section
281 if (symbol->section->name != input_section->name
288 relocation += symbol->section->output_section->vma;
289 relocation += symbol->section->output_offset;
387 asection *output_section = sym->section->output_section;
417 r_addend = g->addend + (*(g->sym_ptr_ptr))->section->output_section->vma;
426 from the abs section, or as a symbol which has an abs value.
437 from the abs section. */
450 /* Just an ordinary section. */
H A Dcoff-i960.c76 section VMA for PC relative relocs. */
90 && ptr->section != (asection *) NULL) \
91 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
122 if (bfd_is_und_section (cs->symbol.section)) {
183 against the section symbol, when generating a relocatable output
225 /* Convert the reloc to use the section symbol. FIXME: This method
244 && strcmp ((*syms)->section->output_section->name,
318 internal symbols at the start of the section. This routine is
453 sec = h->root.u.def.section;
579 for the section
[all...]
H A Delf32-fr30.c282 + symbol->section->output_section->vma
283 + symbol->section->output_offset
328 + symbol->section->output_section->vma
329 + symbol->section->output_offset
477 /* Relocate an FR30 ELF section.
480 to handle the relocations for a section.
482 The relocs are always passed as Rela structures; if the section
486 This function is responsible for adjusting the section contents as
495 LOCAL_SECTIONS is an array giving the section in the input file
503 going to be the section symbo
[all...]
H A Dcoff-i386.c56 section for a reference to a common symbol is the value itself plus
82 if (bfd_is_com_section (symbol->section))
183 section. */
238 /* 32-bit longword section relative relocation (013). */
356 /* For 386 COFF a STYP_NOLOAD | STYP_BSS section is part of a shared
386 && ptr->section != (asection *) NULL) \
387 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
404 /* The PE relocate section routine. The only difference between this
468 /* This is a common symbol. The section contents include the
479 If I link two versions with and without this section bypasse
[all...]
H A Dcoff-m68k.c250 value stored in the .text section for a reference to a common
275 if (bfd_is_com_section (symbol->section))
367 && ptr->section != (asection *) NULL) \
368 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
403 /* This is a common symbol. The section contents include the
428 /* Given a .data section and a .emreloc in-memory section, store
429 relocation information into the .emreloc section which can be
430 used at runtime to relocate the section. This is called by the
475 reloc section
[all...]
H A Delf32-i960.c134 reloc_entry->addend -= symbol->section->output_section->vma;
H A Delf32-m68k.c189 section. */
259 /* Next section. */
261 /* A section in dynobj. */ member in struct:elf_m68k_pcrel_relocs_copied
262 asection *section;
263 /* Number of relocs copied in this section. */
285 /* Small local sym to section mapping cache. */
410 /* Look through the relocs for a section during the first phase, and
472 /* Create the .got section. */
516 /* Allocate space in the .got section. */
645 section i
[all...]
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkupdate.c75 *\li -3 if zone section is not the first section in
76 * the linked list, or section order has a problem
91 int section, numrrs = 0, counts[ns_s_max]; local
123 section = rrecp->r_section;
124 if (section < 0 || section >= ns_s_max)
126 counts[section]++;
127 for (i = section + 1; i < ns_s_max; i++)
134 if (section
918 res_mkupdrec(int section, const char *dname, u_int class, u_int type, u_long ttl) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dremote-m32r-sdi.c1210 asection *section; local
1272 for (section = pbfd->sections; section; section = section->next)
1274 if (bfd_get_section_flags (pbfd, section) & SEC_LOAD)
1281 section_address = bfd_section_lma (pbfd, section);
1282 section_size = bfd_get_section_size (section);
1291 printf_filtered ("[Loading section %s at 0x%lx (%d bytes)]\n",
1292 bfd_get_section_name (pbfd, section),
[all...]
H A Ddbxread.c76 /* Length (in bytes) of the section of the symbol table devoted to
77 this file's symbols (actually, the section bracketed may contain
434 int section;
441 section = SECT_OFF_TEXT (objfile);
446 section = SECT_OFF_DATA (objfile);
451 section = SECT_OFF_BSS (objfile);
456 section = -1;
462 section = SECT_OFF_DATA (objfile);
470 section = SECT_OFF_DATA (objfile);
479 section
429 int section; local
[all...]
H A Dremote-e7000.c1487 asection *section; local
1563 for (section = pbfd->sections; section; section = section->next)
1565 if (bfd_get_section_flags (pbfd, section) & SEC_LOAD)
1571 section_address = bfd_get_section_vma (pbfd, section);
1572 section_size = bfd_get_section_size (section);
1575 printf_filtered ("[Loading section %s at 0x%s (%s bytes)]\n",
1576 bfd_get_section_name (pbfd, section),
[all...]
/haiku-fatelf/docs/user/
H A Dapidoc.dox33 or members of the API documentation team should read the third section
37 \section formalrequirements Formal Requirements
39 This section describes formal requirements, such as location and naming of
153 you can read more about in the next section.
161 consists of five slashes, a space, the title of the section, a space and
167 \section commands Doxygen Commands
169 This section describes all the Doxygen commands that will be used in the
176 \note This section does not discuss which commands you should actually use
177 in documentation. See the next section on \ref style for that. This
178 section merel
[all...]
/haiku-fatelf/src/apps/debugger/dwarf/
H A DAbbreviationTable.h104 status_t Init(const void* section, off_t sectionSize);
/haiku-fatelf/src/bin/coreutils/man/
H A Dhelp2man80 -s, --section=SECTION section number for manual page (1, 6, 8)
101 my $section = 1;
111 's|section=s' => \$section,
146 # [section name]
168 # [section]
196 # Check for options before the first section--anything else is
308 for ($section)
352 # Process text, initial section i
[all...]

Completed in 158 milliseconds

1234567891011>>