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

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Daout-adobe.c42 PARAMS ((bfd *abfd, sec_ptr sect));
156 asection *sect; local
212 sect = bfd_make_section (abfd, section_name);
215 while (!sect)
221 sect = bfd_make_section (abfd, try_again);
225 if (sect->name == try_again)
227 amt = strlen (sect->name);
231 strcpy (newname, sect->name);
232 sect->name = newname;
236 bfd_set_section_flags (abfd, sect, flag
309 asection *sect; local
422 sec_ptr sect; local
[all...]
H A Dsection.c781 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1085 void (*func) (bfd *abfd, asection *sect, void *obj),
1109 asection *sect; local
1112 for (sect = abfd->sections; sect != NULL; i++, sect = sect->next)
1113 (*operation) (abfd, sect, user_storage);
1126 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
1145 asection *sect; local
[all...]
H A Dcoff-tic54x.c100 bfd_ticoff_set_section_load_page (sect, page)
101 asection *sect;
104 sect->lma = (sect->lma & ADDR_MASK) | PG_TO_FLAG(page);
108 bfd_ticoff_get_section_load_page (sect)
109 asection *sect;
114 if (sect == &bfd_com_section)
117 else if (sect == &bfd_und_section
118 || sect == &bfd_abs_section
119 || sect
[all...]
H A Dopncls.c980 asection *sect;
988 sect = bfd_get_section_by_name (abfd, GNU_DEBUGLINK);
990 if (sect == NULL)
993 if (!bfd_malloc_and_get_section (abfd, sect, &contents))
1221 asection *sect;
1233 sect = bfd_get_section_by_name (abfd, GNU_DEBUGLINK);
1234 if (sect)
1241 sect = bfd_make_section (abfd, GNU_DEBUGLINK);
1242 if (sect == NULL)
1245 if (! bfd_set_section_flags (abfd, sect,
979 asection *sect; local
1220 asection *sect; local
1284 bfd_fill_in_gnu_debuglink_section(bfd *abfd, struct bfd_section *sect, const char *filename) argument
[all...]
H A Delf.c6607 elfcore_maybe_make_sect (bfd *abfd, char *name, asection *sect)
6618 sect2->size = sect->size;
6619 sect2->filepos = sect->filepos;
6620 sect2->flags = sect->flags;
6621 sect2->alignment_power = sect->alignment_power;
6641 asection *sect;
6652 sect = bfd_make_section_anyway (abfd, threaded_name);
6653 if (sect == NULL)
6655 sect->size = size;
6656 sect
6599 elfcore_maybe_make_sect(bfd *abfd, char *name, asection *sect) argument
6633 asection *sect; local
6905 asection *sect; local
6987 asection *sect; local
7118 asection *sect = bfd_make_section_anyway (abfd, ".auxv"); local
7237 asection *sect; local
7288 asection *sect; local
[all...]
H A Dhpux-core.c153 asection *sect,
156 return (strncmp (bfd_section_name (abfd, sect), ".reg/", 5) == 0);
152 thread_section_p(bfd *abfd ATTRIBUTE_UNUSED, asection *sect, void *obj ATTRIBUTE_UNUSED) argument
/haiku-fatelf/src/kits/network/libbind/nameser/
H A Dns_newmsg.c53 ns_sect sect; local
58 for (sect = ns_s_qd; sect < ns_s_max; sect++) {
61 count = ns_msg_count(*msg, sect);
66 if (ns_parserr2(msg, sect, i, &rr) < 0)
68 if (sect == ns_s_qd)
74 x = ns_newmsg_rr(handle, sect,
146 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, argument
155 if (sect < ms
190 ns_sect sect; local
[all...]
H A Dns_parse.c39 static void setsection(ns_msg *msg, ns_sect sect);
264 setsection(ns_msg *msg, ns_sect sect) { argument
265 msg->_sect = sect;
266 if (sect == ns_s_max) {
271 msg->_msg_ptr = msg->_sections[(int)sect];
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmips-irix-tdep.c29 mips_irix_elf_osabi_sniff_abi_tag_sections (bfd *abfd, asection *sect, argument
36 name = bfd_get_section_name (abfd, sect);
37 sectsize = bfd_section_size (abfd, sect);
H A Dexec.c377 bfdsec_to_vmap (struct bfd *abfd, struct bfd_section *sect, void *arg3)
384 if ((bfd_get_section_flags (abfd, sect) & SEC_LOAD) == 0)
387 if (DEPRECATED_STREQ (bfd_section_name (abfd, sect), ".text"))
389 vp->tstart = bfd_section_vma (abfd, sect);
390 vp->tend = vp->tstart + bfd_section_size (abfd, sect);
391 vp->tvma = bfd_section_vma (abfd, sect);
392 vp->toffs = sect->filepos;
394 else if (DEPRECATED_STREQ (bfd_section_name (abfd, sect), ".data"))
396 vp->dstart = bfd_section_vma (abfd, sect);
397 vp->dend = vp->dstart + bfd_section_size (abfd, sect);
375 bfdsec_to_vmap(struct bfd *abfd, struct bfd_section *sect, void *arg3) argument
597 struct section_table *sect; local
[all...]
H A Ddsrec.c34 asection * sect, int sectoff, int *maxrecsize,
221 make_srec (char *srec, CORE_ADDR targ_addr, bfd *abfd, asection *sect, argument
236 if (sect)
263 if (sect && abfd)
266 payload_size = min (payload_size, bfd_get_section_size (sect) - sectoff);
268 bfd_get_section_contents (abfd, sect, binbuf, sectoff, payload_size);
H A Dosabi.c370 check_note (bfd *abfd, asection *sect, const char *note,
385 if (notesz > bfd_section_size (abfd, sect))
407 generic_elf_osabi_sniff_abi_tag_sections (bfd *abfd, asection *sect, void *obj)
414 name = bfd_get_section_name (abfd, sect);
415 sectsize = bfd_section_size (abfd, sect);
422 bfd_get_section_contents (abfd, sect, note, 0, sectsize);
428 if (check_note (abfd, sect, note, "GNU", 16, NT_GNU_ABI_TAG))
463 if (check_note (abfd, sect, note, "FreeBSD", 4, NT_FREEBSD_ABI_TAG))
475 && check_note (abfd, sect, note, "NetBSD", 4, NT_NETBSD_IDENT))
484 && check_note (abfd, sect, not
367 check_note(bfd *abfd, asection *sect, const char *note, const char *name, unsigned long descsz, unsigned long type) argument
404 generic_elf_osabi_sniff_abi_tag_sections(bfd *abfd, asection *sect, void *obj) argument
[all...]
H A Dppc-linux-tdep.c227 struct obj_section *sect; local
243 sect = find_pc_section (pc);
244 if (!sect || strcmp (sect->the_bfd_section->name, ".plt") != 0)
247 objfile = sect->objfile;
266 for (sect = objfile->sections; sect < objfile->sections_end; ++sect)
268 const char *secname = sect->the_bfd_section->name;
270 plt_start = sect
[all...]
H A Dmaint.c442 asection *sect; local
450 sect = NULL;
465 sect = bfd_get_section_by_name (objfile->obfd, arg);
466 if (sect != NULL)
470 if (!sect)
476 if (sect)
477 sym = lookup_minimal_symbol_by_pc_section (address, sect);
485 else if (sect)
486 printf_filtered ("no symbol at %s:0x%s\n", sect->name, paddr (address));
H A Dsymfile.c295 find_lowest_section (bfd *abfd, asection *sect, void *obj)
299 if (0 == (bfd_get_section_flags (abfd, sect) & SEC_LOAD))
302 *lowest = sect; /* First loadable section */
303 else if (bfd_section_vma (abfd, *lowest) > bfd_section_vma (abfd, sect))
304 *lowest = sect; /* A lower loadable section */
305 else if (bfd_section_vma (abfd, *lowest) == bfd_section_vma (abfd, sect)
307 <= bfd_section_size (abfd, sect)))
308 *lowest = sect;
403 asection *sect;
406 sect
294 find_lowest_section(bfd *abfd, asection *sect, void *obj) argument
402 asection *sect; local
592 asection *sect; local
1008 asection *sect; local
1065 asection *sect; local
1299 asection *sect = bfd_get_section_by_name (objfile->obfd, section_name); local
2830 struct obj_section *sect; local
[all...]
H A Dxcoffread.c242 find_targ_sec (bfd *abfd, asection *sect, void *obj)
246 if (sect->target_index == args->targ_index)
249 if (bfd_get_section_flags (abfd, sect) & SEC_CODE)
251 else if (bfd_get_section_flags (abfd, sect) & SEC_LOAD)
254 *args->resultp = sect->index;
255 *args->bfd_sect = sect;
264 asection *sect = NULL;
268 args.bfd_sect = &sect;
279 asection *sect = NULL;
283 args.bfd_sect = &sect;
239 find_targ_sec(bfd *abfd, asection *sect, void *obj) argument
261 asection *sect = NULL; local
276 asection *sect = NULL; local
2957 asection *sect = NULL; local
[all...]
H A Dsolib-aix5.c728 struct obj_section *sect; local
732 ALL_OBJFILE_OSECTIONS (symfile_objfile, sect)
734 int flags = bfd_get_section_flags (obfd, sect->the_bfd_section);
737 file_ptr filepos = sect->the_bfd_section->filepos;
739 bfd_get_section_name (obfd, sect->the_bfd_section)))
741 int idx = sect->the_bfd_section->index;
745 - (bfd_section_vma (obfd, sect->the_bfd_section)
H A Dprintcmd.c769 do_examine (struct format_data fmt, CORE_ADDR addr, asection *sect)
782 next_section = sect;
837 last_examine_value = value_at_lazy (val_type, next_address, sect);
1013 asection *sect;
1024 sect = osect->the_bfd_section;
1025 sect_addr = overlay_mapped_address (addr, sect);
1028 (msymbol = lookup_minimal_symbol_by_pc_section (sect_addr, sect)))
1038 if (pc_in_unmapped_range (addr, sect))
1040 if (section_is_overlay (sect))
1042 section_is_mapped (sect)
766 do_examine(struct format_data fmt, CORE_ADDR addr, asection *sect) argument
1009 asection *sect; local
[all...]
H A Dwin32-nat.c2287 map_single_dll_code_section (bfd * abfd, asection * sect, void *obj) argument
2295 if (sect->flags & SEC_CODE)
2322 new_target_sect_ptr->addr = args->addr + bfd_section_vma (abfd, sect);
2323 new_target_sect_ptr->endaddr = args->addr + bfd_section_vma (abfd, sect) +
2324 bfd_section_size (abfd, sect);;
2325 new_target_sect_ptr->the_bfd_section = sect;
2359 core_section_load_dll_symbols (bfd * abfd, asection * sect, void *obj) argument
2371 if (strncmp (sect->name, ".module", 7))
2374 buf = (char *) xmalloc (bfd_get_section_size (sect) + 1);
2377 printf_unfiltered ("memory allocation failed for %s\n", sect
[all...]
H A Dpa64solib.c156 asection *sect; local
188 asection *sect; local
190 sect = bfd_get_section_by_name (abfd, pa64_debug_section_names[i]);
191 if (sect)
192 st_size += (LONGEST)bfd_section_size (abfd, sect);
H A Dcoffread.c256 find_targ_sec (bfd *abfd, asection *sect, void *obj)
259 if (sect->target_index == args->targ_index)
260 *args->resultp = sect;
267 asection *sect = NULL;
272 args.resultp = &sect;
274 if (sect != NULL)
277 if (bfd_get_section_flags (abfd, sect) & SEC_CODE)
279 else if (bfd_get_section_flags (abfd, sect) & SEC_LOAD)
283 off = sect->index;
295 asection *sect
255 find_targ_sec(bfd *abfd, asection *sect, void *obj) argument
266 asection *sect = NULL; local
294 asection *sect = NULL; local
[all...]
/haiku-fatelf/src/bin/coreutils/man/
H A Dhelp2man353 my $sect = _('DESCRIPTION');
387 $sect = _('OPTIONS');
392 $sect = _('EXAMPLES');
404 $sect = _('COPYRIGHT');
405 $include{$sect} ||= '';
406 $include{$sect} .= ".PP\n" if $include{$sect};
425 $include{$sect} .= $copy;
433 $sect = _('REPORTING BUGS');
439 $sect
[all...]
/haiku-fatelf/src/bin/gdb/etc/
H A Dtexi2pod.pl107 $sect = $1;
110 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
112 $sects{$sect} = "" unless exists $sects{$sect};
113 $sects{$sect} .= postprocess($section);
306 for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
308 if(exists $sects{$sect}) {
309 $head = $sect;
312 print scalar unmunge ($sects{$sect});
/haiku-fatelf/src/bin/network/wget/doc/
H A Dtexi2pod.pl108 $sect = $1;
111 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
113 $sects{$sect} = "" unless exists $sects{$sect};
114 $sects{$sect} .= postprocess($section);
317 for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT EXITSTATUS
319 if(exists $sects{$sect}) {
320 $head = $sect;
324 print scalar unmunge ($sects{$sect});
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_findzonecut.c276 ns_sect sect; local
308 sect = ns_s_max, n = 0;
314 sect = ns_s_an, n = ancount;
316 sect = ns_s_ns, n = nscount;
318 sect = ns_s_max, n = 0;
325 if (ns_parserr(&msg, sect, i, &rr) < 0) {
327 p_section(sect, ns_o_query), i));
337 switch (sect) {
517 save_ns(res_state statp, ns_msg *msg, ns_sect sect, argument
523 for (i = 0; i < ns_msg_count(*msg, sect);
576 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
[all...]

Completed in 259 milliseconds

12