Home | History | Annotate | Download | only in LD

Lines Matching refs:Input

71   Input::Type fileType(void* pELFHeader) const;
74 bool readSectionHeaders(Input& pInput, void* pELFHeader) const;
77 bool readRegularSection(Input& pInput, SectionData& pSD) const;
80 bool readSymbols(Input& pInput,
85 /// readSignature - read a symbol from the given Input and index in symtab
87 ResolveInfo* readSignature(Input& pInput,
92 bool readRela(Input& pInput,
97 bool readRel(Input& pInput,
101 /// readDynamic - read ELF .dynamic in input dynobj
102 bool readDynamic(Input& pInput) const;
138 Input::Type fileType(void* pELFHeader) const;
141 bool readSectionHeaders(Input& pInput, void* pELFHeader) const;
144 bool readRegularSection(Input& pInput, SectionData& pSD) const;
147 bool readSymbols(Input& pInput,
152 /// readSignature - read a symbol from the given Input and index in symtab
154 ResolveInfo* readSignature(Input& pInput,
159 bool readRela(Input& pInput,
164 bool readRel(Input& pInput,
168 /// readDynamic - read ELF .dynamic in input dynobj
169 bool readDynamic(Input& pInput) const;