Searched refs:section (Results 1 - 25 of 154) sorted by relevance

1234567

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dnullprefix.S5 .section ".prefix", "ax", @progbits
9 .section ".text16", "ax", @progbits
H A Dmbr.S3 .section ".prefix", "awx", @progbits
H A Dnbiprefix.S4 .section ".prefix", "ax", @progbits
37 .section ".zinfo.fixup", "a", @progbits /* Compressor fixups */
61 .section ".text16", "awx", @progbits
H A Dusbdisk.S3 .section ".prefix", "awx", @progbits
H A Dmromprefix.S53 .section ".text16.early", "awx", @progbits
188 .section ".text16.early.data", "aw", @progbits
193 .section ".text16.early.data", "aw", @progbits
198 .section ".text16.early.data", "aw", @progbits
203 .section ".text16.early.data", "aw", @progbits
208 .section ".text16.early.data", "aw", @progbits
213 .section ".text16.early.data", "aw", @progbits
225 .section ".text16.early", "awx", @progbits
267 .section ".text16.early", "awx", @progbits
301 .section "
[all...]
H A Dexeprefix.S36 .section ".prefix", "awx", @progbits
49 .section ".zinfo.fixup", "a", @progbits /* Compressor fixups */
75 .section ".zinfo.fixup", "a", @progbits /* Compressor fixups */
127 .section ".text16", "awx", @progbits
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.mod.c37 __attribute__((section(".gnu.linkonce.this_module"))) = {
47 __attribute__((section("__versions"))) = {
89 __attribute__((section(".modinfo"))) =
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dsortobjdump.pl7 # section, then by symbol value, then by size. Used to enhance the
15 # It's a header line containing a section definition; extract the
16 # section index and store it. Also print the header line.
18 ( my $index, my $section ) = ( $1, $2 );
19 $section_idx{$section} = sprintf ( "%02d", $index );
26 ( my $value, my $section, my $size, my $name ) = ( $1, $2, $3, $4 );
27 die "Unrecognised section \"$section\"\n"
28 unless exists $section_idx{$section};
29 my $section_idx = $section_idx{$section};
[all...]
H A Dsymcheck.pl26 my $section = $3;
31 section => ( $section eq "*UND*" ? undef : $section ),
48 section => undef,
67 section => '*ABS*',
79 section => undef,
93 if ( ! defined $info->{section} ) {
95 } elsif ( $info->{section} eq "*COM*" ) {
130 } elsif ( $symtab->{$provide}->{$symbol}->{section}
[all...]
H A Delf2efi.c124 * Align section within PE file
292 * @v section Section
297 asection *section ) {
303 reltab_size = bfd_get_reloc_upper_bound ( bfd, section );
311 numrels = bfd_canonicalize_reloc ( bfd, section, reltab, symtab );
321 * Process section
325 * @v section Section
326 * @ret new New PE section
330 asection *section ) {
334 unsigned long flags = bfd_get_section_flags ( bfd, section );
466 process_reloc( bfd *bfd __attribute__ (( unused )), asection *section, arelent *rel, struct pe_relocs **pe_reltab ) argument
613 struct pe_section *section; local
671 asection *section; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dstack.S9 .section ".stack", "aw", @nobits
H A Dstack16.S9 .section ".stack16", "aw", @nobits
H A Dpatch_cf.S30 .section ".text16", "ax", @progbits
/vbox/src/VBox/Additions/x11/Installer/
H A Dx11config.pl42 my $section = lc($1);
43 if (($section eq "inputdevice") || ($section eq "device"))
47 if ($section eq "serverlayout")
H A Dx11config15sol.pl56 my $section = lc($1);
57 if ($section eq "device")
H A Dx11config15suse.pl75 my $section = lc($1);
77 if (($section eq "inputdevice") || $section eq "device") {
81 if ($section eq "serverlayout")
104 # an input device section for vboxmouse. If it does, we don't
111 # We add vboxmouse to the server layout section ourselves, so
121 # We always add a vboxmouse section at the end for SUSE guests using
H A Dx11config15.pl55 my $section = lc($1);
56 if ($section eq "device") {
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_entry.S28 .section ".text16.data", "aw", @progbits
58 .section ".weak", "a", @nobits
66 .section ".text16.data", "aw", @progbits
110 .section ".text16.null", "ax", @progbits
115 .section ".text16", "ax", @progbits
139 .section ".text16", "ax", @progbits
189 .section ".text16", "ax", @progbits
214 .section ".text16.data", "aw", @progbits
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/core/linux/
H A Dlinux_syscall.S2 .section ".data"
7 .section ".text"
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/transitions/
H A Dlibrm.S40 .section ".data16", "aw", @progbits
92 .section ".text16", "ax", @progbits
142 .section ".text16", "ax", @progbits
170 .section ".text16", "ax", @progbits
210 .section ".text", "ax", @progbits
241 .section ".data16", "aw", @progbits
267 .section ".text", "ax", @progbits
297 .section ".text16", "ax", @progbits
329 .section ".data16", "aw", @progbits
335 .section "
[all...]
H A Dliba20.S39 .section ".text16.early", "awx", @progbits
96 .section ".text16.early", "awx", @progbits
140 .section ".text16.early", "awx", @progbits
166 .section ".text16.early", "awx", @progbits
205 .section ".text16.early", "awx", @progbits
239 .section ".text16.early", "awx", @progbits
282 .section ".text16.early.data", "aw", @progbits
301 .section ".text16.early", "awx", @progbits
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFfsFileStatement.py101 for section in self.SectionList :
106 if isinstance(section, FvImageSection):
107 section.FvAddr = FvChildAddr.pop(0)
108 elif isinstance(section, GuidSection):
109 section.FvAddr = FvChildAddr
110 if FvParentAddr != None and isinstance(section, GuidSection):
111 section.FvParentAddr = FvParentAddr
113 sectList, align = section.GenSection(OutputDir, self.NameGuid, SecIndex, self.KeyStringList, None, Dict)
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/linux/
H A Dlinux_syscall.S2 .section ".data"
7 .section ".text"
H A Dlinuxprefix.S3 .section ".text"
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dgdbstub_test.S3 .section ".data", "aw", @progbits
7 .section ".text", "ax", @progbits

Completed in 95 milliseconds

1234567