OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectsize
(Results
1 - 9
of
9
) sorted by null
/external/e2fsprogs/lib/ext2fs/
tst_getsectsize.c
30
int
sectsize
;
local
38
retval = ext2fs_get_device_sectsize(argv[1], &
sectsize
);
45
argv[1],
sectsize
);
getsectsize.c
39
errcode_t ext2fs_get_device_sectsize(const char *file, int *
sectsize
)
52
if (ioctl(fd, BLKSSZGET,
sectsize
) >= 0) {
57
*
sectsize
= 0;
ext2fs.h
944
errcode_t ext2fs_get_device_sectsize(const char *file, int *
sectsize
);
[
all
...]
/external/llvm/tools/llvm-objdump/
MachODump.cpp
111
uint64_t SectAddr = 0,
SectSize
= 0;
113
Sections[i].getSize(
SectSize
);
116
SectAddr +
SectSize
> Address) {
441
uint64_t
SectSize
;
442
Sections[SectIdx].getSize(
SectSize
);
443
uint64_t End = containsNextSym ? NextSym :
SectSize
;
497
uint64_t
SectSize
= 0, SectAddress = 0;
498
Sections[SectIdx].getSize(
SectSize
);
501
0,
SectSize
,
511
uint64_t
SectSize
= 0
[
all
...]
llvm-objdump.cpp
259
uint64_t
SectSize
;
260
if (error(i->getSize(
SectSize
))) break;
271
End =
SectSize
;
/hardware/ti/omap3/dspbridge/inc/
getsection.h
112
*
sectSize
The actual size of the section in target addressable units
120
extern size_t DLOAD_RoundUpSectionSize(LDR_ADDR
sectSize
);
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-strings
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-strings
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-strings
Completed in 170 milliseconds