Searched refs:sec (Results 101 - 125 of 209) sorted by relevance

123456789

/haiku-fatelf/src/bin/gdb/bfd/
H A Dversados.c200 versados_new_symbol (abfd, snum, name, val, sec)
205 asection *sec;
210 n->section = sec;
275 asection *sec; local
286 sec = bfd_make_section_old_way (abfd, strdup (name));
287 sec->target_index = scn;
288 EDATA (abfd, scn).section = sec;
323 sec->size = get_4 (&ptr);
324 sec->flags |= SEC_ALLOC;
328 sec
584 asection *sec = esdid->section; local
[all...]
H A Delf32-vax.c567 elf_vax_check_relocs (abfd, info, sec, relocs)
570 asection *sec;
593 rel_end = relocs + sec->reloc_count;
707 && (sec->flags & SEC_ALLOC) != 0
741 && (sec->flags & SEC_ALLOC) != 0)
753 elf_section_data (sec)->rel_hdr.sh_name));
758 && strcmp (bfd_get_section_name (abfd, sec),
776 if (sec->flags & SEC_READONLY)
824 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
831 if (!bfd_elf_gc_record_vtentry (abfd, sec,
1459 asection *sec; local
[all...]
H A Dvms.c358 asection *sec;
362 sec = sym->section;
365 vms_debug (6, "fill_section_ptr: sym %p, sec %p\n", sym, sec);
370 if ((unsigned int) sec < priv_section_count)
372 sec = ((vms_symbol_entry *)entry)->symbol->section =
373 ((asection **)sections)[(int)sec];
376 if (strcmp (sym->name, sec->name) == 0)
1178 asection *sec;
1184 sec
356 asection *sec; local
1176 asection *sec; local
[all...]
H A Dbfd.c491 asection *sec = va_arg (ap, asection *);
492 bfd *abfd = sec->owner;
498 && elf_next_in_group (sec) != NULL
499 && (sec->flags & SEC_GROUP) == 0)
500 group = elf_group_name (sec);
503 && (ci = bfd_coff_get_comdat_section (sec->owner,
504 sec)) != NULL)
507 snprintf (bufp, avail, "%s[%s]", sec->name, group);
509 snprintf (bufp, avail, "%s", sec->name);
667 (bfd *abfd, asection *sec, arelen
489 asection *sec = va_arg (ap, asection *); local
[all...]
H A Dsrec.c350 asection *sec = NULL; local
361 sec = NULL;
546 sec = NULL;
566 if (sec != NULL
567 && sec->vma + sec->size == address)
571 sec->size += bytes;
579 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
583 sec = bfd_make_section (abfd, secname);
584 if (sec
[all...]
H A Delf32-sparc.c576 asection *sec;
811 if (q->sec == p->sec)
883 elf32_sparc_check_relocs (abfd, info, sec, relocs)
886 asection *sec;
908 rel_end = relocs + sec->reloc_count;
1171 && (sec->flags & SEC_ALLOC) != 0
1178 && (sec->flags & SEC_ALLOC) != 0
1197 elf_section_data (sec)->rel_hdr.sh_name));
1202 && strcmp (bfd_get_section_name (abfd, sec),
572 asection *sec; member in struct:elf32_sparc_dyn_relocs
2164 asection *sec; local
3137 asection *sec = h->root.u.def.section; local
[all...]
H A Dcoff-m68k.c222 m68kcoff_rtype_to_howto (abfd, sec, rel, h, sym, addendp)
224 asection *sec;
238 *addendp += sec->vma;
383 m68kcoff_common_addend_rtype_to_howto (abfd, sec, rel, h, sym, addendp)
385 asection *sec;
399 *addendp += sec->vma;
H A Delf64-mips.c1929 mips_elf64_get_reloc_upper_bound (bfd *abfd ATTRIBUTE_UNUSED, asection *sec)
1931 return (sec->reloc_count * 3 + 1) * sizeof (arelent *);
2257 mips_elf64_write_relocs (bfd *abfd, asection *sec, void *data)
2268 if ((sec->flags & SEC_RELOC) == 0)
2275 if (sec->reloc_count == 0)
2281 for (idx = 0; idx < sec->reloc_count; idx++)
2288 addr = sec->orelocation[idx]->address;
2293 if (idx + 1 >= sec->reloc_count)
2295 r = sec->orelocation[idx + 1];
2307 rel_hdr = &elf_section_data (sec)
1924 mips_elf64_get_reloc_upper_bound(bfd *abfd ATTRIBUTE_UNUSED, asection *sec) argument
2252 mips_elf64_write_relocs(bfd *abfd, asection *sec, void *data) argument
2315 mips_elf64_write_rel(bfd *abfd, asection *sec, Elf_Internal_Shdr *rel_hdr, int *count, void *data) argument
2413 mips_elf64_write_rela(bfd *abfd, asection *sec, Elf_Internal_Shdr *rela_hdr, int *count, void *data) argument
[all...]
H A Delf64-sparc.c55 PARAMS ((bfd *, struct bfd_link_info *, asection *sec,
325 #define sec_do_relax(sec) \
326 ((struct sparc64_elf_section_data *) elf_section_data (sec))->do_relax
327 #define canon_reloc_count(sec) \
328 ((struct sparc64_elf_section_data *) elf_section_data (sec))->reloc_count
335 sparc64_elf_get_reloc_upper_bound (abfd, sec)
337 asection *sec;
339 return (sec->reloc_count * 2 + 1) * sizeof (arelent *);
590 sparc64_elf_write_relocs (abfd, sec, data)
592 asection *sec;
2036 asection *sec; local
2775 asection *sec = h->root.u.def.section; local
[all...]
H A Delf32-hppa.c201 asection *sec; member in struct:elf32_hppa_link_hash_entry::elf32_hppa_dyn_reloc_entry
1001 if (q->sec == p->sec)
1044 asection *sec,
1064 rel_end = relocs + sec->reloc_count;
1211 if (!bfd_elf_gc_record_vtinherit (abfd, sec, &h->elf, rel->r_offset))
1218 if (!bfd_elf_gc_record_vtentry (abfd, sec, &h->elf, rel->r_addend))
1278 if ((sec->flags & SEC_ALLOC) != 0)
1354 && (sec->flags & SEC_ALLOC) != 0
1362 && (sec
1042 elf32_hppa_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
1466 elf32_hppa_gc_mark_hook(asection *sec, struct bfd_link_info *info ATTRIBUTE_UNUSED, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
1505 elf32_hppa_gc_sweep_hook(bfd *abfd, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *sec, const Elf_Internal_Rela *relocs) argument
2550 asection *sec; local
2880 asection *sec = NULL; local
[all...]
H A Dcoff-h8300.c1262 asection *sec; local
1315 for (sec = abfd->sections; sec; sec = sec->next)
1322 reloc_size = bfd_get_reloc_upper_bound (abfd, sec);
1334 reloc_count = bfd_canonicalize_reloc (abfd, sec, relocs, symbols);
1416 sec = htab->vectors_sec;
1417 if (sec->size != 0)
1420 if (sec
[all...]
H A Dcoffgen.c433 _bfd_coff_read_internal_relocs (abfd, sec, cache, external_relocs,
436 asection *sec;
450 if (coff_section_data (abfd, sec) != NULL
451 && coff_section_data (abfd, sec)->relocs != NULL)
454 return coff_section_data (abfd, sec)->relocs;
455 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs,
456 sec->reloc_count * sizeof (struct internal_reloc));
462 amt = sec->reloc_count * relsz;
466 if (free_external == NULL && sec->reloc_count > 0)
471 if (bfd_seek (abfd, sec
565 asection * sec = q->symbol.section->output_section; local
2500 bfd_coff_get_comdat_section(bfd *abfd, struct bfd_section *sec) argument
[all...]
H A Delf64-sh64.c1516 asection *sec; local
1552 sec = NULL;
1556 sec = local_sections[r_symndx];
1557 relocation = ((sec->output_section->vma
1558 + sec->output_offset
1585 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
1588 else if ((sec->flags & SEC_MERGE)
1603 msec = sec;
1636 sec = h->root.u.def.section;
1639 sec
2423 sh_elf64_gc_mark_hook(asection *sec, struct bfd_link_info *info ATTRIBUTE_UNUSED, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
2478 sh_elf64_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
3313 asection *sec; local
[all...]
H A Dsom.h236 #define som_section_data(sec) \
237 ((struct som_section_data_struct *)sec->used_by_bfd)
H A Dlibcoff.h211 #define coff_section_data(abfd, sec) \
212 ((struct coff_section_tdata *) (sec)->used_by_bfd)
231 #define xcoff_section_data(abfd, sec) \
232 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
245 #define pei_section_data(abfd, sec) \
246 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
878 #define bfd_coff_set_alignment_hook(abfd, sec, scnhdr)\
879 ((coff_backend_info (abfd)->_bfd_set_alignment_hook) (abfd, sec, scnhdr))
920 #define bfd_coff_rtype_to_howto(abfd, sec, rel, h, sym, addendp)\
922 (abfd, sec, re
[all...]
H A Dcoff-alpha.c136 reloc_nil (abfd, reloc, sym, data, sec, output_bfd, error_message)
141 asection *sec ATTRIBUTE_UNUSED;
452 asection *sec;
463 sec = bfd_get_section_by_name (abfd, _PDATA);
464 if (sec != (asection *) NULL)
468 size = sec->line_filepos * 8;
469 BFD_ASSERT (size == sec->size
470 || size + 8 == sec->size);
471 if (! bfd_set_section_size (abfd, sec, size))
805 asection *sec;
448 asection *sec; local
800 asection *sec; local
[all...]
H A Dbfd-in2.h336 #define bfd_get_section_limit(bfd, sec) \
337 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
1419 #define bfd_is_abs_section(sec) ((sec) == bfd_abs_section_ptr)
1423 #define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
1430 #define bfd_is_ind_section(sec) ((sec)
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dpa64solib.c223 asection *sec; local
249 sec = bfd_get_section_by_name (tmp_bfd, ".text");
250 text_addr += bfd_section_vma (tmp_bfd, sec);
253 sec = NULL;
254 bfd_map_over_sections (tmp_bfd, find_lowest_section, &sec);
256 if (sec)
259 text_addr -= bfd_section_vma (tmp_bfd, sec);
262 text_addr += sec->filepos;
307 asection *sec; local
H A Dsolib-aix5.c822 struct section_table *sec)
824 int flags = bfd_get_section_flags (sec->bfd, sec->the_bfd_section);
825 file_ptr filepos = sec->the_bfd_section->filepos;
843 bfd_get_section_name (sec->bfd, sec->the_bfd_section));
847 sec->addr += addr;
848 sec->endaddr += addr;
821 aix5_relocate_section_addresses(struct so_list *so, struct section_table *sec) argument
H A Dsolib-osf.c223 warning ("unable to read shared sec name at 0x%lx", lms->nameaddr);
237 struct section_table *sec)
248 lms_key.name = sec->the_bfd_section->name;
252 sec->addr += lms->offset;
253 sec->endaddr += lms->offset;
236 osf_relocate_section_addresses(struct so_list *so, struct section_table *sec) argument
H A Dsolib-haiku.c194 haiku_relocate_section_addresses (struct so_list *so, struct section_table *sec) argument
201 sec->addr += relocation;
202 sec->endaddr += relocation;
/haiku-fatelf/src/tools/docbook/libxslt/xsltproc/
H A Dxsltproc.c335 xsltSubtreeCheck(xsltSecurityPrefsPtr sec ATTRIBUTE_UNUSED,
528 xsltSecurityPrefsPtr sec = NULL; local
539 sec = xsltNewSecurityPrefs(); local
540 xsltSetDefaultSecurityPrefs(sec);
617 xsltSetSecurityPrefs(sec, XSLT_SECPREF_WRITE_FILE,
619 xsltSetSecurityPrefs(sec, XSLT_SECPREF_CREATE_DIRECTORY,
621 xsltSetSecurityPrefs(sec, XSLT_SECPREF_WRITE_NETWORK,
625 xsltSetSecurityPrefs(sec, XSLT_SECPREF_CREATE_DIRECTORY,
631 xsltSetSecurityPrefs(sec, XSLT_SECPREF_WRITE_FILE,
842 xsltFreeSecurityPrefs(sec);
[all...]
/haiku-fatelf/src/libs/mapm/
H A Dmapm_rnd.c320 void M_get_microsec(unsigned long *sec, long *usec) argument
327 *sec = time_now.tv_sec;
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dimports.c94 xsltSecurityPrefsPtr sec; local
129 sec = xsltGetDefaultSecurityPrefs();
130 if (sec != NULL) {
133 secres = xsltCheckRead(sec, NULL, URI);
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c169 uint32 sec = msec / 1000; local
170 sprintf(buf_ptr, "%02ld.%02ld.%03ld:", sec / 60, sec % 60, msec % 1000);

Completed in 141 milliseconds

123456789