| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ |
| dnssec_update_test.pl | 82 sub section { subroutine 87 section("Add a name"); 90 section("Delete the name");
|
| /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ |
| update_test.pl | 88 sub section { subroutine 93 section("Delete any leftovers from previous tests"); 108 section("Simple prerequisites in the absence of data"); 121 section ("Simple creation of data"); 124 section ("Simple prerequisites in the presence of data"); 141 section("Detailed tests of \"RRset exists (value dependent)\" prerequisites"); 156 section("Torture test of \"RRset exists (value dependent)\" prerequisites."); 183 section("Subtraction of RRsets"); 192 section("Other forms of deletion"); 203 section("Case insensitivity") [all...] |
| /src/external/bsd/nsd/dist/ |
| answer.h | 29 rr_section_type section[MAXRRSPP]; member in struct:answer 39 * Add the specified RRset to the answer in the specified section. If 40 * the RRset is already present and in the same (or "higher") section 43 int answer_add_rrset(answer_type *answer, rr_section_type section,
|
| answer.c | 25 answer_add_rrset(answer_type *answer, rr_section_type section, 30 assert(section >= ANSWER_SECTION && section < RR_SECTION_COUNT); 38 if (section < answer->section[i]) { 39 answer->section[i] = section; 52 answer->section[answer->rrset_count] = section; 64 rr_section_type section; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| dicos-tdep.c | 51 expected size of the "header" section in bytes. */ 60 asection *section; local 63 similar. We do know there's always a "header" section of 66 section first, as that should be cheaper. */ 68 section = bfd_get_section_by_name (abfd, "header"); 69 if (!section) 72 if (bfd_section_size (section) != header_size)
|
| i386-windows-tdep.c | 220 check whether there is a .reg section of proper size. */ 223 asection *section = bfd_get_section_by_name (abfd, ".reg"); local 224 if (section != nullptr 225 && bfd_section_size (section) == I386_WINDOWS_SIZEOF_GREGSET)
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| abbrev-table-cache.h | 33 /* Find an abbrev table coming from the abbrev section SECTION at 36 const abbrev_table *find (dwarf2_section_info *section, 39 abbrev_table_search_key key {section, offset}; 49 the cache. Note that a table at a given section+offset may only 59 const dwarf2_section_info *section; member in struct:abbrev_table_cache::abbrev_table_search_key 69 return (std::hash<const dwarf2_section_info *> () (key.section) 75 { return (*this) ({ table->section, table->sect_off }); } 84 { return key.section == table->section && key.sect_off == table->sect_off; [all...] |
| section.h | 1 /* DWARF 2 low-level section code 33 scanned. BUFFER, READIN are filled in later when the section is read. 34 If the section contained compressed data then SIZE is updated to record 35 the uncompressed size of the section. 38 creating the concept of virtual sections contained within a real section. 40 into one section, but section offsets are kept relative to the original 41 input section. 42 If this is a virtual dwp-v2 section, S.CONTAINING_SECTION is a backlink to 43 the real section this "virtual" section is contained in, and BUFFER,SIZ 109 asection *section; member in union:dwarf2_section_info::__anon17839 [all...] |
| section.c | 1 /* DWARF 2 low-level section code 27 #include "dwarf2/section.h" 36 complaint (_("debug info runs off end of %s section" 51 const dwarf2_section_info *section = this; local 54 section = get_containing_section (); 55 gdb_assert (!section->is_virtual); 57 gdb_assert (section->s.section != nullptr); 58 return section->s.section->owner 64 const dwarf2_section_info *section = this; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| dicos-tdep.c | 51 expected size of the "header" section in bytes. */ 60 asection *section; local 63 similar. We do know there's always a "header" section of 66 section first, as that should be cheaper. */ 68 section = bfd_get_section_by_name (abfd, "header"); 69 if (!section) 72 if (bfd_section_size (section) != header_size)
|
| i386-windows-tdep.c | 220 check whether there is a .reg section of proper size. */ 223 asection *section = bfd_get_section_by_name (abfd, ".reg"); local 224 if (section != nullptr 225 && bfd_section_size (section) == I386_WINDOWS_SIZEOF_GREGSET)
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| abbrev-cache.h | 32 /* Find an abbrev table coming from the abbrev section SECTION at 35 abbrev_table *find (struct dwarf2_section_info *section, sect_offset offset) 37 search_key key = { section, offset }; 44 the cache. Note that a table at a given section+offset may only 57 struct dwarf2_section_info *section; member in struct:abbrev_cache::search_key
|
| section.h | 1 /* DWARF 2 low-level section code 33 scanned. BUFFER, READIN are filled in later when the section is read. 34 If the section contained compressed data then SIZE is updated to record 35 the uncompressed size of the section. 38 creating the concept of virtual sections contained within a real section. 40 into one section, but section offsets are kept relative to the original 41 input section. 42 If this is a virtual dwp-v2 section, S.CONTAINING_SECTION is a backlink to 43 the real section this "virtual" section is contained in, and BUFFER,SIZ 109 asection *section; member in union:dwarf2_section_info::__anon20578 [all...] |
| section.c | 1 /* DWARF 2 low-level section code 27 #include "dwarf2/section.h" 35 complaint (_("debug info runs off end of %s section" 50 const dwarf2_section_info *section = this; local 53 section = get_containing_section (); 54 gdb_assert (!section->is_virtual); 56 gdb_assert (section->s.section != nullptr); 57 return section->s.section->owner 63 const dwarf2_section_info *section = this; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| clearstate_defs.h | 42 const struct cs_extent_def *section; member in struct:cs_section_def
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| clearstate_defs.h | 42 const struct cs_extent_def *section; member in struct:cs_section_def
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| float.h | 36 char *section; member in struct:float_elt
|
| index.h | 39 char *section; /* Current section number we are in, */ member in struct:index_elt
|
| node.h | 73 int section; /* Section level where the reference occurs. */ 97 /* The current node's section level. */ 72 int section; \/* Section level where the reference occurs. *\/ member in struct:node_ref
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldctor.h | 48 asection *section; /* Section of value in set. */ member in struct:set_element
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldctor.h | 48 asection *section; /* Section of value in set. */ member in struct:set_element
|
| /src/usr.bin/sortinfo/ |
| sortinfo.c | 50 struct section { struct 57 static struct section *slist; 60 static struct section * 76 addline(struct section *s, char *line) 88 const struct section *sa = a, *sb = b; 101 printsection(const struct section *s) 118 struct section *s; 141 errx(EXIT_FAILURE, "No current section"); 148 errx(EXIT_FAILURE, "Already in section");
|
| /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| object.py | 18 Section, Symbol, and Relocation, respectively. 29 relocations, call get_relocations() on a Section instance. 39 To aid working around this limitation, each Section, Symbol, and Relocation 52 # This is OK. Each Section is only accessed inside its own iteration slot. 54 for section in obj.get_sections(): 55 section_names.append(section.name) 95 "Section", 125 This is a generator for llvm.object.Section instances. 136 last = Section(sections) 178 class Section(LLVMObject) 329 def section(self): member in class:Symbol [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-avr.h | 39 /* The name of the section into which the property records are stored. */ 45 /* The size of the header that is written to the property record section 50 data when written out to the ELF section is more compressed. */ 54 /* The section and offset for this record. */ 55 asection *section; member in struct:avr_property_record 94 within the section. See AVR_PROPERTY_RECORDS_VERSION. */ 101 the section contents. */ 104 /* The section from which the property records were loaded. This is the 105 actual section containing the records, not the section(s) to which th 107 asection *section; member in struct:avr_property_record_list [all...] |
| simple.c | 62 asection *section ATTRIBUTE_UNUSED, 71 asection *section ATTRIBUTE_UNUSED, 84 asection *section ATTRIBUTE_UNUSED, 93 asection *section ATTRIBUTE_UNUSED, 102 asection *section ATTRIBUTE_UNUSED, 124 asection *section; member in struct:saved_output_info 140 output file. For that reason, reset a debug section->output_offset 143 If not called during linking then set section->output_section to 144 point back to the input section, because output_section must not be 147 Save the original output offset and section to restore later. * [all...] |