fRelocationEntries
if (fRelocationEntries && (addr_t)address >= (addr_t)fBuffer
return fRelocationEntries->PushBack((addr_t*)address);
if (!fRelocationEntries || !fBuffer)
int32 count = fRelocationEntries->Count();
addr_t *entry = fRelocationEntries->ElementAt(i);
delete fRelocationEntries;
fRelocationEntries = new(std::nothrow) RelocationEntryList;
if (!fRelocationEntries)
delete fRelocationEntries;
fRelocationEntries = NULL;
RelocationEntryList *fRelocationEntries;