HomeSort by relevance Sort by last modified time
    Searched full:sectiondata (Results 276 - 300 of 313) sorted by null

<<111213

  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 15 #include "mcld/LD/SectionData.h"
ELFReader.cpp 15 #include "mcld/LD/SectionData.h"
55 SectionData& pSD) const {
555 SectionData& pSD) const {
    [all...]
GarbageCollection.cpp 17 #include "mcld/LD/SectionData.h"
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 804 // sectionData gets the data for s, checks its size, and
806 sectionData := func(i int, s *Section) ([]byte, error) {
842 b, err := sectionData(i, s)
857 b, err := sectionData(i, s)
  /prebuilts/go/linux-x86/src/debug/elf/
file.go 804 // sectionData gets the data for s, checks its size, and
806 sectionData := func(i int, s *Section) ([]byte, error) {
842 b, err := sectionData(i, s)
857 b, err := sectionData(i, s)
  /external/elfutils/libdw/
libdwP.h 148 Elf_Data *sectiondata[IDX_last]; member in struct:Dwarf
341 .addr = ((char *) fromcu->dbg->sectiondata[cu_sec_idx (fromcu)]->d_buf \
610 Elf_Data *data = dbg->sectiondata[sec_index];
dwarf_getlocation.c 775 const Elf_Data *d = attr->cu->dbg->sectiondata[IDX_debug_loc];
856 const Elf_Data *d = attr->cu->dbg->sectiondata[IDX_debug_loc];
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 636 StringRef *SectionData =
667 if (SectionData) {
668 *SectionData = data;
  /external/aac/libAACenc/src/
qc_data.h 171 SECTION_DATA sectionData;
aacenc.h 153 AAC_ENC_WRITE_SEC_ERROR = 0x4200, /*!< Error writing sectionData. */
  /external/elfutils/libdwfl/
cu.c 174 if (unlikely (cuoff + 4 >= mod->dw->sectiondata[IDX_debug_info]->d_size))
  /frameworks/compile/mclinker/lib/Script/
Operand.cpp 13 #include "mcld/LD/SectionData.h"
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 486 if (opts::SectionData) {
492 W.printBinaryBlock("SectionData", Data);
COFFDumper.cpp 789 if (opts::SectionData &&
794 W.printBinaryBlock("SectionData", Data);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) {
538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) {
MipsRelocator.cpp 492 // Get or create corresponding BSS SectionData
493 SectionData* bssData = bssSectHdr->hasSectionData()
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 281 SectionData::FragmentListType& frag_list =
298 SectionData::iterator cur_iter(exist_cie);
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 372 SectionData* text_data = builder.CreateSectionData(*text);
414 SectionData* attr_data = builder.CreateSectionData(*attr);
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 51 @ CHECK: SectionData (
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
qc_main.c 359 &qcOutChannel[ch].sectionData);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 116 // get or create corresponding BSS SectionData
117 SectionData* bss_data = NULL;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 418 // get or create corresponding BSS SectionData
420 SectionData* bss_section = NULL;
  /external/elfutils/src/
readelf.c     [all...]
  /external/llvm/test/MC/ELF/
cfi.s 236 // CHECK-NEXT: SectionData (
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 382 // TODO: add SectionData for .dynamic section, and then we can get the correct
    [all...]

Completed in 403 milliseconds

<<111213