Searched refs:section (Results 176 - 200 of 764) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/gcc/config/mips/
H A Dcrtn.asm10 .section .init,"ax",@progbits
20 .section .fini,"ax",@progbits
/freebsd-12-stable/contrib/ldns/ldns/
H A Dhost2wire.h83 * \param[in] section the section in the packet this rr is supposed to be in
89 int section);
95 * \param[in] section the section in the packet this rr is supposed to be in
102 int section,
111 * \param[in] section the section in the packet this rr is supposed to be in
117 int section);
175 * If the section argumen
[all...]
/freebsd-12-stable/contrib/binutils/ld/
H A Dldctor.h46 asection *section; /* Section of value in set. */ member in struct:set_element
/freebsd-12-stable/sys/mips/mips/
H A Dinckern.S42 .section ".real_kernel","aw"
/freebsd-12-stable/sys/arm/arm/
H A Dinckern.S37 .section ".real_kernel","aw"
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c27 static char *conf_lhash_get_string(void *db, const char *section, const char *value);
28 static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, const char *section);
94 ERR_add_error_data(4, "name=", OBJ_nid2sn(ext_nid), ",section=",
297 * file section to an extension STACK.
300 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, argument
308 if ((nval = NCONF_get_section(conf, section)) == NULL)
331 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, argument
337 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
342 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, argument
348 return X509V3_EXT_add_nconf_sk(conf, ctx, section, s
353 X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, X509_REQ *req) argument
370 X509V3_get_string(X509V3_CTX *ctx, const char *name, const char *section) argument
401 X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) argument
409 nconf_get_string(void *db, const char *section, const char *value) argument
462 conf_lhash_get_string(void *db, const char *section, const char *value) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp71 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { argument
72 DWARFDataExtractor data = section == DIERef::Section::DebugTypes
78 DWARFUnit::extract(m_dwarf, m_units.size(), data, section, &offset);
119 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, argument
126 m_units, std::make_pair(section, offset),
137 DWARFUnit *DWARFDebugInfo::GetUnitAtOffset(DIERef::Section section, argument
140 uint32_t idx = FindUnitIndex(section, cu_offset);
152 return GetUnitContainingDIEOffset(die_ref.section(), die_ref.die_offset());
156 DWARFDebugInfo::GetUnitContainingDIEOffset(DIERef::Section section, argument
158 uint32_t idx = FindUnitIndex(section, die_offse
179 GetDIEForDIEOffset(DIERef::Section section, dw_offset_t die_offset) argument
[all...]
/freebsd-12-stable/contrib/binutils/binutils/
H A Dobjdump.c111 /* Pointer to an array of section names provided by
123 /* Extra info to pass to the section disassembler and address printing
184 -h, --[section-]headers Display the contents of the section headers\n\
209 -j, --section=NAME Only display information for section NAME\n\
226 --adjust-vma=OFFSET Add OFFSET to all displayed section addresses\n\
275 {"section", required_argument, NULL, 'j'},
276 {"section-headers", no_argument, NULL, 'h'},
302 dump_section_header (bfd *abfd, asection *section,
299 dump_section_header(bfd *abfd, asection *section, void *ignored ATTRIBUTE_UNUSED) argument
1158 show_line(bfd *abfd, asection *section, bfd_vma addr_offset) argument
1271 process_section_p(asection * section) argument
1314 asection *section; local
1671 disassemble_section(bfd *abfd, asection *section, void *info) argument
2022 struct dwarf_section *section = &debug_displays [debug].section; local
2074 struct dwarf_section *section = &debug_displays [debug].section; local
2086 dump_dwarf_section(bfd *abfd, asection *section, void *arg ATTRIBUTE_UNUSED) argument
2320 find_stabs_section(bfd *abfd, asection *section, void *names) argument
2415 dump_section(bfd *abfd, asection *section, void *dummy ATTRIBUTE_UNUSED) argument
2721 dump_relocs_in_section(bfd *abfd, asection *section, void *dummy ATTRIBUTE_UNUSED) argument
2822 adjust_addresses(bfd *abfd ATTRIBUTE_UNUSED, asection *section, void *arg) argument
[all...]
H A Dcoffgrok.c131 asection *section; local
138 for (idx = 0, section = abfd->sections; section; section = section->next, idx++)
141 int i = section->target_index;
145 relsize = bfd_get_reloc_upper_bound (abfd, section);
151 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms);
155 head->sections[i].name = (char *) (section->name);
156 head->sections[i].code = section
180 asection *section; local
[all...]
H A Dreadelf.c223 /* A linked list of the section names for which dumps were requested
296 #define GET_ELF_SYMBOLS(file, section) \
297 (is_32bit_elf ? get_32bit_elf_symbols (file, section) \
298 : get_64bit_elf_symbols (file, section))
578 /* Return a pointer to section NAME, or NULL if no such section exists. */
1283 sprintf (name_buf, "<section 0x%x>",
2734 {"section-headers", no_argument, 0, 'S'},
2735 {"section-groups", no_argument, 0, 'g'},
2736 {"section
2808 request_dump(unsigned int section, int type) argument
2839 request_dump_byname(const char *section, int type) argument
2869 int section; local
3575 Elf_Internal_Shdr *section; local
3710 get_32bit_elf_symbols(FILE *file, Elf_Internal_Shdr *section) argument
3773 get_64bit_elf_symbols(FILE *file, Elf_Internal_Shdr *section) argument
4012 Elf_Internal_Shdr *section; local
4398 Elf_Internal_Shdr *section; local
4705 Elf_Internal_Shdr *section; local
4800 unsigned short section; member in struct:absaddr
5853 Elf_Internal_Shdr section; local
6422 Elf_Internal_Shdr *section; local
7038 Elf_Internal_Shdr *section; local
7656 disassemble_section(Elf_Internal_Shdr *section, FILE *file) argument
7668 dump_section(Elf_Internal_Shdr *section, FILE *file) argument
7799 debug_apply_rela_addends(void *file, Elf_Internal_Shdr *section, unsigned char *start) argument
7922 struct dwarf_section *section = &debug_displays [debug].section; local
7950 struct dwarf_section *section = &debug_displays [debug].section; local
7962 display_debug_section(Elf_Internal_Shdr *section, FILE *file) argument
8034 Elf_Internal_Shdr *section; local
8998 Elf_Internal_Shdr *section, *string_sec; local
9410 Elf_Internal_Shdr *section; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_win.c115 parse_section(svn_config_t *cfg, HKEY hkey, const char *section,
158 svn_config_set(cfg, section, option->data, value->data);
175 svn_stringbuf_t *section, *option, *value;
223 section = svn_stringbuf_create_empty(subpool);
227 /* The top-level values belong to the [DEFAULT] section */
234 svn_stringbuf_ensure(section, SVN_REG_DEFAULT_NAME_SIZE);
237 DWORD section_len = (DWORD)section->blocksize;
240 err = RegEnumKeyEx(hkey, index, section->data, &section_len,
246 svn_stringbuf_ensure(section, section_len);
247 err = RegEnumKeyEx(hkey, index, section
113 parse_section(svn_config_t *cfg, HKEY hkey, const char *section, svn_stringbuf_t *option, svn_stringbuf_t *value) argument
172 svn_stringbuf_t *section, *option, *value; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_config.h68 /* If you add a new SVN_CONFIG_* category/section/option macro to this group,
134 /* The majority of options of the "auth" section
264 * section names are to be populated case sensitively.
295 * If @a section_names_case_sensitive is @c TRUE, populate section name hashes
296 * case sensitively, except for the @c "DEFAULT" section.
340 * If @a section_names_case_sensitive is @c TRUE, populate section name hashes
341 * case sensitively, except for the @c "DEFAULT" section.
368 /** Find the value of a (@a section, @a option) pair in @a cfg, set @a
384 const char *section,
388 /** Add or replace the value of a (@a section,
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Dsyms.c120 | new->section = bfd_make_section_old_way (abfd, ".text");
138 arbitrary number of sections. A symbol pointing to a section
191 . This field is *almost* redundant, since you can use section->owner
210 . is the offset into the section of the data. *}
214 . value is the offset into the section of the data. *}
218 . the offset into the section of the data. *}
241 . {* This symbol was created to point to a section, e.g. ELF's
255 . declared and not at the end of a section. This bit is set
259 . {* Signal that the symbol is the label of constructor section. *}
284 . into the section o
552 const char *section; member in struct:section_to_type
609 decode_section_type(const struct bfd_section *section) argument
907 _bfd_stab_section_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, bfd_boolean *pfound, const char **pfilename, const char **pfnname, unsigned int *pline, void **pinfo) argument
[all...]
H A Decoff.c141 /* Initialize a new section. */
144 _bfd_ecoff_new_section_hook (bfd *abfd, asection *section)
170 section->alignment_power = 4;
173 if (streq (section->name, section_flags[i].name))
175 section->flags |= section_flags[i].flags;
180 /* Probably any other section name is SEC_NEVER_LOAD, but I'm
184 return _bfd_generic_new_section_hook (abfd, section);
278 /* Get the section s_flags to use for a section. */
349 /* Get the BFD flags to use for a section
143 _bfd_ecoff_new_section_hook(bfd *abfd, asection *section) argument
1549 ecoff_slurp_reloc_table(bfd *abfd, asection *section, asymbol **symbols) argument
1657 _bfd_ecoff_canonicalize_reloc(bfd *abfd, asection *section, arelent **relptr, asymbol **symbols) argument
1699 _bfd_ecoff_find_nearest_line(bfd *abfd, asection *section, asymbol **ignore_symbols ATTRIBUTE_UNUSED, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *retline_ptr) argument
1887 _bfd_ecoff_get_section_contents(bfd *abfd, asection *section, void * location, file_ptr offset, bfd_size_type count) argument
2132 _bfd_ecoff_set_section_contents(bfd *abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
2396 struct internal_scnhdr section; local
3355 asection *section; local
4088 asection *section; local
[all...]
H A Dreloc16.c51 /* A symbol holds a pointer to a section, and an offset from the
52 base of the section. To relocate, we find where the section will
55 if (bfd_is_und_section (symbol->section)
56 || bfd_is_com_section (symbol->section))
72 + h->u.def.section->output_section->vma
73 + h->u.def.section->output_offset);
90 + symbol->section->output_offset
91 + symbol->section->output_section->vma;
117 if (p->section
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp391 // the symbol type because the section type isn't specify if it is
392 // a code or a data section.
492 size_t ObjectFile::ReadSectionData(Section *section, argument
495 assert(section);
496 section_offset *= section->GetTargetByteSize();
499 if (section->GetObjectFile() != this)
500 return section->GetObjectFile()->ReadSectionData(section, section_offset,
508 section->GetLoadBaseAddress(&process_sp->GetTarget());
514 if (!section
541 ReadSectionData(Section *section, DataExtractor &section_data) argument
681 RelocateSection(lldb_private::Section *section) argument
[all...]
/freebsd-12-stable/contrib/gdb/include/
H A Dbfdlink.h122 asection *section; /* Symbol section. */
134 symbols: the size, the alignment, and the section in
137 section and the alignment. The alignment is stored as a
146 asection *section; /* Symbol section. */
279 /* TRUE if non-PLT relocs should be merged into one reloc section
283 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment
351 /* If a symbol should be created for each input BFD, this is section
352 where those symbols should be placed. It must be a section i
121 asection *section; /* Symbol section. */ member in struct:bfd_link_hash_entry::__anon1795::__anon1797
145 asection *section; /* Symbol section. */ member in struct:bfd_link_hash_entry::__anon1795::__anon1799::bfd_link_hash_common_entry
551 asection *section; member in struct:bfd_link_order::__anon1800::__anon1801
595 asection *section; member in union:bfd_link_order_reloc::__anon1804
[all...]
/freebsd-12-stable/contrib/binutils/include/
H A Dbfdlink.h123 asection *section; /* Symbol section. */
138 symbols: the size, the alignment, and the section in
141 section and the alignment. The alignment is stored as a
149 asection *section; /* Symbol section. */
297 /* TRUE if non-PLT relocs should be merged into one reloc section
301 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment
334 /* TRUE if .hash section should be created. */
337 /* TRUE if .gnu.hash section shoul
122 asection *section; /* Symbol section. */ member in struct:bfd_link_hash_entry::__anon591::__anon593
148 asection *section; /* Symbol section. */ member in struct:bfd_link_hash_entry::__anon591::__anon595::bfd_link_hash_common_entry
628 asection *section; member in struct:bfd_link_order::__anon596::__anon597
672 asection *section; member in union:bfd_link_order_reloc::__anon600
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dcrtstuff.c40 system supports a .init section, this file allows us to support the
44 this file *will* make use of the .init section. If that symbol is
45 not defined however, then the .init section will not be used.
176 /* Hack: force cc1 to switch to .data section early, so that assembling
185 __attribute__ ((__used__, section(".ctors"), aligned(sizeof(func_ptr))))
198 __attribute__((used, section(".dtors"), aligned(sizeof(func_ptr))))
206 __attribute__((used, section(EH_FRAME_SECTION_NAME), aligned(4)))
214 __attribute__ ((used, section(JCR_SECTION_NAME), aligned(sizeof(void*))))
306 /* Stick a call to __do_global_dtors_aux into the .fini section. */
311 __attribute__ ((__used__, section("
[all...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp150 int section = get_section(kmp_i18n_prp_Version); local
152 char const *expected = __kmp_i18n_default_table.sect[section].str[number];
156 __kmp_str_buf_print(&version, "%s", catgets(cat, section, number, NULL));
189 int section = get_section(id); local
193 if (1 <= section && section <= __kmp_i18n_default_table.size) {
194 if (1 <= number && number <= __kmp_i18n_default_table.sect[section].size) {
199 message = catgets(cat, section, number,
200 __kmp_i18n_default_table.sect[section].str[number]);
203 message = __kmp_i18n_default_table.sect[section]
378 int section = get_section(kmp_i18n_prp_Version); local
541 int section = get_section(id); local
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp104 /// Figures out ContentType of a mach-o section.
105 DefinedAtom::ContentType atomTypeFromSection(const Section &section, argument
111 if (p->sectionType != section.type)
113 if (!p->segmentName.equals(section.segmentName) && !p->segmentName.empty())
115 if (!p->sectionName.equals(section.sectionName) && !p->sectionName.empty())
120 // Look for code denoted by section attributes
121 if (section.attributes & S_ATTR_PURE_INSTRUCTIONS)
138 /// Returns info on how to atomize a section of the specified ContentType.
239 void atomFromSymbol(DefinedAtom::ContentType atomType, const Section &section, argument
246 uint64_t offset = symbolAddr - section
275 processSymboledSection(DefinedAtom::ContentType atomType, const Section &section, const NormalizedFile &normalizedFile, MachOFile &file, bool scatterable, bool copyRefs) argument
380 processSection(DefinedAtom::ContentType atomType, const Section &section, bool customSectionName, const NormalizedFile &normalizedFile, MachOFile &file, bool scatterable, bool copyRefs) argument
481 size, segSectName, true, &section); local
484 false, false, copyRefs, &section); local
521 convertRelocs(const Section &section, const NormalizedFile &normalizedFile, bool scatterable, MachOFile &file, ArchHandler &handler) argument
689 isDebugInfoSection(const Section &section) argument
[all...]
/freebsd-12-stable/sys/contrib/ck/include/
H A Dck_epoch.h66 * A section object may be passed to every begin-end pair to allow for
123 * Marks the beginning of an epoch-protected section.
126 ck_epoch_begin(ck_epoch_record_t *record, ck_epoch_section_t *section) argument
132 * section.
163 if (section != NULL)
164 _ck_epoch_addref(record, section);
170 * Marks the end of an epoch-protected section. Returns true if no more
174 ck_epoch_end(ck_epoch_record_t *record, ck_epoch_section_t *section) argument
180 if (section != NULL)
181 return _ck_epoch_delref(record, section);
[all...]
/freebsd-12-stable/contrib/unbound/validator/
H A Dval_sigcrypt.h242 * @param section: section of packet where this rrset comes from.
251 sldns_pkt_section section, struct module_qstate* qstate);
261 * @param section: section of packet where this rrset comes from.
269 sldns_pkt_section section, struct module_qstate* qstate);
282 * @param section: section of packet where this rrset comes from.
290 struct rbtree_type** sortree, char** reason, sldns_pkt_section section,
309 * @param section
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dnlmread.c122 /* Bfd symbols are section relative. */
123 symaddr = sym->value + sym->section->vma;
125 if (sym->section != &bfd_abs_section)
128 /* For non-absolute symbols, use the type of the section
131 if (sym->section->flags & SEC_CODE)
133 else if (sym->section->flags & SEC_DATA)
152 in each section. We simplify it down to a single offset for all
/freebsd-12-stable/contrib/libstdc++/include/backward/
H A Dbackward_warning.h33 Please consider using one of the 32 headers found in section 17.4.1.2 of the \

Completed in 499 milliseconds

1234567891011>>