HomeSort by: relevance | last modified time | path
    Searched defs:section_begin (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 424 section_iterator section_begin() const override;
1136 section_iterator ELFObjectFile<ELFT>::section_begin() const { function in class:llvm::object::ELFObjectFile
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 915 section_iterator COFFObjectFile::section_begin() const { function in class:COFFObjectFile
WasmObjectFile.cpp 1736 section_iterator WasmObjectFile::section_begin() const { function in class:WasmObjectFile
XCOFFObjectFile.cpp 421 section_iterator XCOFFObjectFile::section_begin() const { function in class:llvm::object::XCOFFObjectFile
MachOObjectFile.cpp 2540 section_iterator MachOObjectFile::section_begin() const { function in class:MachOObjectFile
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 3843 unsigned char *section_begin; local
3849 for (section_begin = start, num_units = 0; section_begin < end;
3857 SAFE_BYTE_GET_AND_INC (length, section_begin, 4, end);
3860 SAFE_BYTE_GET_AND_INC (length, section_begin, 8, end);
3871 if (length > (size_t) (end - section_begin))
3875 length, end - section_begin, section->name);
3878 section_begin += length;
3943 for (section_begin = start; start < end;)
3955 cu_offset = start - section_begin;
7396 unsigned char *section_begin = start; local
8472 unsigned char *section_begin = start; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 3767 unsigned char *section_begin; local
3773 for (section_begin = start, num_units = 0; section_begin < end;
3781 SAFE_BYTE_GET_AND_INC (length, section_begin, 4, end);
3784 SAFE_BYTE_GET_AND_INC (length, section_begin, 8, end);
3795 if (length > (size_t) (end - section_begin))
3799 length, end - section_begin, section->name);
3802 section_begin += length;
3867 for (section_begin = start; start < end;)
3879 cu_offset = start - section_begin;
7316 unsigned char *section_begin = start; local
8398 unsigned char *section_begin = start; local
    [all...]

Completed in 44 milliseconds