/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/ |
a.out.h | 118 #define SEGMENT_SIZE page_size 121 #define SEGMENT_SIZE 0x2000 125 #define SEGMENT_SIZE 0x20000 130 #define SEGMENT_SIZE PAGE_SIZE 136 #define SEGMENT_SIZE 1024 139 #ifndef SEGMENT_SIZE 140 #define SEGMENT_SIZE getpagesize() 145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include-fixed/linux/ |
a.out.h | 118 #define SEGMENT_SIZE page_size 121 #define SEGMENT_SIZE 0x2000 125 #define SEGMENT_SIZE 0x20000 130 #define SEGMENT_SIZE PAGE_SIZE 136 #define SEGMENT_SIZE 1024 139 #ifndef SEGMENT_SIZE 140 #define SEGMENT_SIZE getpagesize() 145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/toolchain/binutils/binutils-2.27/ld/emulparams/ |
tic80coff.sh | 45 # SEGMENT_SIZE= 47 # If SEGMENT_SIZE is not defined, the genscripts.sh script uses this
|
elf64ppc.sh | 7 #SEGMENT_SIZE=0x10000000
|
/toolchain/binutils/binutils-2.27/bfd/ |
host-aout.c | 49 #define SEGMENT_SIZE HOST_SEGMENT_SIZE 51 #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
armnetbsd.c | 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
hp300bsd.c | 26 #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
i386freebsd.c | 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
i386netbsd.c | 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
m88kmach3.c | 22 #define SEGMENT_SIZE 0x20000
|
vax1knetbsd.c | 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
vaxbsd.c | 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
vaxnetbsd.c | 25 #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
pc532-mach.c | 46 #define SEGMENT_SIZE TARGET_PAGE_SIZE 48 #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
i386bsd.c | 34 #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
newsos3.c | 22 #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
ns32knetbsd.c | 25 #define SEGMENT_SIZE 4096
|
/external/vboot_reference/futility/ |
kernel_blob.h | 32 uint64_t segment_size; member in struct:linux_kernel_e820entry
|
/system/core/libunwindstack/include/unwindstack/ |
DwarfStructs.h | 30 uint8_t segment_size = 0; member in struct:unwindstack::DwarfCie
|
DwarfSection.h | 159 bool GetCieInfo(uint8_t* segment_size, uint8_t* encoding); 161 bool AddFdeInfo(uint64_t entry_offset, uint8_t segment_size, uint8_t encoding);
|
/system/core/libunwindstack/ |
DwarfSection.cpp | 358 if (!memory_.ReadBytes(&cie->segment_size, 1)) { 518 if (cie->segment_size != 0) { 520 cur_offset += cie->segment_size; 617 bool DwarfSectionImpl<AddressType>::GetCieInfo(uint8_t* segment_size, uint8_t* encoding) { 645 if (!memory_.ReadBytes(segment_size, 1)) { 651 *segment_size = 0; 733 bool DwarfSectionImpl<AddressType>::AddFdeInfo(uint64_t entry_offset, uint8_t segment_size, 735 if (segment_size != 0) { 770 uint8_t segment_size; local 802 if (!GetCieInfo(&segment_size, &address_encoding)) [all...] |
/external/google-breakpad/src/common/linux/ |
elfutils.h | 99 // and |*segment_size| to the size of the segment's data. If |elfclass| 104 size_t *segment_size,
|
/toolchain/binutils/binutils-2.27/include/aout/ |
hp.h | 79 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec))) 81 #define SEGMENT_SIZE 0x1000
|
/external/kernel-headers/original/uapi/linux/ |
a.out.h | 121 #define SEGMENT_SIZE 1024 123 #ifndef SEGMENT_SIZE 125 #define SEGMENT_SIZE getpagesize() 130 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
|
/external/libtextclassifier/util/memory/ |
mmap.h | 109 MmapHandle MmapFile(int fd, int64 segment_offset, int64 segment_size); 124 ScopedMmap(int fd, int segment_offset, int segment_size) 125 : handle_(MmapFile(fd, segment_offset, segment_size)) {}
|