Home
last modified time | relevance | path

Searched refs:Sect (Results 1 – 25 of 1150) sorted by relevance

12345678910>>...46

/dports/cad/ghdl/ghdl-1.0.0/src/ortho/mcode/
H A Dbinary_file-memory.adb82 if Sect = Sect_Abs then
105 Sect : Section_Acc; variable
111 Sect := Section_Chain;
117 Pow_Align (Seg_Size (Seg), Sect.Align) + Sect.Pc;
119 Sect := Sect.Next;
141 Sect := Section_Chain;
155 Sect.Data (0 .. Sect.Pc - 1);
168 Sect := Sect.Next;
172 Sect := Section_Chain;
195 Sect := Sect.Next;
[all …]
H A Dbinary_file-elf.adb176 Sections (Nbr_Sect) := (Sect => Sect,
247 Sect := Sect.Next;
265 Sect := Sections (I).Sect;
267 Sect.Pc := Pow_Align (Sect.Pc, Sect.Align);
268 Shdr (Sect.Number).Sh_Size := Elf_Size (Sect.Pc);
433 Xwrite (Sect.Name.all'Address, Sect.Name'Length);
440 Xwrite (Sect.Name.all'Address, Sect.Name'Length);
443 Sect := Sect.Next;
459 Sect := Sections (I).Sect;
463 Xwrite (Sect.Data (0)'Address, Natural (Sect.Pc));
[all …]
H A Dbinary_file.adb30 Sect.Data_Max := Size;
32 Sect.Data := To_Byte_Array_Acc (Memsegs.Get_Address (Sect.Seg));
156 if Sect.Pc + L < Sect.Data_Max then
223 Sect := Sect.Next;
240 Sect.Link := Link;
255 Cur_Sect := Sect;
265 return Sect.Pc;
448 Write_32 (Sect, Pc, V + Read_32 (Sect, Pc));
453 Write_Addr (Sect, Pc, V + Read_Addr (Sect, Pc));
936 Sect.Nbr_Relocs := Sect.Nbr_Relocs - 1;
[all …]
H A Dbinary_file-coff.adb33 Sect : Section_Acc; component
47 Sect : Section_Acc; variable
95 Sect := Section_Chain;
100 while Sect /= null loop
111 Sections (N).Sect := Sect;
112 Sect.Number := N;
113 Sect := Sect.Next;
120 if Sections (I).Sect /= null
236 if Sections (I).Sect /= null
306 if Sections (I).Sect /= null
[all …]
H A Dbinary_file-macho.adb69 Sect : Section_Acc; component
77 Sect : Section_Acc; variable
101 Sect := Section_Chain;
103 while Sect /= null loop
105 Sects_Info (Nbr_Sect).Sect := Sect;
106 Sect.Number := Nbr_Sect;
107 Sect := Sect.Next;
117 Sect := Sects_Info (I).Sect;
192 Sect := Sects_Info (I).Sect;
248 Sect := Sects_Info (I).Sect;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpimgreaderelf.pas315 Result := @ex^.Sect;
334 p^.Sect.Size := fs.Size;
437 Sect: PElfSection;
444 SymbolStr:=PDbgImageSectionEx(ps)^.Sect.RawData;
447 SymbolArr64:=PDbgImageSectionEx(p)^.Sect.RawData;
459 Sect := @fElfFile.sections[SectIdx];
460 if Sect^.Address = 0 then
465 Sect^.Address + Sect^.Size);
483 Sect := @fElfFile.sections[SectIdx];
484 if Sect^.Address = 0 then
[all …]
H A Dfpimgreadermacho.pas215 SymbolStr:=PDbgImageSectionEx(ps)^.Sect.RawData;
337 Result := @ex^.Sect;
422 p^.Sect.Size := fs.sec32.size;
427 p^.Sect.Size := fs.sec64.size;
430 p^.Sect.VirtualAddress := 0; // Todo?
438 p^.Sect.Size:=ssize;
439 p^.Sect.VirtualAddress:=0;
447 p^.Sect.Size:=ssize;
448 p^.Sect.VirtualAddress:=0;
626 SymbolStr:=PDbgImageSectionEx(ps)^.Sect.RawData;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpimgreaderelf.pas315 Result := @ex^.Sect;
334 p^.Sect.Size := fs.Size;
437 Sect: PElfSection;
444 SymbolStr:=PDbgImageSectionEx(ps)^.Sect.RawData;
447 SymbolArr64:=PDbgImageSectionEx(p)^.Sect.RawData;
459 Sect := @fElfFile.sections[SectIdx];
460 if Sect^.Address = 0 then
465 Sect^.Address + Sect^.Size);
483 Sect := @fElfFile.sections[SectIdx];
484 if Sect^.Address = 0 then
[all …]
H A Dfpimgreadermacho.pas215 SymbolStr:=PDbgImageSectionEx(ps)^.Sect.RawData;
337 Result := @ex^.Sect;
422 p^.Sect.Size := fs.sec32.size;
427 p^.Sect.Size := fs.sec64.size;
430 p^.Sect.VirtualAddress := 0; // Todo?
438 p^.Sect.Size:=ssize;
439 p^.Sect.VirtualAddress:=0;
447 p^.Sect.Size:=ssize;
448 p^.Sect.VirtualAddress:=0;
626 SymbolStr:=PDbgImageSectionEx(ps)^.Sect.RawData;
[all …]
/dports/editors/lazarus/lazarus/components/fpdebug/
H A Dfpimgreadermacho.pas200 SymbolStr:=PDbgImageSectionEx(ps)^.Sect.RawData;
322 Result := @ex^.Sect;
407 p^.Sect.Size := fs.sec32.size;
412 p^.Sect.Size := fs.sec64.size;
415 p^.Sect.VirtualAddress := 0; // Todo?
423 p^.Sect.Size:=ssize;
424 p^.Sect.VirtualAddress:=0;
432 p^.Sect.Size:=ssize;
433 p^.Sect.VirtualAddress:=0;
611 SymbolStr:=PDbgImageSectionEx(ps)^.Sect.RawData;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/
H A Dfpimgreadermacho.pas200 SymbolStr:=PDbgImageSectionEx(ps)^.Sect.RawData;
322 Result := @ex^.Sect;
407 p^.Sect.Size := fs.sec32.size;
412 p^.Sect.Size := fs.sec64.size;
415 p^.Sect.VirtualAddress := 0; // Todo?
423 p^.Sect.Size:=ssize;
424 p^.Sect.VirtualAddress:=0;
432 p^.Sect.Size:=ssize;
433 p^.Sect.VirtualAddress:=0;
611 SymbolStr:=PDbgImageSectionEx(ps)^.Sect.RawData;
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/link/internal/ld/
H A Ddata.go1509 s.Sect = sect
1549 s.Sect = sect
1570 s.Sect = sect
1589 s.Sect = sect
1648 s.Sect = sect
1691 s.Sect = sect
1704 s.Sect = sect
1793 s.Sect = sect
2326 s.Sect = sectSym.Sect
2356 ctxt.Syms.Lookup("runtime.egcdata", 0).Sect = sym.Sect
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/utils/benchcomp/
H A Dmain.go40 if syms[i].Sect < syms[j].Sect {
43 if syms[i].Sect > syms[j].Sect {
63 if sym.Sect == 0 {
67 if i == len(syms)-1 || syms[i+1].Sect != sym.Sect {
68 nextOffset = f.Sections[sym.Sect-1].Size
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/ld/
H A Ddata.go1370 s.Sect = sect
1417 s.Sect = sect
1428 s.Sect = sect
1447 s.Sect = sect
1466 s.Sect = sect
1541 s.Sect = sect
1592 s.Sect = sect
2107 s.Sect = sect
2337 s.Sect = sectSym.Sect
2370 ctxt.Syms.Lookup("runtime.egcdata", 0).Sect = s.Sect
[all …]
/dports/math/gap/gap-4.11.0/lib/
H A Dtype.gd58 ## (see&nbsp;<Ref Sect="Categories"/>, <Ref Sect="Representation"/>,
59 ## <Ref Sect="Attributes"/>, <Ref Sect="Setter and Tester for Attributes"/>,
60 ## <Ref Sect="Properties"/>, <Ref Sect="Other Filters"/>)
80 ## (see&nbsp;<Ref Sect="Categories"/>), and <C>false</C> otherwise.
101 ## (see&nbsp;<Ref Sect="Representation"/>), and <C>false</C> otherwise.
120 ## (see&nbsp;<Ref Sect="Attributes"/>), and <C>false</C> otherwise.
139 ## (see&nbsp;<Ref Sect="Properties"/>), and <C>false</C> otherwise.
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/GenFds/
H A DGuidSection.py82 for Sect in self.SectionList:
86 if isinstance(Sect, FvImageSection):
88 Sect.FvAddr = self.FvAddr.pop(0)
90 elif isinstance(Sect, GuidSection):
91 Sect.FvAddr = self.FvAddr
92 Sect.FvParentAddr = self.FvParentAddr
93 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D…
94 if isinstance(Sect, GuidSection):
95 if Sect.IncludeFvSection:
96 self.IncludeFvSection = Sect.IncludeFvSection
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DGuidSection.py84 for Sect in self.SectionList:
88 if isinstance(Sect, FvImageSection):
90 Sect.FvAddr = self.FvAddr.pop(0)
92 elif isinstance(Sect, GuidSection):
93 Sect.FvAddr = self.FvAddr
94 Sect.FvParentAddr = self.FvParentAddr
95 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D…
96 if isinstance(Sect, GuidSection):
97 if Sect.IncludeFvSection:
98 self.IncludeFvSection = Sect.IncludeFvSection
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DGuidSection.py84 for Sect in self.SectionList:
88 if isinstance(Sect, FvImageSection):
90 Sect.FvAddr = self.FvAddr.pop(0)
92 elif isinstance(Sect, GuidSection):
93 Sect.FvAddr = self.FvAddr
94 Sect.FvParentAddr = self.FvParentAddr
95 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D…
96 if isinstance(Sect, GuidSection):
97 if Sect.IncludeFvSection:
98 self.IncludeFvSection = Sect.IncludeFvSection
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/GenFds/
H A DGuidSection.py84 for Sect in self.SectionList:
88 if isinstance(Sect, FvImageSection):
90 Sect.FvAddr = self.FvAddr.pop(0)
92 elif isinstance(Sect, GuidSection):
93 Sect.FvAddr = self.FvAddr
94 Sect.FvParentAddr = self.FvParentAddr
95 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D…
96 if isinstance(Sect, GuidSection):
97 if Sect.IncludeFvSection:
98 self.IncludeFvSection = Sect.IncludeFvSection
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/GenFds/
H A DGuidSection.py85 for Sect in self.SectionList:
89 if isinstance(Sect, FvImageSection):
91 Sect.FvAddr = self.FvAddr.pop(0)
93 elif isinstance(Sect, GuidSection):
94 Sect.FvAddr = self.FvAddr
95 Sect.FvParentAddr = self.FvParentAddr
96 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList,FfsInf, Di…
97 if isinstance(Sect, GuidSection):
98 if Sect.IncludeFvSection:
99 self.IncludeFvSection = Sect.IncludeFvSection
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/GenFds/
H A DGuidSection.py84 for Sect in self.SectionList:
88 if isinstance(Sect, FvImageSection):
90 Sect.FvAddr = self.FvAddr.pop(0)
92 elif isinstance(Sect, GuidSection):
93 Sect.FvAddr = self.FvAddr
94 Sect.FvParentAddr = self.FvParentAddr
95 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D…
96 if isinstance(Sect, GuidSection):
97 if Sect.IncludeFvSection:
98 self.IncludeFvSection = Sect.IncludeFvSection
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/GenFds/
H A DGuidSection.py82 for Sect in self.SectionList:
86 if isinstance(Sect, FvImageSection):
88 Sect.FvAddr = self.FvAddr.pop(0)
90 elif isinstance(Sect, GuidSection):
91 Sect.FvAddr = self.FvAddr
92 Sect.FvParentAddr = self.FvParentAddr
93 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D…
94 if isinstance(Sect, GuidSection):
95 if Sect.IncludeFvSection:
96 self.IncludeFvSection = Sect.IncludeFvSection
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/GenFds/
H A DGuidSection.py82 for Sect in self.SectionList:
86 if isinstance(Sect, FvImageSection):
88 Sect.FvAddr = self.FvAddr.pop(0)
90 elif isinstance(Sect, GuidSection):
91 Sect.FvAddr = self.FvAddr
92 Sect.FvParentAddr = self.FvParentAddr
93 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D…
94 if isinstance(Sect, GuidSection):
95 if Sect.IncludeFvSection:
96 self.IncludeFvSection = Sect.IncludeFvSection
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/GenFds/
H A DGuidSection.py84 for Sect in self.SectionList:
88 if isinstance(Sect, FvImageSection):
90 Sect.FvAddr = self.FvAddr.pop(0)
92 elif isinstance(Sect, GuidSection):
93 Sect.FvAddr = self.FvAddr
94 Sect.FvParentAddr = self.FvParentAddr
95 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D…
96 if isinstance(Sect, GuidSection):
97 if Sect.IncludeFvSection:
98 self.IncludeFvSection = Sect.IncludeFvSection
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DGuidSection.py84 for Sect in self.SectionList:
88 if isinstance(Sect, FvImageSection):
90 Sect.FvAddr = self.FvAddr.pop(0)
92 elif isinstance(Sect, GuidSection):
93 Sect.FvAddr = self.FvAddr
94 Sect.FvParentAddr = self.FvParentAddr
95 …ReturnSectList, align = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, D…
96 if isinstance(Sect, GuidSection):
97 if Sect.IncludeFvSection:
98 self.IncludeFvSection = Sect.IncludeFvSection

12345678910>>...46