search for: strtab

Displaying 20 results from an estimated 53 matches for "strtab".

2019 Oct 07
4
Failed building any Samba version starting with v4.10.0
Removing the "jobs" parameter solved the issue. Thanks a lot Rowland! On Sunday, October 6, 2019, 08:11:50 PM GMT+3, Rowland penny via samba <samba at lists.samba.org> wrote: On 06/10/2019 17:55, Sorin P. via samba wrote: > Resent, missing link > https://app.box.com/s/ywz1983nngqb0snhfwqqg7nbv1eqib5q > > Remove '--jobs=4', it builds then. Rowland
2013 Dec 01
0
[PATCH v2 4/4] efi: PE file size differ from in-memory size
...++---------------------------------- efi/x86_64/syslinux.ld | 4 +- 3 files changed, 45 insertions(+), 101 deletions(-) diff --git a/efi/i386/syslinux.ld b/efi/i386/syslinux.ld index 523a9b9..bab3fc7 100644 --- a/efi/i386/syslinux.ld +++ b/efi/i386/syslinux.ld @@ -136,7 +136,7 @@ SECTIONS *(.strtab) } - .bss : { + .bss (NOLOAD) : { /* the EFI loader doesn't seem to like a .bss section, so we stick it all into .data: */ __bss_start = .; @@ -153,7 +153,7 @@ SECTIONS __bss_dwords = (__bss_len + 3) >> 2; . = ALIGN(128); - + /* Very large objects which don't...
2013 Nov 27
0
[PATCH 4/4] efi: PE file size differ from in-memory size
...++---------------------------------- efi/x86_64/syslinux.ld | 4 +- 3 files changed, 45 insertions(+), 101 deletions(-) diff --git a/efi/i386/syslinux.ld b/efi/i386/syslinux.ld index 523a9b9..bab3fc7 100644 --- a/efi/i386/syslinux.ld +++ b/efi/i386/syslinux.ld @@ -136,7 +136,7 @@ SECTIONS *(.strtab) } - .bss : { + .bss (NOLOAD) : { /* the EFI loader doesn't seem to like a .bss section, so we stick it all into .data: */ __bss_start = .; @@ -153,7 +153,7 @@ SECTIONS __bss_dwords = (__bss_len + 3) >> 2; . = ALIGN(128); - + /* Very large objects which don't...
2019 Oct 30
1
Failed building any Samba version starting with v4.10.0
...ke > >> > >> [1478/4252] Linking bin/default/auth/libcommon-auth-samba4.so > >> /usr/bin/ld: > >> /home/pi/samba-4.11.0/bin/default/source4/lib/messaging/libMES > >> SAGING-SEND-samba4.so: > >> invalid string offset 1094 >= 1071 for section `.strtab' > >> > >> [1978/4252] Linking bin/default/source3/libsamba-passdb.so > >> /usr/bin/ld: > >> > /home/pi/samba-4.11.0/bin/default/source3/libsmbldaphelper-samba4.so: > >> invalid string offset 2623 >= 1809 for section `.strtab' > >&gt...
2019 Apr 02
2
Make/Build Error on armhf
...aspbian stretch which ends in an error: [1924/4121] Compiling source3/rpc_client/rpc_transport_np.c [1925/4121] Linking bin/default/source3/libmsrpc3-samba4.so /usr/bin/ld: /install/samba-4.10.0/bin/default/source3/libutil-cmdline-samba4.so: invalid string offset 3888 >= 3489 for section `.strtab' /usr/bin/ld: /install/samba-4.10.0/bin/default/source3/libutil-cmdline-samba4.so: invalid string offset 4007 >= 3489 for section `.strtab' /usr/bin/ld: /install/samba-4.10.0/bin/default/source3/libutil-cmdline-samba4.so: invalid string offset 3899 >= 3489 for section `.strtab'...
2019 Oct 21
0
Failed building any Samba version starting with v4.10.0
...> > In my case I'm seeing build output like > > [1478/4252] Linking bin/default/auth/libcommon-auth-samba4.so > /usr/bin/ld: > /home/pi/samba-4.11.0/bin/default/source4/lib/messaging/libMES > SAGING-SEND-samba4.so: > invalid string offset 1094 >= 1071 for section `.strtab' > > [1978/4252] Linking bin/default/source3/libsamba-passdb.so > /usr/bin/ld: > /home/pi/samba-4.11.0/bin/default/source3/libsmbldaphelper-samba4.so: > invalid string offset 2623 >= 1809 for section `.strtab' > /usr/bin/ld: > /home/pi/samba-4.11.0/bin/default/sourc...
2013 Nov 27
20
[PATCH 0/4] efi: PE header generation fix
The PE headers of the generated efi file were quite buggy. And since OVMF perform a few consistency checks, syslinux was unable to run on it. I don't pretend to have a thorough understanding of the PE+ headers, some bugs may remain. :) Celelibi (4): efi: Fix PE header field rva_and_sizes_nr efi: Location, size and alignment of .text section efi: Useless relocations in PE file efi: PE
2019 Apr 02
2
Make/Build Error on armhf
...an a Samba problem. The simplest situation I could find was *messaging_send.c.1.o and *unix_privs.c.73.o linked into *libMESSAGING-SEND-samba4.so***, and as soon as something is linked against that .so against something else it always results in invalid string offset 1222 >= 1174 for section `.strtab****** See below how these three objects are build and when it fails the first time. regards, Norbert [1456/4250] Compiling source4/lib/messaging/messaging_send.c 13:16:15 runner ['/usr/bin/gcc', '-D_SAMBA_BUILD_=4', '-DHAVE_CONFIG_H=1', '-MMD', '-D_GNU_SOURCE=...
2019 Oct 29
1
Failed building any Samba version starting with v4.10.0
...I'm seeing build output like >> >> [1478/4252] Linking bin/default/auth/libcommon-auth-samba4.so >> /usr/bin/ld: >> /home/pi/samba-4.11.0/bin/default/source4/lib/messaging/libMES >> SAGING-SEND-samba4.so: >> invalid string offset 1094 >= 1071 for section `.strtab' >> >> [1978/4252] Linking bin/default/source3/libsamba-passdb.so >> /usr/bin/ld: >> /home/pi/samba-4.11.0/bin/default/source3/libsmbldaphelper-samba4.so: >> invalid string offset 2623 >= 1809 for section `.strtab' >> /usr/bin/ld: >> /home/pi/sam...
2020 Nov 04
3
Fragmented DWARF
...FILE SIZE VM SIZE > -------------- -------------- > 41.1% 2.64Mi 0.0% 0 .debug_info > 24.9% 1.60Mi 0.0% 0 .debug_str > 12.6% 827Ki 0.0% 0 .debug_line > 6.5% 428Ki 63.8% 428Ki .text > 4.8% 317Ki 0.0% 0 .strtab > 3.4% 223Ki 0.0% 0 .debug_ranges > 2.0% 133Ki 19.8% 133Ki .eh_frame > 1.7% 110Ki 0.0% 0 .symtab > 1.2% 77.6Ki 0.0% 0 .debug_abbrev > > b) > > FILE SIZE VM SIZE > -------------- -------------- >...
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
...<VERSION op0=2> >> <COMDAT op0=0 ...> ; name = foo >> <FUNCTION op0=0 ...> ; name = foo >> <GLOBALVAR op0=4 ...> ; name = bar >> <ALIAS op0=8 ...> ; name = baz >> ; function bodies, etc. >> </MODULE_BLOCK> >> <STRTAB_BLOCK> >> <STRTAB_BLOB blob="foo\0bar\0baz\0"> >> </STRTAB_BLOCK> >> >> >> Why is the string table after the module instead of before? >> > > For implementation simplicity. The idea is that the BitcodeWriter would > have a memb...
2019 Apr 02
0
Make/Build Error on armhf
...an a Samba problem. The simplest situation I could find was *messaging_send.c.1.o and *unix_privs.c.73.o linked into *libMESSAGING-SEND-samba4.so***, and as soon as something is linked against that .so against something else it always results in invalid string offset 1222 >= 1174 for section `.strtab****** See below how these three objects are build and when it fails the first time. regards, Norbert [1456/4250] Compiling source4/lib/messaging/messaging_send.c 13:16:15 runner ['/usr/bin/gcc', '-D_SAMBA_BUILD_=4', '-DHAVE_CONFIG_H=1', '-MMD', '-D_GNU_SOURCE=...
2019 Apr 04
0
Make/Build Error on armhf
...an a Samba problem. The simplest situation I could find was *messaging_send.c.1.o and *unix_privs.c.73.o linked into *libMESSAGING-SEND-samba4.so***, and as soon as something is linked against that .so against something else it always results in invalid string offset 1222 >= 1174 for section `.strtab****** See below how these three objects are build and when it fails the first time. regards, Norbert [1456/4250] Compiling source4/lib/messaging/messaging_send.c 13:16:15 runner ['/usr/bin/gcc', '-D_SAMBA_BUILD_=4', '-DHAVE_CONFIG_H=1', '-MMD', '-D_GNU_SOURCE=...
2007 Aug 02
4
[PATCH][ELF] Correct space calculation for symtab when BSD_SYMTAB=yes
Hi! If there is a string table for section headers, it also gets loaded. Therefore take it into account in size calculation for kernel symtab. Also there is no need to call elf_set_verbose() a second time after elf_init() (First call happens within elf_init()). Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Keir: Can you also apply changeset 15672 and this patch to Xen
2003 Jan 07
1
klibc-0.72 released
This adds [f]getc() and fgets() for parsing config files. Probably hard to avoid. Still trying to decide if I actually want to add system() or not. -hpa
2020 Jul 08
2
llvm-objdump print file offset
...m-readelf.exe -S C:\Work\TempWork\bar.o There are 12 section headers, starting at offset 0x208: Section Headers: [Nr] Name Type Address Off Size ES Flg Lk Inf Al [ 0] NULL 0000000000000000 000000 000000 00 0 0 0 [ 1] .strtab STRTAB 0000000000000000 000198 000070 00 0 0 1 ... It produces GNU readelf-style output, but this won't show you LMA output (and there is no option to do so I'm afraid). Hope that helps, James On Tue, 7 Jul 2020 at 18:22, Oza, Hiral via llvm-dev <llvm-dev...
2020 Jul 07
2
llvm-objdump print file offset
Hello, $ objdump -h # displays info about all below sections.... Sections: Idx Name Size VMA LMA File off Algn While, $ llvm-objdump -h # only displays subset of info... Sections: Idx Name Size Address Type Using '--show-lma' could get VMA and LMA details. Can you suggest options to print 'File off' and
2019 Apr 05
0
Make/Build Error on armhf
...saging_send.c.1.o and > > *unix_privs.c.73.o linked into > *libMESSAGING-SEND-samba4.so***, and as > > soon as something is linked against that .so against > something else it > > always results in > > > > invalid string offset 1222 >= 1174 for section `.strtab****** > > > > See below how these three objects are build and when it fails the > > first time. > > > > regards, > > Norbert > > > > [1456/4250] Compiling source4/lib/messaging/messaging_send.c > > 13:16:15 runner ['/usr/bin/gcc', &g...
2019 Mar 19
2
AArch64 tests failing
...LLVM :: tools/llvm-objcopy/ELF/binary-output-empty.test LLVM :: tools/llvm-objcopy/ELF/binary-remove-all-but-one.test LLVM :: tools/llvm-objcopy/ELF/binary-remove-end.test LLVM :: tools/llvm-objcopy/ELF/binary-remove-middle.test LLVM :: tools/llvm-objcopy/ELF/dynsym-error-remove-strtab.test LLVM :: tools/llvm-objcopy/ELF/explicit-keep-remove.test LLVM :: tools/llvm-objcopy/ELF/explicit-only-section-remove.test LLVM :: tools/llvm-objcopy/ELF/group-big-endian.test LLVM :: tools/llvm-objcopy/ELF/group-unchanged.test LLVM :: tools/llvm-objcopy/ELF/group.test L...
2007 Apr 18
1
[PATCH 0/2] Use a single loader for i386 and x86_64
...ehdr, unsigned long mem, + unsigned long *pgdir_addr, + const char *initrd, unsigned long *ird_size, + unsigned long *page_offset) +{ +#ifdef CONFIG_X86_64 + void *addr; + Elf64_Phdr phdr[ehdr->e_phnum]; + unsigned int i; + Elf64_Shdr sec[ehdr->e_shnum]; + Elf64_Sym *syms; + char *strtab = NULL; + unsigned long nsyms = 0; + + /* Sanity checks. */ + if (ehdr->e_type != ET_EXEC + || ehdr->e_machine != EM_X86_64 + || ehdr->e_phentsize != sizeof(Elf64_Phdr) + || ehdr->e_phnum < 1 || ehdr->e_phnum > 65536U/sizeof(Elf64_Phdr)) + errx(1, "Malformed e...