/openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
H A D | section.texi | 1 @section Sections 3 section abstraction. A single BFD may have any number of 7 Sections are supported in BFD in @code{section.c}. 10 * Section Input:: 11 * Section Output:: 13 * section prototypes:: 16 @node Section Input, Section Output, Sections, Sections 17 @subsection Section input 18 When a BFD is opened for reading, the section structures are 21 Each section has a name which describes the section in the [all …]
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | section.c | 1 /* Object file "section" support for the BFD library. 24 SECTION 28 section abstraction. A single BFD may have any number of 32 Sections are supported in BFD in <<section.c>>. 35 @* Section Input:: 36 @* Section Output:: 38 @* section prototypes:: 42 Section Input, Section Output, Sections, Sections 44 Section input 46 When a BFD is opened for reading, the section structures are [all …]
|
/openbsd-src/share/man/man5/ |
H A D | elf.5 | 45 followed by a program header table or a section header table, or both. 48 table and the section header table's offset in the file are defined in the 357 This member holds the section header table's file offset in bytes. 359 file has no section header table, this member holds zero. 383 A section header is one 384 entry in the section header table; all entries are the same size. 386 This member holds the number of entries in the section header table. 392 gives the section header table's size in bytes. 393 If a file has no section 398 This member holds the section header table index of the entry associated [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | section.texi | 1 @section Sections 3 section abstraction. A single BFD may have any number of 7 Sections are supported in BFD in @code{section.c}. 10 * Section Input:: 11 * Section Output:: 13 * section prototypes:: 16 @node Section Input, Section Output, Sections, Sections 17 @subsection Section input 18 When a BFD is opened for reading, the section structures are 21 Each section has a name which describes the section in the [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 25 Section::~Section() = default; 45 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping() argument 46 IO.mapRequired("Type", Section.Type); in commonSectionMapping() 47 IO.mapOptional("Relocations", Section.Relocations); in commonSectionMapping() 50 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() argument 51 commonSectionMapping(IO, Section); in sectionMapping() 52 IO.mapRequired("Name", Section.Name); in sectionMapping() 53 IO.mapRequired("MemorySize", Section.MemorySize); in sectionMapping() 54 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping() 55 IO.mapRequired("TableSize", Section.TableSize); in sectionMapping() [all …]
|
H A D | WasmEmitter.cpp | 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); 43 void writeSectionContent(raw_ostream &OS, WasmYAML::MemorySection &Section); 44 void writeSectionContent(raw_ostream &OS, WasmYAML::TagSection &Section); 45 void writeSectionContent(raw_ostream &OS, WasmYAML::GlobalSection &Section); 46 void writeSectionContent(raw_ostream &OS, WasmYAML::ExportSection &Section); [all …]
|
H A D | ELFEmitter.cpp | 136 // Used to keep track of section and symbol names, so that in the YAML file 159 assert(false && "Expected section not found in index"); in get() 182 /// The future symbol table string section. 185 /// The future section header string table section, if a unique string table 190 /// The future dynamic symbol string section. 193 /// The name of the section header string table section. If it is .strtab or 194 /// .dynstr, the section header strings will be written to the same string 196 /// section will be created with that name. 222 StringRef SecName, ELFYAML::Section *YAMLSec); 227 ELFYAML::Section *YAMLSec); [all …]
|
/openbsd-src/gnu/usr.bin/cvs/doc/ |
H A D | cvs.aux | 6 'xrdef {What is CVS?-snt}{Section'tie1.1} 9 'xrdef {What is CVS not?-snt}{Section'tie1.2} 12 'xrdef {A sample session-snt}{Section'tie1.3} 15 'xrdef {Getting the source-snt}{Section'tie1.3.1} 18 'xrdef {Committing your changes-snt}{Section'tie1.3.2} 21 'xrdef {Cleaning up-snt}{Section'tie1.3.3} 24 'xrdef {Viewing differences-snt}{Section'tie1.3.4} 30 'xrdef {Specifying a repository-snt}{Section'tie2.1} 33 'xrdef {Repository storage-snt}{Section'tie2.2} 36 'xrdef {Repository files-snt}{Section'tie2.2.1} [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | section.c | 1 /* Object file "section" support for the BFD library. 24 SECTION 28 section abstraction. A single BFD may have any number of 32 Sections are supported in BFD in <<section.c>>. 35 @* Section Input:: 36 @* Section Output:: 38 @* section prototypes:: 42 Section Input, Section Output, Sections, Sections 44 Section input 46 When a BFD is opened for reading, the section structures are [all …]
|
H A D | simple.c | 32 asection *section ATTRIBUTE_UNUSED, in simple_dummy_warning() 42 asection *section ATTRIBUTE_UNUSED, in simple_dummy_undefined_symbol() 56 asection *section ATTRIBUTE_UNUSED, in simple_dummy_reloc_overflow() 66 asection *section ATTRIBUTE_UNUSED, in simple_dummy_reloc_dangerous() 76 asection *section ATTRIBUTE_UNUSED, in simple_dummy_unattached_reloc() 103 asection *section; member 108 asection *section, in simple_save_output_info() argument 112 output_info[section->index].offset = section->output_offset; in simple_save_output_info() 113 output_info[section->index].section = section->output_section; in simple_save_output_info() 114 if ((section->flags & SEC_DEBUGGING) != 0 in simple_save_output_info() [all …]
|
H A D | vms-gsd.c | 53 char *name; /* Name of section. */ 57 flagword flags_hassize; /* Flags we set if the section has a size > 0. */ 142 /* Retrieve bfd section flags by name and size. */ 170 /* Retrieve vms section flags by name and size. */ 264 asection *section; in _bfd_vms_slurp_gsd() local 292 /* Calculate base address for each section. */ in _bfd_vms_slurp_gsd() 317 /* Program section definition. */ in _bfd_vms_slurp_gsd() 323 /* If this section isn't a bfd section. */ in _bfd_vms_slurp_gsd() 326 /* Check for temporary section from TIR record. */ in _bfd_vms_slurp_gsd() 334 section = bfd_make_section (abfd, name); in _bfd_vms_slurp_gsd() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 46 const MCSection *Section) { in isDwarfSection() argument 49 if (!Section || Section->getKind().isText() || in isDwarfSection() 50 Section->getKind().isWriteable()) in isDwarfSection() 52 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection() 53 Section == FI->getDwarfInfoSection() || in isDwarfSection() 54 Section == FI->getDwarfMacinfoSection() || in isDwarfSection() 55 Section == FI->getDwarfFrameSection() || in isDwarfSection() 56 Section == FI->getDwarfAddrSection() || in isDwarfSection() 57 Section == FI->getDwarfRangesSection() || in isDwarfSection() 58 Section == FI->getDwarfARangesSection() || in isDwarfSection() [all …]
|
/openbsd-src/gnu/usr.bin/clang/llvm-readobj/ |
H A D | llvm-readobj.1 | 60 an alias for \fI\%\-\-section\-headers\fP in \fBllvm\-readobj\fP\&. 66 aliases for \fI\%\-\-section\-relocations\fP, \fI\%\-\-section\-data\fP, 67 \fI\%\-\-section\-symbols\fP and \fI\%\-\-dyn\-symbols\fP respectively. 110 .B \-\-hex\-dump=<section[,section,...]>, \-x 111 Display the specified section(s) as hexadecimal bytes. \fBsection\fP may be a 112 section index or section name. 126 .B \-\-sections, \-\-section\-headers, \-S 131 .B \-\-section\-data, \-\-sd 132 When used with \fI\%\-\-sections\fP, display section data for each section 137 .B \-\-section\-relocations, \-\-sr [all …]
|
H A D | llvm-readelf.1 | 58 Display architecture\-specific information, e.g. the ARM attributes section on ARM. 63 Display the contents of the basic block address map section(s), which contain the 74 Display the dependent libraries section. 94 Display the callgraph profile section. 104 Display the linker options section. 116 .B \-\-section\-groups, \-g 117 Display section groups. 158 .B \-\-hex\-dump=<section[,section,...]>, \-x 159 Display the specified section(s) as hexadecimal bytes. \fBsection\fP may be a 160 section index or section name. [all …]
|
/openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/ |
H A D | tag.out_html | 2 </section> 3 </section> 4 <section class="Sh"> 6 <p class="Pp">Text in duplicate description section.</p> 7 </section> 8 <section class="Sh"> 11 <section class="Ss"> 14 </section> 15 <section class="Ss"> 16 <h3 class="Ss" id="Sub-section"><a class="permalink" href="#Sub-section">Sub-section</a></h3> [all …]
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | Opts.td | 17 def all : FF<"all", "Equivalent to setting: --file-header, --program-headers, --section-headers, " 19 "--section-groups and --histogram">; 21 def bb_addr_map : FF<"bb-addr-map", "Display the BB address map section">; 22 def cg_profile : FF<"cg-profile", "Display call graph profile section">; 24 def dependent_libraries : FF<"dependent-libraries", "Display the dependent libraries section">; 29 def headers : FF<"headers", "Equivalent to setting: --file-header, --program-headers, --section-hea… 30 defm hex_dump : Eq<"hex-dump", "Display the specified section(s) as hexadecimal bytes">, MetaVarNam… 33 def section_data : FF<"section-data", "Display section data for each section shown. This option has… 34 def section_details : FF<"section-details", "Display the section details">; 35 def section_headers : FF<"section-headers", "Display section headers">; [all …]
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Section.h | 1 //===-- Section.h -----------------------------------------------*- C++ -*-===// 31 class Section; variable 54 size_t FindSectionIndex(const Section *sect); 102 class Section : public std::enable_shared_from_this<Section>, 107 // Create a root section (one that has no parent) 108 Section(const lldb::ModuleSP &module_sp, ObjectFile *obj_file, 115 // Create a section that is a child of parent_section_sp 116 Section(const lldb::SectionSP &parent_section_sp, // NULL for top level 126 ~Section(); 128 static int Compare(const Section &a, const Section &b); [all …]
|
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-readobj.rst | 35 an alias for :option:`--section-headers` in :program:`llvm-readobj`. 39 aliases for :option:`--section-relocations`, :option:`--section-data`, 40 :option:`--section-symbols` and :option:`--dyn-symbols` respectively. 77 .. option:: --hex-dump=<section[,section,...]>, -x 79 Display the specified section(s) as hexadecimal bytes. ``section`` may be a 80 section index or section name. 90 .. option:: --sections, --section-headers, -S 94 .. option:: --section-data, --sd 96 When used with :option:`--sections`, display section data for each section 99 .. option:: --section-relocations, --sr [all …]
|
H A D | llvm-readelf.rst | 34 Display architecture-specific information, e.g. the ARM attributes section on ARM. 38 Display the contents of the basic block address map section(s), which contain the 47 Display the dependent libraries section. 63 Display the callgraph profile section. 71 Display the linker options section. 80 .. option:: --section-groups, -g 82 Display section groups. 114 .. option:: --hex-dump=<section[,section,...]>, -x 116 Display the specified section(s) as hexadecimal bytes. ``section`` may be a 117 section index or section name. [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | sect-cmd.exp | 32 # This test exists solely to exercise the "section" command for 33 # code-coverage on HP-UX. (So far as I can tell, the "section" 63 if ![runto_main] then { fail "section command tests suppressed" } 65 # Get the $CODE$ section's starting address. 69 # not clear that there'll be a section named "$CODE$" in such 86 # Reset the section to that same starting address, which should be 87 # harmless (i.e., we just want to exercise the section command). 90 send_gdb "section \.text $address1\n" 93 {pass "set section command"} 95 {fail "set section command"} [all …]
|
/openbsd-src/lib/libelf/ |
H A D | elf_getdata.3 | 33 .Nd iterate through or allocate section data 46 associated with section descriptors. 52 will return the next data descriptor associated with section descriptor 58 associated with section 63 section descriptor 67 will return a pointer to the next data descriptor for the section, 68 or NULL when the end of the section's descriptor list is reached. 73 descriptors associated with section descriptor 98 Section 107 after the existing content of the section, honoring the file alignment [all …]
|
H A D | elf_update.3 | 86 .Bl -tag -compact -width "Section Data" 92 .It Em Section Data 93 ELF section data, if any, will be placed next, keeping each section's 96 The ELF section header table, if any, will be placed last. 107 .Bl -tag -compact -width "Section Data" 115 .It Em Section Data 116 The data for each ELF section will be placed at the offset specified 119 field of the section's header. 120 The size of the section will be taken from the 122 field of the section header. [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ |
H A D | ParseLink.pm | 31 # Parse the name and section portion of a link into a name and section. 37 # If the whole link is enclosed in quotes, interpret it all as a section 41 # Split into page and section on slash, and then clean up quoting in the 42 # section. If there is no section and the name contains spaces, also 43 # guess that it's an old section link. 44 my ($page, $section) = split (/\s*\/\s*/, $link, 2); 45 $section =~ s/^"\s*(.*?)\s*"$/$1/ if $section; [all...] |
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASectionContrib.cpp | 19 : Session(PDBSession), Section(DiaSection) {} in DIASectionContrib() 23 if (FAILED(Section->get_compiland(&Symbol))) in getCompiland() 32 PrivateGetDIAValue(IDiaSectionContrib *Section, in PrivateGetDIAValue() argument 35 if (S_OK == (Section->*Method)(&Value)) in PrivateGetDIAValue() 42 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_addressSection); in getAddressSection() 46 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_addressOffset); in getAddressOffset() 50 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_virtualAddress); in getVirtualAddress() 54 return PrivateGetDIAValue(Section, in getRelativeVirtualAddress() 59 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_length); in getLength() 63 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_notPaged); in isNotPaged() [all …]
|
/openbsd-src/usr.sbin/nsd/ |
H A D | answer.c | 25 answer_add_rrset(answer_type *answer, rr_section_type section, in answer_add_rrset() argument 30 assert(section >= ANSWER_SECTION && section < RR_SECTION_COUNT); in answer_add_rrset() 38 if (section < answer->section[i]) { in answer_add_rrset() 39 answer->section[i] = section; in answer_add_rrset() 52 answer->section[answer->rrset_count] = section; in answer_add_rrset() 64 rr_section_type section; in encode_answer() local 74 for (section = ANSWER_SECTION; section < RR_SECTION_COUNT; ++section) { in encode_answer() 75 counts[section] = 0; in encode_answer() 78 for (section = ANSWER_SECTION; in encode_answer() 79 !TC(q->packet) && section < RR_SECTION_COUNT; in encode_answer() [all …]
|