OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:section_64
(Results
1 - 15
of
15
) sorted by null
/external/google-breakpad/src/common/mac/
macho_utilities.h
80
void breakpad_swap_section_64(struct
section_64
*s,
macho_utilities.cc
74
void breakpad_swap_section_64(struct
section_64
*s,
macho_id.cc
308
struct
section_64
sec64;
323
offset += sizeof(struct
section_64
);
/external/llvm/lib/Object/
MachOObjectFile.cpp
76
unsigned SectionSize = Is64 ? sizeof(MachO::
section_64
) :
157
MachO::
section_64
Sect = O->getSection64(Sec);
215
Obj->is64Bit() ? sizeof(MachO::
section_64
) : sizeof(MachO::section);
497
MachO::
section_64
Sect = getSection64(Sec);
523
MachO::
section_64
Sect = getSection64(Sec);
539
MachO::
section_64
Sect = getSection64(Sec);
590
MachO::
section_64
Sect = getSection64(Sec);
[
all
...]
/external/llvm/include/llvm/Support/
MachO.h
148
// llvm::MachO::
section_64
159
// llvm::MachO::
section_64
(mask "flags" with SECTION_TYPE)
220
// llvm::MachO::
section_64
(mask "flags" with SECTION_ATTRIBUTES_USR)
242
// llvm::MachO::
section_64
(mask "flags" with SECTION_ATTRIBUTES_SYS)
602
struct
section_64
{
struct
1057
inline void swapStruct(
section_64
§) {
[
all
...]
/external/llvm/include/llvm/Object/
MachO.h
331
MachO::
section_64
getSection64(DataRefImpl DRI) const;
333
MachO::
section_64
getSection64(const LoadCommandInfo &L,unsigned Index) const;
/external/llvm/lib/MC/
MachObjectWriter.cpp
170
NumSections * (is64Bit() ? sizeof(MachO::
section_64
) :
211
// struct
section_64
(80 bytes)
238
(is64Bit() ? sizeof(MachO::
section_64
) : sizeof(MachO::section)));
721
sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::
section_64
):
[
all
...]
/external/llvm/tools/dsymutil/
MachOUtils.cpp
209
static MachO::
section_64
311
NumSections * sizeof(MachO::
section_64
);
/external/llvm/tools/llvm-size/
llvm-size.cpp
141
MachO::
section_64
Sec = MachO->getSection64(Load, J);
201
MachO::
section_64
Sec = MachO->getSection64(Load, J);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c
143
struct
section_64
s;
155
memcpy(&s, seg_buf, sizeof(struct
section_64
));
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
320
MachO::
section_64
Sect = Obj->getSection64(Sec);
/external/valgrind/coregrind/m_ume/
macho.c
67
#define SECTION
section_64
/external/llvm/tools/llvm-objdump/
MachODump.cpp
366
MachO::
section_64
Sec = O->getSection64(Load, J);
756
const MachO::
section_64
Sec = O->getSection64(Ref);
845
const MachO::
section_64
Sec = O->getSection64(Ref);
[
all
...]
/external/valgrind/coregrind/m_debuginfo/
readmacho.c
77
# define SECTION
section_64
[
all
...]
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
dump_syms_i386_breakpad.sym
[
all
...]
Completed in 829 milliseconds