search for: 000198

Displaying 3 results from an estimated 3 matches for "000198".

Did you mean: 000197
2012 May 03
1
mysql-bin files - filling up the space.
...erver. what these files are? some exists with very old time stamps. such as February 2012. can these be deleted? This Number Starts From -----------------------mysql-bin.000001 -rw-rw---- 1 mysql mysql 159M Apr 25 12:24 mysql-bin.000197 -rw-rw---- 1 mysql mysql 5M Apr 26 00:00 mysql-bin.000198 -rw-rw---- 1 mysql mysql 8.1M Apr 27 00:00 mysql-bin.000200 -rw-rw---- 1 mysql mysql 125M MAY 27 20:29 mysql-bin.000230 Prabh S. Mavi
2020 Jul 08
2
llvm-objdump print file offset
...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 at lists.llvm.org<mailto:llvm-dev at lists.llvm...
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