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

123

/freebsd-11-stable/lib/libomp/
H A Dkmp_i18n_default.inc423 kmp_i18n_section_t * sect;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp58 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true);
59 if (sect.get()) {
61 new DWARFCallFrameInfo(*object_file, sect, DWARFCallFrameInfo::EH));
64 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true);
65 if (sect) {
67 new DWARFCallFrameInfo(*object_file, sect, DWARFCallFrameInfo::DWARF));
70 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true);
71 if (sect) {
72 m_compact_unwind_up.reset(new CompactUnwindInfo(*object_file, sect));
75 sect
[all...]
/freebsd-11-stable/usr.sbin/manctl/
H A Dmanctl.sh68 local sect
84 sect=$1
102 mv $pname $fname.$sect
203 local sect
217 sect=$1
220 case "$sect" in
257 local sect
271 sect=$1
274 case "$sect" in
/freebsd-11-stable/contrib/gdb/gdb/
H A Dexec.c379 bfdsec_to_vmap (struct bfd *abfd, struct bfd_section *sect, void *arg3)
386 if ((bfd_get_section_flags (abfd, sect) & SEC_LOAD) == 0)
389 if (DEPRECATED_STREQ (bfd_section_name (abfd, sect), ".text"))
391 vp->tstart = bfd_section_vma (abfd, sect);
392 vp->tend = vp->tstart + bfd_section_size (abfd, sect);
393 vp->tvma = bfd_section_vma (abfd, sect);
394 vp->toffs = sect->filepos;
396 else if (DEPRECATED_STREQ (bfd_section_name (abfd, sect), ".data"))
398 vp->dstart = bfd_section_vma (abfd, sect);
399 vp->dend = vp->dstart + bfd_section_size (abfd, sect);
377 bfdsec_to_vmap(struct bfd *abfd, struct bfd_section *sect, void *arg3) argument
599 struct section_table *sect; local
[all...]
H A Dosabi.c367 check_note (bfd *abfd, asection *sect, const char *note,
382 if (notesz > bfd_section_size (abfd, sect))
399 if (notesz > bfd_section_size (abfd, sect))
412 generic_elf_osabi_sniff_abi_tag_sections (bfd *abfd, asection *sect, void *obj)
419 name = bfd_get_section_name (abfd, sect);
420 sectsize = bfd_section_size (abfd, sect);
427 bfd_get_section_contents (abfd, sect, note, 0, sectsize);
433 if (check_note (abfd, sect, note, "GNU", 16, NT_GNU_ABI_TAG))
468 if (check_note (abfd, sect, note, "FreeBSD", 4, NT_FREEBSD_ABI_TAG))
482 if (check_note (abfd, sect, not
364 check_note(bfd *abfd, asection *sect, const char *note, const char *name, unsigned long descsz, unsigned long type) argument
409 generic_elf_osabi_sniff_abi_tag_sections(bfd *abfd, asection *sect, void *obj) argument
[all...]
H A Ddsrec.c34 asection * sect, int sectoff, int *maxrecsize,
219 make_srec (char *srec, CORE_ADDR targ_addr, bfd *abfd, asection *sect, argument
234 if (sect)
261 if (sect && abfd)
264 payload_size = min (payload_size, sect->_raw_size - sectoff);
266 bfd_get_section_contents (abfd, sect, binbuf, sectoff, payload_size);
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));
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp53 SectionInfo(StringRef seg, StringRef sect, SectionType type,
158 void appendAtom(SectionInfo *sect, const DefinedAtom *atom);
165 void segIndexForSection(const SectionInfo *sect,
241 for (auto sect : _sectionMap) {
242 if (sect.second->sectionName.equals(sectionName) &&
243 sect.second->segmentName.equals(segmentName)) {
244 return sect.second;
248 auto *sect = new (_allocator) local
251 _sectionInfos.push_back(sect);
252 _sectionMap[type] = sect;
333 auto *sect = new (_allocator) SectionInfo( local
367 auto *sect = local
376 appendAtom(SectionInfo *sect, const DefinedAtom *atom) argument
495 weight(const SectionInfo *sect) argument
572 SectionInfo *sect = *it; local
1269 segIndexForSection(const SectionInfo *sect, uint8_t &segmentIndex, uint64_t &segmentStartAddr) argument
[all...]
H A DMachONormalizedFileBinaryReader.cpp295 const section_64 *sect = &sects[i];
297 section.segmentName = getString16(sect->segname);
298 section.sectionName = getString16(sect->sectname);
299 section.type = (SectionType)(read32(&sect->flags, isBig) &
301 section.attributes = read32(&sect->flags, isBig) & SECTION_ATTRIBUTES;
302 section.alignment = 1 << read32(&sect->align, isBig);
303 section.address = read64(&sect->addr, isBig);
305 (const uint8_t *)start + read32(&sect->offset, isBig);
306 size_t contentSize = read64(&sect->size, isBig);
311 read32(&sect
[all...]
H A DSectCreateFile.h65 void addSection(StringRef seg, StringRef sect, argument
68 new (allocator()) SectCreateAtom(*this, seg, sect, std::move(content)));
H A DMachONormalizedFileToAtoms.cpp51 #define ENTRY(seg, sect, type, atomType) \
52 {seg, sect, type, DefinedAtom::atomType }
233 if (sym.sect != sectionIndex)
257 // with a / separator (e.g. "seg/sect") to fit into the lld model
282 for (auto &sect : normalizedFile.sections) {
283 if (&sect == &section)
475 // with a / separator (e.g. "seg/sect") to fit into the lld model
506 const Section *sect = nullptr; local
507 sect = findSectionCoveringAddress(normalizedFile, addr);
508 if (!sect)
1358 parseObjCImageInfo(const Section &sect, const NormalizedFile &normalizedFile, MachOFile &file) argument
1424 isObjCImageInfo(const Section &sect) argument
[all...]
H A DMachONormalizedFileBinaryWriter.cpp151 uint32_t indirectSymbolIndex(const Section &sect, uint32_t &index);
152 uint32_t indirectSymbolElementSize(const Section &sect);
288 for (const Section &sect : file.sections) {
289 if (isZeroFillSection(sect.type))
290 _sectInfo[&sect].fileOffset = 0;
292 offset = llvm::alignTo(offset, sect.alignment);
293 _sectInfo[&sect].fileOffset = offset;
294 offset += sect.content.size();
296 relocCount += sect.relocations.size();
604 uint32_t MachOFileLayout::indirectSymbolIndex(const Section &sect, argument
613 indirectSymbolElementSize(const Section &sect) argument
713 typename T::section *sect = reinterpret_cast<typename T::section*> local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp152 char const *expected = __kmp_i18n_default_table.sect[section].str[number];
194 if (1 <= number && number <= __kmp_i18n_default_table.sect[section].size) {
200 __kmp_i18n_default_table.sect[section].str[number]);
203 message = __kmp_i18n_default_table.sect[section].str[number];
266 for (m = 0; m < table->sect[s].size; ++m) {
268 KMP_INTERNAL_FREE((void *)table->sect[s].str[m]);
269 table->sect[s].str[m] = NULL;
271 table->sect[s].size = 0;
273 KMP_INTERNAL_FREE((void *)table->sect[s].str);
274 table->sect[
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dkrl.c553 struct sshbuf *sect; local
556 if ((sect = sshbuf_new()) == NULL)
600 if ((r = put_bitmap(sect, bitmap)) != 0)
607 (r = sshbuf_put_stringb(buf, sect)) != 0)
609 sshbuf_reset(sect);
617 sshbuf_reset(sect);
628 if ((r = sshbuf_put_u64(sect,
639 if ((r = sshbuf_put_u64(sect, rs->lo + i)) != 0)
644 if ((r = sshbuf_put_u64(sect, rs->lo)) != 0 ||
645 (r = sshbuf_put_u64(sect, r
711 struct sshbuf *sect; local
923 struct sshbuf *copy = NULL, *sect = NULL; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsection.c851 bfd_boolean (*func) (bfd *abfd, asection *sect, void *obj),
1200 void (*func) (bfd *abfd, asection *sect, void *obj),
1224 asection *sect; local
1227 for (sect = abfd->sections; sect != NULL; i++, sect = sect->next)
1228 (*operation) (abfd, sect, user_storage);
1241 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
1260 asection *sect; local
[all...]
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man264 my $sect = 'DESCRIPTION';
288 $sect = uc $1;
295 $sect = 'COPYRIGHT';
296 $include{$sect} ||= '';
297 $include{$sect} .= ".PP\n" if $include{$sect};
319 $include{$sect} .= $copy;
327 $sect = 'REPORTING BUGS';
333 $sect = 'AUTHOR';
343 $include{$sect} ||
[all...]
/freebsd-11-stable/lib/libc/resolv/
H A Dres_findzonecut.c281 ns_sect sect; local
313 sect = ns_s_max, n = 0;
319 sect = ns_s_an, n = ancount;
321 sect = ns_s_ns, n = nscount;
323 sect = ns_s_max, n = 0;
330 if (ns_parserr(&msg, sect, i, &rr) < 0) {
332 p_section(sect, ns_o_query), i));
342 switch (sect) {
522 save_ns(res_state statp, ns_msg *msg, ns_sect sect, argument
528 for (i = 0; i < ns_msg_count(*msg, sect);
581 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Ddbm.h41 const char *sect; member in struct:dbm_page
H A Ddbm.c51 int32_t sect; member in struct:page
155 res.sect = dbm_get(pages[ip].sect);
156 if (res.sect == NULL)
157 res.sect = "(NULL)";
253 cp = dbm_get(pages[0].sect);
H A Ddba_read.c55 for (cp = pdata->sect; *cp != '\0'; cp = strchr(cp, '\0') + 1)
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c246 STACK_OF(CONF_VALUE) *sect;
249 sect = X509V3_get_section(ctx, cnf->name + 1);
250 if (!sect) {
255 for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++) {
257 process_pci_value(sk_CONF_VALUE_value(sect, j),
260 X509V3_section_free(ctx, sect);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c227 struct section_64 sect; local
228 memset(&sect, 0, sizeof(struct section_64));
229 memcpy(&sect, offset, sizeof(struct section_64));
231 baton->mach_header_start + sect.offset;
233 struct section sect; local
234 memset(&sect, 0, sizeof(struct section));
235 memcpy(&sect, offset, sizeof(struct section));
237 baton->mach_header_start + sect.offset;
242 struct section_64 sect; local
243 memset(&sect,
247 struct section sect; local
255 struct section_64 sect; local
261 struct section sect; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c224 hash_section (section *sect)
226 if (sect->common.flags & SECTION_NAMED)
227 return htab_hash_string (sect->named.name);
228 return sect->common.flags;
239 return old->sect == new;
246 return hash_section (old->sect);
255 section *sect;
257 sect = ggc_alloc (sizeof (struct unnamed_section));
258 sect->unnamed.common.flags = flags | SECTION_UNNAMED;
259 sect
223 hash_section(section *sect) argument
254 section *sect; local
271 section *sect; local
286 section *sect, **slot; local
330 get_block_for_section(section *sect) argument
428 unlikely_text_section_p(section *sect) argument
923 section *sect; local
1653 assemble_noswitch_variable(tree decl, const char *name, section *sect) argument
1725 section *sect; local
2818 section *sect = get_constant_section (exp); local
3250 section *sect = targetm.asm_out.select_rtx_section (mode, x, align); local
5806 section *sect; local
[all...]
/freebsd-11-stable/sbin/geom/class/virstor/
H A Dgeom_virstor.c212 unsigned char *sect; local
465 sect = malloc(ssize);
466 if (sect == NULL)
468 bzero(sect, ssize);
469 virstor_metadata_encode(&md, sect);
470 error = my_g_metadata_store(name, sect, ssize);
471 free(sect);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstrings.c338 strings_a_section (bfd *abfd, asection *sect, void *arg)
345 if ((sect->flags & DATA_FLAGS) != DATA_FLAGS)
348 sectsize = bfd_get_section_size (sect);
376 if (bfd_get_section_contents (abfd, sect, mem, (file_ptr) 0, sectsize))
380 print_strings (filename_and_sizep->filename, NULL, sect->filepos,
335 strings_a_section(bfd *abfd, asection *sect, void *arg) argument

Completed in 434 milliseconds

123