Home
last modified time | relevance | path

Searched refs:sh32 (Results 1 – 25 of 121) sorted by relevance

12345

/dports/devel/bsdelf/elftoolchain-0.7.1/libelf/
H A Dgelf_shdr.c54 Elf32_Shdr *sh32; in gelf_getshdr() local
69 sh32 = (Elf32_Shdr *) sh; in gelf_getshdr()
71 d->sh_name = sh32->sh_name; in gelf_getshdr()
72 d->sh_type = sh32->sh_type; in gelf_getshdr()
77 d->sh_link = sh32->sh_link; in gelf_getshdr()
94 Elf32_Shdr *sh32; in gelf_update_shdr() local
116 sh32 = &scn->s_shdr.s_shdr32; in gelf_update_shdr()
118 sh32->sh_name = s->sh_name; in gelf_update_shdr()
119 sh32->sh_type = s->sh_type; in gelf_update_shdr()
124 sh32->sh_link = s->sh_link; in gelf_update_shdr()
[all …]
/dports/ports-mgmt/pkg/pkg-1.17.5/external/libelf/
H A Dgelf_shdr.c55 Elf32_Shdr *sh32; in gelf_getshdr() local
70 sh32 = (Elf32_Shdr *) sh; in gelf_getshdr()
72 d->sh_name = sh32->sh_name; in gelf_getshdr()
73 d->sh_type = sh32->sh_type; in gelf_getshdr()
78 d->sh_link = sh32->sh_link; in gelf_getshdr()
95 Elf32_Shdr *sh32; in gelf_update_shdr() local
117 sh32 = &scn->s_shdr.s_shdr32; in gelf_update_shdr()
119 sh32->sh_name = s->sh_name; in gelf_update_shdr()
120 sh32->sh_type = s->sh_type; in gelf_update_shdr()
125 sh32->sh_link = s->sh_link; in gelf_update_shdr()
[all …]
/dports/devel/elftoolchain/elftoolchain-0.7.1/libelf/
H A Dgelf_shdr.c54 Elf32_Shdr *sh32; in gelf_getshdr() local
69 sh32 = (Elf32_Shdr *) sh; in gelf_getshdr()
71 d->sh_name = sh32->sh_name; in gelf_getshdr()
72 d->sh_type = sh32->sh_type; in gelf_getshdr()
77 d->sh_link = sh32->sh_link; in gelf_getshdr()
94 Elf32_Shdr *sh32; in gelf_update_shdr() local
116 sh32 = &scn->s_shdr.s_shdr32; in gelf_update_shdr()
118 sh32->sh_name = s->sh_name; in gelf_update_shdr()
119 sh32->sh_type = s->sh_type; in gelf_update_shdr()
124 sh32->sh_link = s->sh_link; in gelf_update_shdr()
[all …]
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/inc/
H A Dsh32.mk20 sh32: run
23 build: $(SRC)/sh32.f90
24 -$(RM) sh32.$(EXESUFFIX) core *.d *.mod FOR*.DAT FTN* ftn* fort.*
27 -$(FC) -c $(FFLAGS) $(LDFLAGS) $(SRC)/sh32.f90 -o sh32.$(OBJX)
28 -$(FC) $(FFLAGS) $(LDFLAGS) sh32.$(OBJX) check.$(OBJX) $(LIBS) -o sh32.$(EXESUFFIX)
32 @echo ------------------------------------ executing test sh32
33 sh32.$(EXESUFFIX)
37 sh32.run: run
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/debug/macho/
H A Dfile.go338 var sh32 Section32
339 if err := binary.Read(b, bo, &sh32); err != nil {
343 sh.Name = cstring(sh32.Name[0:])
344 sh.Seg = cstring(sh32.Seg[0:])
345 sh.Addr = uint64(sh32.Addr)
346 sh.Size = uint64(sh32.Size)
347 sh.Offset = sh32.Offset
348 sh.Align = sh32.Align
349 sh.Reloff = sh32.Reloff
350 sh.Nreloc = sh32.Nreloc
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/debug/macho/
H A Dfile.go349 var sh32 Section32
350 if err := binary.Read(b, bo, &sh32); err != nil {
354 sh.Name = cstring(sh32.Name[0:])
355 sh.Seg = cstring(sh32.Seg[0:])
356 sh.Addr = uint64(sh32.Addr)
357 sh.Size = uint64(sh32.Size)
358 sh.Offset = sh32.Offset
359 sh.Align = sh32.Align
360 sh.Reloff = sh32.Reloff
361 sh.Nreloc = sh32.Nreloc
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgo/go/debug/macho/
H A Dfile.go333 var sh32 Section32
334 if err := binary.Read(b, bo, &sh32); err != nil {
338 sh.Name = cstring(sh32.Name[0:])
339 sh.Seg = cstring(sh32.Seg[0:])
340 sh.Addr = uint64(sh32.Addr)
341 sh.Size = uint64(sh32.Size)
342 sh.Offset = sh32.Offset
343 sh.Align = sh32.Align
344 sh.Reloff = sh32.Reloff
345 sh.Nreloc = sh32.Nreloc
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/debug/macho/
H A Dfile.go338 var sh32 Section32
339 if err := binary.Read(b, bo, &sh32); err != nil {
343 sh.Name = cstring(sh32.Name[0:])
344 sh.Seg = cstring(sh32.Seg[0:])
345 sh.Addr = uint64(sh32.Addr)
346 sh.Size = uint64(sh32.Size)
347 sh.Offset = sh32.Offset
348 sh.Align = sh32.Align
349 sh.Reloff = sh32.Reloff
350 sh.Nreloc = sh32.Nreloc
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/debug/macho/
H A Dfile.go333 var sh32 Section32
334 if err := binary.Read(b, bo, &sh32); err != nil {
338 sh.Name = cstring(sh32.Name[0:])
339 sh.Seg = cstring(sh32.Seg[0:])
340 sh.Addr = uint64(sh32.Addr)
341 sh.Size = uint64(sh32.Size)
342 sh.Offset = sh32.Offset
343 sh.Align = sh32.Align
344 sh.Reloff = sh32.Reloff
345 sh.Nreloc = sh32.Nreloc
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/debug/macho/
H A Dfile.go338 var sh32 Section32
339 if err := binary.Read(b, bo, &sh32); err != nil {
343 sh.Name = cstring(sh32.Name[0:])
344 sh.Seg = cstring(sh32.Seg[0:])
345 sh.Addr = uint64(sh32.Addr)
346 sh.Size = uint64(sh32.Size)
347 sh.Offset = sh32.Offset
348 sh.Align = sh32.Align
349 sh.Reloff = sh32.Reloff
350 sh.Nreloc = sh32.Nreloc
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/debug/macho/
H A Dfile.go331 var sh32 Section32
332 if err := binary.Read(b, bo, &sh32); err != nil {
336 sh.Name = cstring(sh32.Name[0:])
337 sh.Seg = cstring(sh32.Seg[0:])
338 sh.Addr = uint64(sh32.Addr)
339 sh.Size = uint64(sh32.Size)
340 sh.Offset = sh32.Offset
341 sh.Align = sh32.Align
342 sh.Reloff = sh32.Reloff
343 sh.Nreloc = sh32.Nreloc
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/debug/macho/
H A Dfile.go338 var sh32 Section32
339 if err := binary.Read(b, bo, &sh32); err != nil {
343 sh.Name = cstring(sh32.Name[0:])
344 sh.Seg = cstring(sh32.Seg[0:])
345 sh.Addr = uint64(sh32.Addr)
346 sh.Size = uint64(sh32.Size)
347 sh.Offset = sh32.Offset
348 sh.Align = sh32.Align
349 sh.Reloff = sh32.Reloff
350 sh.Nreloc = sh32.Nreloc
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/debug/macho/
H A Dfile.go384 var sh32 Section32
385 if err := binary.Read(b, bo, &sh32); err != nil {
389 sh.Name = cstring(sh32.Name[0:])
390 sh.Seg = cstring(sh32.Seg[0:])
391 sh.Addr = uint64(sh32.Addr)
392 sh.Size = uint64(sh32.Size)
393 sh.Offset = sh32.Offset
394 sh.Align = sh32.Align
395 sh.Reloff = sh32.Reloff
396 sh.Nreloc = sh32.Nreloc
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/debug/macho/
H A Dfile.go382 var sh32 Section32
383 if err := binary.Read(b, bo, &sh32); err != nil {
387 sh.Name = cstring(sh32.Name[0:])
388 sh.Seg = cstring(sh32.Seg[0:])
389 sh.Addr = uint64(sh32.Addr)
390 sh.Size = uint64(sh32.Size)
391 sh.Offset = sh32.Offset
392 sh.Align = sh32.Align
393 sh.Reloff = sh32.Reloff
394 sh.Nreloc = sh32.Nreloc
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/debug/macho/
H A Dfile.go384 var sh32 Section32
385 if err := binary.Read(b, bo, &sh32); err != nil {
389 sh.Name = cstring(sh32.Name[0:])
390 sh.Seg = cstring(sh32.Seg[0:])
391 sh.Addr = uint64(sh32.Addr)
392 sh.Size = uint64(sh32.Size)
393 sh.Offset = sh32.Offset
394 sh.Align = sh32.Align
395 sh.Reloff = sh32.Reloff
396 sh.Nreloc = sh32.Nreloc
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/debug/macho/
H A Dfile.go382 var sh32 Section32
383 if err := binary.Read(b, bo, &sh32); err != nil {
387 sh.Name = cstring(sh32.Name[0:])
388 sh.Seg = cstring(sh32.Seg[0:])
389 sh.Addr = uint64(sh32.Addr)
390 sh.Size = uint64(sh32.Size)
391 sh.Offset = sh32.Offset
392 sh.Align = sh32.Align
393 sh.Reloff = sh32.Reloff
394 sh.Nreloc = sh32.Nreloc
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/debug/macho/
H A Dfile.go384 var sh32 Section32
385 if err := binary.Read(b, bo, &sh32); err != nil {
389 sh.Name = cstring(sh32.Name[0:])
390 sh.Seg = cstring(sh32.Seg[0:])
391 sh.Addr = uint64(sh32.Addr)
392 sh.Size = uint64(sh32.Size)
393 sh.Offset = sh32.Offset
394 sh.Align = sh32.Align
395 sh.Reloff = sh32.Reloff
396 sh.Nreloc = sh32.Nreloc
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/debug/macho/
H A Dfile.go384 var sh32 Section32
385 if err := binary.Read(b, bo, &sh32); err != nil {
389 sh.Name = cstring(sh32.Name[0:])
390 sh.Seg = cstring(sh32.Seg[0:])
391 sh.Addr = uint64(sh32.Addr)
392 sh.Size = uint64(sh32.Size)
393 sh.Offset = sh32.Offset
394 sh.Align = sh32.Align
395 sh.Reloff = sh32.Reloff
396 sh.Nreloc = sh32.Nreloc
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/debug/macho/
H A Dfile.go382 var sh32 Section32
383 if err := binary.Read(b, bo, &sh32); err != nil {
387 sh.Name = cstring(sh32.Name[0:])
388 sh.Seg = cstring(sh32.Seg[0:])
389 sh.Addr = uint64(sh32.Addr)
390 sh.Size = uint64(sh32.Size)
391 sh.Offset = sh32.Offset
392 sh.Align = sh32.Align
393 sh.Reloff = sh32.Reloff
394 sh.Nreloc = sh32.Nreloc
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/debug/macho/
H A Dfile.go382 var sh32 Section32
383 if err := binary.Read(b, bo, &sh32); err != nil {
387 sh.Name = cstring(sh32.Name[0:])
388 sh.Seg = cstring(sh32.Seg[0:])
389 sh.Addr = uint64(sh32.Addr)
390 sh.Size = uint64(sh32.Size)
391 sh.Offset = sh32.Offset
392 sh.Align = sh32.Align
393 sh.Reloff = sh32.Reloff
394 sh.Nreloc = sh32.Nreloc
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/debug/macho/
H A Dfile.go384 var sh32 Section32
385 if err := binary.Read(b, bo, &sh32); err != nil {
389 sh.Name = cstring(sh32.Name[0:])
390 sh.Seg = cstring(sh32.Seg[0:])
391 sh.Addr = uint64(sh32.Addr)
392 sh.Size = uint64(sh32.Size)
393 sh.Offset = sh32.Offset
394 sh.Align = sh32.Align
395 sh.Reloff = sh32.Reloff
396 sh.Nreloc = sh32.Nreloc
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/debug/macho/
H A Dfile.go382 var sh32 Section32
383 if err := binary.Read(b, bo, &sh32); err != nil {
387 sh.Name = cstring(sh32.Name[0:])
388 sh.Seg = cstring(sh32.Seg[0:])
389 sh.Addr = uint64(sh32.Addr)
390 sh.Size = uint64(sh32.Size)
391 sh.Offset = sh32.Offset
392 sh.Align = sh32.Align
393 sh.Reloff = sh32.Reloff
394 sh.Nreloc = sh32.Nreloc
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/debug/macho/
H A Dfile.go384 var sh32 Section32
385 if err := binary.Read(b, bo, &sh32); err != nil {
389 sh.Name = cstring(sh32.Name[0:])
390 sh.Seg = cstring(sh32.Seg[0:])
391 sh.Addr = uint64(sh32.Addr)
392 sh.Size = uint64(sh32.Size)
393 sh.Offset = sh32.Offset
394 sh.Align = sh32.Align
395 sh.Reloff = sh32.Reloff
396 sh.Nreloc = sh32.Nreloc
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/debug/macho/
H A Dfile.go382 var sh32 Section32
383 if err := binary.Read(b, bo, &sh32); err != nil {
387 sh.Name = cstring(sh32.Name[0:])
388 sh.Seg = cstring(sh32.Seg[0:])
389 sh.Addr = uint64(sh32.Addr)
390 sh.Size = uint64(sh32.Size)
391 sh.Offset = sh32.Offset
392 sh.Align = sh32.Align
393 sh.Reloff = sh32.Reloff
394 sh.Nreloc = sh32.Nreloc
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/debug/macho/
H A Dfile.go384 var sh32 Section32
385 if err := binary.Read(b, bo, &sh32); err != nil {
389 sh.Name = cstring(sh32.Name[0:])
390 sh.Seg = cstring(sh32.Seg[0:])
391 sh.Addr = uint64(sh32.Addr)
392 sh.Size = uint64(sh32.Size)
393 sh.Offset = sh32.Offset
394 sh.Align = sh32.Align
395 sh.Reloff = sh32.Reloff
396 sh.Nreloc = sh32.Nreloc
[all …]

12345