Searched defs:section (Results 1 - 25 of 189) sorted by relevance

12345678

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnwld.c39 const char section[] = ".ctors"TARGET_SUB_SECTION_SEPARATOR; local
60 const char section[] = ".dtors"TARGET_SUB_SECTION_SEPARATOR; local
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dcnf_save.c83 char *section; local
H A Dconf_api.c107 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
129 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
274 _CONF_new_section(CONF *conf, const char *section) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_cmdline_private.h81 const char *section; member in struct:svn_cmdline__config_argument_t
/freebsd-11-stable/contrib/binutils/ld/
H A Dldctor.h46 asection *section; /* Section of value in set. */ member in struct:set_element
H A Dldctor.c56 ldctor_add_set_entry(struct bfd_link_hash_entry *h, bfd_reloc_code_real_type reloc, const char *name, asection *section, bfd_vma value) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h30 DIERef(llvm::Optional<uint32_t> dwo_num, Section section, argument
43 Section section() const { return static_cast<Section>(m_section); } function in class:DIERef
H A DDWARFTypeUnit.h28 DWARFTypeUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, const DWARFUnitHeader &header, const DWARFAbbreviationDeclarationSet &abbrevs, DIERef::Section section, bool is_dwo) argument
H A DDWARFCompileUnit.h24 DWARFCompileUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, const DWARFUnitHeader &header, const DWARFAbbreviationDeclarationSet &abbrevs, DIERef::Section section, bool is_dwo) argument
/freebsd-11-stable/contrib/gcc/
H A Dcoretypes.h49 typedef union section section; typedef in typeref:union:section
/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_autoconf.c63 char *section; local
H A Dbus_usb.c327 usb_import_entries(const char *section, const char *module, argument
/freebsd-11-stable/contrib/byacc/
H A Dbtyaccpar.c1251 write_section(FILE * fp, const char *const section[]) argument
H A Dyaccpar.c409 write_section(FILE * fp, const char *const section[]) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.h159 asection *section; member in struct:stab_section_list
H A Dblock.c74 blockvector_for_pc_sect (CORE_ADDR pc, struct bfd_section *section, argument
139 block_for_pc_sect (CORE_ADDR pc, struct bfd_section *section) argument
/freebsd-11-stable/lib/libc/nameser/
H A Dns_parse.c82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { argument
142 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { argument
205 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) argument
[all...]
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dinf.h9 struct section { struct
17 struct section *section; member in struct:assign
27 struct section *section; member in struct:reg
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp95 auto section = section_list->FindSectionByID(section_id); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp63 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP &section, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp36 AddressRange::AddressRange(const lldb::SectionSP &section, addr_t offset, argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsimple.c103 asection *section; member in struct:saved_output_info
107 simple_save_output_info(bfd *abfd ATTRIBUTE_UNUSED, asection *section, void *ptr) argument
123 simple_restore_output_info(bfd *abfd ATTRIBUTE_UNUSED, asection *section, void *ptr) argument
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c155 /* Look for an offset in a section argument
128 find_address_in_section(bfd *abfd, asection *section, void *data ATTRIBUTE_UNUSED) argument
177 translate_addresses(bfd *abfd, asection *section) argument
268 asection *section; local
[all...]
H A Ddwarf.h43 struct dwarf_section section; member in struct:dwarf_section_display
/freebsd-11-stable/contrib/ldns/
H A Dhost2wire.c159 ldns_rr2buffer_wire(ldns_buffer *buffer, const ldns_rr *rr, int section) argument
357 ldns_rr2wire(uint8_t **dest, const ldns_rr *rr, int section, size_t *result_size) argument
86 ldns_rr2buffer_wire_canonical(ldns_buffer *buffer, const ldns_rr *rr, int section) argument

Completed in 242 milliseconds

12345678