Searched refs:section (Results 76 - 100 of 764) sorted by relevance

1234567891011>>

/freebsd-12-stable/lib/msun/i387/
H A De_log10f.S18 .section .note.GNU-stack,"",%progbits
H A Ds_logb.S46 .section .note.GNU-stack,"",%progbits
H A Ds_logbf.S18 .section .note.GNU-stack,"",%progbits
H A Ds_lrintl.S37 .section .note.GNU-stack,"",%progbits
H A Ds_scalbn.S47 .section .note.GNU-stack,"",%progbits
H A Ds_significand.S46 .section .note.GNU-stack,"",%progbits
H A Ds_significandf.S18 .section .note.GNU-stack,"",%progbits
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cpp35 #pragma section(".CRT$XIB", long, read)
36 #pragma section(".CRT$XID", long, read)
37 #pragma section(".CRT$XCAB", long, read)
38 #pragma section(".CRT$XTW", long, read)
39 #pragma section(".CRT$XTY", long, read)
40 #pragma section(".CRT$XLAB", long, read)
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_image_section_cache.h41 /* 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 in struct:pt_iscache_entry
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 in struct:pt_iscache_lru_entry
[all...]
H A Dpt_image.h44 /* The mapped section. */
45 struct pt_mapped_section section; member in struct:pt_section_list
47 /* The image section identifier. */
78 /* Add a section to an image.
80 * Add @section identified by @isid to @image at @vaddr in @asid. If @section
82 * removed to accomodate @section. Absence of a section identifier is indicated
86 * Returns -pte_internal if @image, @section, or @asid is NULL.
88 extern int pt_image_add(struct pt_image *image, struct pt_section *section,
[all...]
H A Dpt_mapped_section.h38 /* A section mapped into memory. */
40 /* The section that is mapped. */
41 struct pt_section *section; member in struct:pt_mapped_section
43 /* The address space into which the section is mapped. */
46 /* The virtual address at which the section is mapped. */
49 /* The offset into the section.
51 * This is normally zero but when @section is split, @offset is added to
52 * the section/file offset when accessing @section.
56 /* The size of the section
65 pt_msec_init(struct pt_mapped_section *msec, struct pt_section *section, const struct pt_asid *asid, uint64_t vaddr, uint64_t offset, uint64_t size) argument
171 struct pt_section *section; local
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Dsimple.c32 asection *section ATTRIBUTE_UNUSED,
42 asection *section ATTRIBUTE_UNUSED,
56 asection *section ATTRIBUTE_UNUSED,
66 asection *section ATTRIBUTE_UNUSED,
76 asection *section ATTRIBUTE_UNUSED,
103 asection *section; member in struct:saved_output_info
108 asection *section,
112 output_info[section->index].offset = section->output_offset;
113 output_info[section
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-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h39 DWARFUnit *GetUnitAtOffset(DIERef::Section section, dw_offset_t cu_offset,
41 DWARFUnit *GetUnitContainingDIEOffset(DIERef::Section section,
46 DWARFDIE GetDIEForDIEOffset(DIERef::Section section,
75 void ParseUnitsFor(DIERef::Section section);
77 uint32_t FindUnitIndex(DIERef::Section section, dw_offset_t offset);
H A DDIERef.h22 /// - section: identifies the section of the debug info entry in the given file:
25 /// the beginning of the section specified in the section field.
30 DIERef(llvm::Optional<uint32_t> dwo_num, Section section, argument
33 m_section(section), m_die_offset(die_offset) {
43 Section section() const { return static_cast<Section>(m_section); } function in class:DIERef
H A DDWARFCompileUnit.h27 DIERef::Section section, bool is_dwo)
28 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {}
24 DWARFCompileUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, const DWARFUnitHeader &header, const DWARFAbbreviationDeclarationSet &abbrevs, DIERef::Section section, bool is_dwo) argument
H A DDWARFTypeUnit.h31 DIERef::Section section, bool is_dwo)
32 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {}
28 DWARFTypeUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, const DWARFUnitHeader &header, const DWARFAbbreviationDeclarationSet &abbrevs, DIERef::Section section, bool is_dwo) argument
/freebsd-12-stable/lib/csu/powerpc64/
H A Dcrti.S33 .section .init,"ax",@progbits
37 .section ".opd","aw"
60 .section .fini,"ax",@progbits
64 .section ".opd","aw"
86 .section .note.GNU-stack,"",%progbits
/freebsd-12-stable/lib/csu/riscv/
H A Dcrti.S43 .section .init,"ax",@progbits
51 .section .fini,"ax",@progbits
59 .section .note.GNU-stack,"",%progbits
/freebsd-12-stable/lib/libc/nameser/
H A Dns_parse.c84 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { argument
94 if (section != ns_s_qd) {
144 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { argument
148 /* Make section right. */
149 tmp = section;
150 if (tmp < 0 || section >= ns_s_max)
152 if (section != handle->_sect)
153 setsection(handle, section);
158 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
161 setsection(handle, section);
207 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) argument
[all...]
/freebsd-12-stable/lib/libc/amd64/stdlib/
H A Ddiv.S20 .section .note.GNU-stack,"",%progbits
/freebsd-12-stable/lib/libc/arm/aeabi/
H A Daeabi_int_div.S51 .section .note.GNU-stack,"",%progbits
/freebsd-12-stable/lib/libc/arm/gen/
H A D_ctx_start.S12 .section .note.GNU-stack,"",%progbits
H A Dalloca.S48 .section .note.GNU-stack,"",%progbits
/freebsd-12-stable/lib/libc/i386/gen/
H A D_ctx_start.S54 .section .note.GNU-stack,"",%progbits
/freebsd-12-stable/lib/libc/i386/stdlib/
H A Ddiv.S39 .section .note.GNU-stack,"",%progbits

Completed in 374 milliseconds

1234567891011>>