Searched refs:section (Results 101 - 125 of 729) sorted by relevance

1234567891011>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-m68hc1x.c38 asection *section,
153 m68hc12_add_stub (const char *stub_name, asection *section, argument
164 section->owner, stub_name);
217 for each output section included in the link. Returns -1 on error,
226 asection *section; local
237 /* Count the number of input BFDs and find the top input section id.
238 Also search for an existing ".tramp" section so that we know
248 for (section = input_bfd->sections;
249 section != NULL;
250 section
316 asection *section; local
[all...]
H A Delf32-or32.c68 insn += symbol->section->output_section->vma;
69 insn += symbol->section->output_offset;
96 insn += symbol->section->output_section->vma;
97 insn += symbol->section->output_offset;
124 insn += symbol->section->output_section->vma;
125 insn += symbol->section->output_offset;
170 if (bfd_is_und_section (symbol->section)
174 if (bfd_is_com_section (symbol->section))
179 relocation += symbol->section->output_section->vma;
180 relocation += symbol->section
[all...]
H A Dreloc16.c51 /* A symbol holds a pointer to a section, and an offset from the
52 base of the section. To relocate, we find where the section will
55 if (bfd_is_und_section (symbol->section)
56 || bfd_is_com_section (symbol->section))
72 + h->u.def.section->output_section->vma
73 + h->u.def.section->output_offset);
90 + symbol->section->output_offset
91 + symbol->section->output_section->vma;
117 if (p->section
[all...]
H A Dvms-tir.c94 /* Dump multiple bytes to section image. */
115 /* Write byte to section image. */
230 handle sta_xxx commands in etir section
287 arg: lw section index
290 stack qw argument and section index
300 (*_bfd_error_handler) (_("bad section index in %s"),
332 handle sto_xxx commands in etir section
793 asection *section;
807 section = bfd_malloc ((bfd_size_type) sizeof (asection));
808 if (section
791 asection *section; local
1838 asection *section; local
[all...]
H A Dmach-o.c81 /* The flags field of a section structure is separated into two parts a section
82 type and section attributes. The section types are mutually exclusive (it
83 can only have one type) but the section attributes are not (it may have more
86 #define SECTION_TYPE 0x000000ff /* 256 section types. */
87 #define SECTION_ATTRIBUTES 0xffffff00 /* 24 section attributes. */
89 /* Constants for the section attributes part of the flags field of a section
135 /* Copy any private info we understand from the input section
345 bfd_mach_o_scan_write_section(bfd *abfd, bfd_mach_o_section *section, bfd_vma offset) argument
631 bfd_mach_o_make_bfd_section(bfd *abfd, bfd_mach_o_section *section) argument
665 bfd_mach_o_scan_read_section(bfd *abfd, bfd_mach_o_section *section, bfd_vma offset) argument
706 unsigned char section = -1; local
1789 bfd_mach_o_lookup_section(bfd *abfd, asection *section, bfd_mach_o_load_command **mcommand, bfd_mach_o_section **msection) argument
[all...]
H A Dtekhex.c32 the example I have says that the text section is 0..ffffffff.
37 has no tag saying which section it belongs to, so we create
38 one section for each block of data, called "blknnnn" which we
125 | +-- type 1 symbol (section definition)
189 Disassembly of section D00000000:
353 asection *section = bfd_abs_section_ptr; local
381 section = bfd_get_section_by_name (abfd, sym);
382 if (section == NULL)
389 section = bfd_make_section (abfd, n);
397 if (!getvalue (&src, &section
568 move_section_contents(bfd *abfd, asection *section, const void * locationp, file_ptr offset, bfd_size_type count, bfd_boolean get) argument
609 tekhex_get_section_contents(bfd *abfd, asection *section, void * locationp, file_ptr offset, bfd_size_type count) argument
635 tekhex_set_section_contents(bfd *abfd, sec_ptr section, const void * locationp, file_ptr offset, bfd_size_type bytes_to_do) argument
[all...]
H A Driscix.c208 if (symbol->section == &bfd_und_section
214 if (symbol->section->name != input_section->name
221 relocation += symbol->section->output_section->vma;
222 relocation += symbol->section->output_offset;
297 asection *output_section = sym->section->output_section;
321 from the abs section, or as a symbol which has an abs value.
331 from the abs section. */
344 /* Just an ordinary section. */
375 riscix_squirt_out_relocs (bfd *abfd, asection *section) argument
380 unsigned int count = section
415 canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
[all...]
H A Dlinker.c61 routines are used as examples throughout this section.
193 add, notably symbol flags, a section, and an offset. The
195 <<BSF_INDIRECT>>. The section is a section in the object
294 @* Relocating the section contents::
299 Information provided by the linker, Relocating the section contents, Performing the Final Link, Performing the Final Link
311 Each section in the output file will have a list of
315 contents of the output section in terms of the contents of
323 Relocating the section contents, Writing the symbol table, Information provided by the linker, Performing the Final Link
325 Relocating the section content
1523 _bfd_generic_link_add_one_symbol(struct bfd_link_info *info, bfd *abfd, const char *name, flagword flags, asection *section, bfd_vma value, const char *string, bfd_boolean copy, bfd_boolean collect, struct bfd_link_hash_entry **hashp) argument
2606 bfd_new_link_order(bfd *abfd, asection *section) argument
[all...]
H A Dvms.c114 /* Fill symbol->section with section ptr
115 symbol->section is filled with the section index for defined symbols
116 during reading the GSD/EGSD section. But we need the pointer to the
117 bfd section later.
119 It has the correct value for referenced (undefined section) symbols
130 sec = sym->section;
136 /* Fill forward references (these contain section number, not section pt
462 vms_new_section_hook(bfd * abfd, asection *section) argument
1385 vms_set_section_contents(bfd * abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
[all...]
/macosx-10.10.1/MITKerberosShim-66/profile/
H A Dprof_tree.c9 * Each node may represent either a relation or a section header.
11 * A section header must have its value field set to 0, and may a one
147 * Add a node to a particular section
149 errcode_t profile_add_node(struct profile_node *section, const char *name, argument
155 CHECK_MAGIC(section);
157 if (section->value)
165 for (p=section->first_child, last = 0; p; last = p, p = p->next) {
174 new->group_level = section->group_level+1;
176 new->parent = section;
184 section
243 profile_find_node(struct profile_node *section, const char *name, const char *value, int section_flag, void **state, struct profile_node **node) argument
317 profile_find_node_relation(struct profile_node *section, const char *name, void **state, char **ret_name, char **value) argument
349 profile_find_node_subsection(struct profile_node *section, const char *name, void **state, char **ret_name, struct profile_node **subsection) argument
373 profile_get_node_parent(struct profile_node *section, struct profile_node **parent) argument
455 struct profile_node *section, *p; local
[all...]
/macosx-10.10.1/ncurses-44/xcodescripts/
H A Dinstall_man_misc.sh39 # section=$x[1,1]
40 section=$(echo $x | cut -c1-1)
41 dst="$DSTROOT"/usr/share/man/man$section/$m
46 ldst="$DSTROOT/usr/share/man/man$section/$l.$x"
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dcode_object.rb88 # Set the section this CodeObject is in
90 attr_writer :section
113 @section = nil
324 # The section this CodeObject is in. Sections allow grouping of constants,
327 def section method in class:each_parent
328 return @section if @section
330 @section = parent.add_section @section_title if parent
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dfman9 # 92/01/21 made it read /etc/default/man to get section order,
10 # and only display the first section found.
49 typeset index indexes section mpath page=$1
62 # indexfile:searchname pagename section ...
117 local section OtherSec filename NPAGER=$PAGER POpt page=$1 Pat
126 # For each section in ORDER, determine if any man page was found in
127 # that section
128 for section in "${ordarr[@]}"; do
132 if [ "${Sections[i]}" = $section ]; then
133 # Found a man page from this section o
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dembedspu.sh126 # section at 16 byte intervals.
133 .section .rodata.speelf,"a",@progbits
138 .section .data.spetoe,"aw",@progbits
167 .section .data,"aw",@progbits
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DScopeChainDetailsSidebarPanel.js139 var section = new WebInspector.ObjectPropertiesSection(scope.object, null, null, null, true, extraProperties, WebInspector.ScopeVariableTreeElement);
140 section.dontHighlightNonEnumerablePropertiesAtTopLevel = dontHighlightNonEnumerableProperties;
141 section.__propertyIdentifierPrefix = detailsSectionIdentifier;
144 detailsSection.groups[0].rows = [new WebInspector.DetailsSectionPropertiesRow(section)];
H A DRulesStyleDetailsPanel.css37 .sidebar > .panel.details.css-style .rules .label + .style-declaration-section {
42 body.mac-platform.legacy .sidebar > .panel.details.css-style .rules .label + .style-declaration-section {
65 .sidebar > .panel.details.css-style .rules .new-rule + .style-declaration-section {
69 body.mac-platform.legacy .sidebar > .panel.details.css-style .rules .new-rule + .style-declaration-section {
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldLibSystemGlue.c44 // __DATA,__dyld section to be added every dylib. The new LINKEDIT format no longer requires
45 // images to have a __DATA,__dyld section. But until libdyld.dylib and dyld update
46 // to some sort of vtable based interface, libdyld still needs a __DATA,__dyld section.
47 // The code below adds that section.
60 static volatile struct __DATA__dyld myDyldSection __attribute__ ((section ("__DATA,__dyld")))
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Dbackward_warning.h33 Please consider using one of the 32 headers found in section 17.4.1.2 of the \
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dapi.tcl22 section para list_begin list_end lst_item call bullet enum see_also
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Dinifile.c203 free (e->section);
352 char *section; local
366 section = id = value = comment = NULL;
384 section = __iodbcdm_cfg_skipwhite (lp + 1);
385 if ((lp = strchr (section, ']')) == NULL)
388 if (rtrim (section) == NULL)
390 section = NULL;
441 if (_iodbcdm_cfg_storeentry (pconfig, section, id, value, comment,
458 char *section,
472 if (section)
456 _iodbcdm_cfg_storeentry( PCONFIG pconfig, char *section, char *id, char *value, char *comment, int dynamic) argument
600 _iodbcdm_cfg_find(PCONFIG pconfig, char *section, char *id) argument
652 _iodbcdm_cfg_write( PCONFIG pconfig, char *section, char *id, char *value) argument
[all...]
/macosx-10.10.1/smb-759.0/lib/smb/
H A Drcfile.c102 sectname = "default"; /* To us they are the same section */
173 fprintf(stderr, "Key '%s' defined before section\n", buf);
303 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, argument
310 rsp = rc_findsect(rcp, section);
319 rc_getstring(struct rcfile *rcp, const char *section, const char *key, argument
325 error = rc_getstringptr(rcp, section, key, &value);
329 warnx("line too long for key '%s' in section '%s', max = %zu\n", key, section, maxlen);
337 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) argument
342 rsp = rc_findsect(rcp, section);
362 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/conf/
H A Dconf_def.c75 static int str_copy(CONF *conf,char *section,char **to, char *from);
221 char *section=NULL,*buf; local
233 section=(char *)OPENSSL_malloc(10);
234 if (section == NULL)
239 BUF_strlcpy(section,"default",10);
247 sv=_CONF_new_section(conf,section);
337 if (!str_copy(conf,NULL,&section,start)) goto err;
338 if ((sv=_CONF_get_section(conf,section)) == NULL)
339 sv=_CONF_new_section(conf,section);
386 if (psection == NULL) psection=section;
511 str_copy(CONF *conf, char *section, char **pto, char *from) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/examples/
H A Dperltidyrc_dump.pl104 # $rsections is a hash giving manual section {long_name}
106 # build a hash giving section->long_name->parameter_value
107 # so that we can write parameters by section
112 my $section = $rsections->{$long_name};
113 $section = "UNKNOWN" unless ($section); # shouldn't happen
115 # build a hash giving section->long_name->parameter_value
116 $rsection_name_value->{$section}->{$long_name} = $rOpts->{$long_name};
119 $saw_section{$section}++;
144 # loop to write section
[all...]
/macosx-10.10.1/libxml2-26/libxml2/doc/examples/
H A Dindex.py135 section = info['section']
136 output.write(" <section>%s</section>\n" % escape(section));
137 if sections.has_key(section):
138 sections[section].append(filename)
140 sections[section] = [filename]
142 print "Example %s lacks a section description" % (filename)
146 topic != "section" an
[all...]
/macosx-10.10.1/man-16/man/src/
H A Dmanfile.c52 * compressed - yuk. We can handle this by using section 1.Z
200 * in section SEC. Only types (man, cat, scat, html) permitted in FLAGS
265 manfile_from_section(const char *name, const char *section, argument
271 append(&res, manfile_from_sec_and_dir(*mp, section, name, flags));
276 /* Someone wants section 1p - better not to give 1 */
277 if (res == NULL && isdigit(section[0]) && section[1]) {
280 sec[0] = section[0];
301 manfile(const char *name, const char *section, int flags, argument
330 else if (section)
[all...]

Completed in 179 milliseconds

1234567891011>>