Home
last modified time | relevance | path

Searched +full:- +full:section (Results 1 – 25 of 1126) sorted by relevance

12345678910>>...46

/freebsd-src/contrib/processor-trace/libipt/src/
H A Dpt_section.c2 * Copyright (c) 2013-2019, Intel Corporation
33 #include "intel-pt.h"
43 struct pt_section *section; in pt_mk_section() local
51 return -pte_internal; in pt_mk_section()
55 return -pte_invalid; in pt_mk_section()
61 return -pte_nomem; in pt_mk_section()
71 errcode = -pte_invalid; in pt_mk_section()
76 fsize -= offset; in pt_mk_section()
80 section = malloc(sizeof(*section)); in pt_mk_section()
81 if (!section) { in pt_mk_section()
[all …]
H A Dpt_image_section_cache.c2 * Copyright (c) 2016-2019, Intel Corporation
32 #include "intel-pt.h"
60 return -pte_internal; in pt_iscache_init()
63 iscache->limit = UINT64_MAX; in pt_iscache_init()
65 iscache->name = dupstr(name); in pt_iscache_init()
66 if (!iscache->name) in pt_iscache_init()
67 return -pte_nomem; in pt_iscache_init()
74 errcode = mtx_init(&iscache->lock, mtx_plain); in pt_iscache_init()
76 return -pte_bad_lock; in pt_iscache_init()
89 free(iscache->name); in pt_iscache_fini()
[all …]
/freebsd-src/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c2 * Copyright (c) 2016-2019, Intel Corporation
33 #include "intel-pt.h"
65 /* A lock protecting this section. */
75 extern int pt_section_get(struct pt_section *section);
76 extern int pt_section_put(struct pt_section *section);
77 extern int pt_section_attach(struct pt_section *section,
79 extern int pt_section_detach(struct pt_section *section,
82 extern int pt_section_map(struct pt_section *section);
83 extern int pt_section_map_share(struct pt_section *section);
84 extern int pt_section_unmap(struct pt_section *section);
[all …]
H A Dptunit-section.c2 * Copyright (c) 2013-2019, Intel Corporation
35 #include "intel-pt.h"
47 struct pt_section *section);
49 struct pt_section *section, uint64_t size);
52 struct pt_section *section) in pt_iscache_notify_map() argument
55 return -pte_internal; in pt_iscache_notify_map()
57 if (iscache->map <= 0) in pt_iscache_notify_map()
58 return iscache->map; in pt_iscache_notify_map()
61 iscache->map = 0; in pt_iscache_notify_map()
63 return pt_section_map_share(section); in pt_iscache_notify_map()
[all …]
H A Dptunit-msec_cache.c2 * Copyright (c) 2017-2019, Intel Corporation
33 #include "intel-pt.h"
36 int pt_section_get(struct pt_section *section) in pt_section_get() argument
40 if (!section) in pt_section_get()
41 return -pte_internal; in pt_section_get()
43 ucount = section->ucount + 1; in pt_section_get()
45 return -pte_overflow; in pt_section_get()
47 section->ucount = ucount; in pt_section_get()
51 int pt_section_put(struct pt_section *section) in pt_section_put() argument
55 if (!section) in pt_section_put()
[all …]
/freebsd-src/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h2 * Copyright (c) 2013-2019, Intel Corporation
39 #include "intel-pt.h"
44 /* A section of contiguous memory loaded from a file. */
57 /* A pointer to OS-specific file status for detecting changes.
60 * left in the section until the section is destroyed. This field
61 * is owned by the OS-specific mmap-based section implementation.
65 /* A pointer to implementation-specific mapping information - NULL if
66 * the section is currently not mapped.
76 * section is unmapped.
78 * We read this field without locking and only lock the section in order
[all …]
H A Dpt_image_section_cache.h2 * Copyright (c) 2016-2019, Intel Corporation
41 /* An image section cache entry. */
43 /* The section object.
45 * We hold a reference to the section - put it when the section is
48 struct pt_section *section; member
50 /* The base address at which @section has been loaded. */
54 /* An image section cache least recently used cache entry. */
59 /* The section mapped by the image section cache. */
60 struct pt_section *section; member
62 /* The amount of memory used by mapping @section in bytes. */
[all …]
/freebsd-src/contrib/unbound/testdata/
H A Diter_scrub_rr_length.rpl
H A Diter_ignore_empty.rpl
H A Diter_ghost_grandchild_delegation.rpl
H A Dttl_max_negative.rpl
H A Drpz_cname_handle.rpl
H A Dcachedb_expired.crpl
H A Dttl_min_negative.rpl
H A Dsubnet_global_prefetch.crpl
H A Dcachedb_expired_reply_ttl.crpl
H A Dsubnet_global_prefetch_expired.crpl
H A Dcachedb_expired_client_timeout.crpl
H A Dval_cnameqtype_qmin.rpl
/freebsd-src/share/man/man5/
H A Delf.542 followed by a program header table or a section header table, or both.
45 table and the section header table's offset in the file are defined in the
60 regardless whether the host is 32-bit or 64-bit.
87 The following types are being used for 32-bit architectures:
88 .Bd -literal -offset indent
89 Elf32_Addr Unsigned 32-bit program address
90 Elf32_Half Unsigned 16-bit field
91 Elf32_Lword Unsigned 64-bit field
92 Elf32_Off Unsigned 32-bit file offset
93 Elf32_Sword Signed 32-bit field or integer
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp1 //===- WasmYAML.cpp - Wasm YAMLIO implementation --------
45 commonSectionMapping(IO & IO,WasmYAML::Section & Section) commonSectionMapping() argument
51 sectionMapping(IO & IO,WasmYAML::DylinkSection & Section) sectionMapping() argument
63 sectionMapping(IO & IO,WasmYAML::NameSection & Section) sectionMapping() argument
71 sectionMapping(IO & IO,WasmYAML::LinkingSection & Section) sectionMapping() argument
81 sectionMapping(IO & IO,WasmYAML::ProducersSection & Section) sectionMapping() argument
89 sectionMapping(IO & IO,WasmYAML::TargetFeaturesSection & Section) sectionMapping() argument
95 sectionMapping(IO & IO,WasmYAML::CustomSection & Section) sectionMapping() argument
101 sectionMapping(IO & IO,WasmYAML::TypeSection & Section) sectionMapping() argument
106 sectionMapping(IO & IO,WasmYAML::ImportSection & Section) sectionMapping() argument
111 sectionMapping(IO & IO,WasmYAML::FunctionSection & Section) sectionMapping() argument
116 sectionMapping(IO & IO,WasmYAML::TableSection & Section) sectionMapping() argument
121 sectionMapping(IO & IO,WasmYAML::MemorySection & Section) sectionMapping() argument
126 sectionMapping(IO & IO,WasmYAML::TagSection & Section) sectionMapping() argument
131 sectionMapping(IO & IO,WasmYAML::GlobalSection & Section) sectionMapping() argument
136 sectionMapping(IO & IO,WasmYAML::ExportSection & Section) sectionMapping() argument
141 sectionMapping(IO & IO,WasmYAML::StartSection & Section) sectionMapping() argument
146 sectionMapping(IO & IO,WasmYAML::ElemSection & Section) sectionMapping() argument
151 sectionMapping(IO & IO,WasmYAML::CodeSection & Section) sectionMapping() argument
156 sectionMapping(IO & IO,WasmYAML::DataSection & Section) sectionMapping() argument
161 sectionMapping(IO & IO,WasmYAML::DataCountSection & Section) sectionMapping() argument
167 mapping(IO & IO,std::unique_ptr<WasmYAML::Section> & Section) mapping() argument
[all...]
H A DWasmEmitter.cpp1 //===- yaml2wasm - Convert YAML to a Wasm object file --------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
33 void writeRelocSection(raw_ostream &OS, WasmYAML::Section &Sec,
38 void writeSectionContent(raw_ostream &OS, WasmYAML::CustomSection &Section);
39 void writeSectionContent(raw_ostream &OS, WasmYAML::TypeSection &Section);
40 void writeSectionContent(raw_ostream &OS, WasmYAML::ImportSection &Section);
41 void writeSectionContent(raw_ostream &OS, WasmYAML::FunctionSection &Section);
42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section);
[all …]
/freebsd-src/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c2 * Copyright (c) 2013-2019, Intel Corporation
33 #include "intel-pt.h"
52 return -pte_internal; in pt_section_mk_status()
56 return -pte_bad_file; in pt_section_mk_status()
59 return -pte_bad_image; in pt_section_mk_status()
63 return -pte_nomem; in pt_section_mk_status()
65 status->stat = buffer; in pt_section_mk_status()
73 static int check_file_status(struct pt_section *section, int fd) in check_file_status() argument
79 if (!section) in check_file_status()
80 return -pte_internal; in check_file_status()
[all …]
/freebsd-src/contrib/elftoolchain/elfcopy/
H A Delfcopy.11 .\" Copyright (c) 2008-2009,2011 Joseph Koshy. All rights reserved.
24 .\" $Id: elfcopy.1 3642 2018-10-14 14:24:28Z jkoshy $
35 .Op Fl I Ar objformat | Fl s Ar objformat | Fl -input-target= Ns Ar objformat
36 .Op Fl K Ar symbolname | Fl -keep-symbol= Ns Ar symbolname
37 .Op Fl L Ar symbolname | Fl -localize-symbol= Ns Ar symbolname
38 .Op Fl N Ar symbolname | Fl -strip-symbol= Ns Ar symbolname
39 .Op Fl O Ar objformat | Fl -output-target= Ns Ar objformat
40 .Op Fl R Ar sectionname | Fl -remove-section= Ns Ar sectionname
41 .Op Fl S | Fl -strip-all
42 .Op Fl V | Fl -version
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h1 //===- DebugLineSectionEmitter.h ---------
101 emitLineTablePrologue(const DWARFDebugLine::Prologue & P,SectionDescriptor & Section) emitLineTablePrologue() argument
128 emitLineTablePrologueV2IncludeAndFileTable(const DWARFDebugLine::Prologue & P,SectionDescriptor & Section) emitLineTablePrologueV2IncludeAndFileTable() argument
170 emitLineTablePrologueV5IncludeAndFileTable(const DWARFDebugLine::Prologue & P,SectionDescriptor & Section) emitLineTablePrologueV5IncludeAndFileTable() argument
269 emitLineTableProloguePayload(const DWARFDebugLine::Prologue & P,SectionDescriptor & Section) emitLineTableProloguePayload() argument
296 emitLineTableRows(const DWARFDebugLine::LineTable & LineTable,SectionDescriptor & Section) emitLineTableRows() argument
[all...]

12345678910>>...46