Symbol: section
headers/posix/arpa/nameser.h
143
#define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
headers/private/debugger/elf/ElfFile.h
137
void PutSection(ElfSection* section);
headers/private/package/hpkg/ReaderImplBase.h
136
status_t InitSection(PackageFileSection& section,
headers/private/package/hpkg/ReaderImplBase.h
140
status_t PrepareSection(PackageFileSection& section);
headers/private/package/hpkg/ReaderImplBase.h
158
status_t ReadSection(const PackageFileSection& section);
headers/private/package/hpkg/ReaderImplBase.h
167
inline void SetCurrentSection(PackageFileSection* section);
headers/private/package/hpkg/ReaderImplBase.h
221
BHPKGPackageSectionID section;
headers/private/package/hpkg/ReaderImplBase.h
230
BHPKGPackageSectionID section,
headers/private/package/hpkg/ReaderImplBase.h
236
BHPKGPackageSectionID section,
headers/private/package/hpkg/ReaderImplBase.h
560
ReaderImplBase::SetCurrentSection(PackageFileSection* section)
headers/private/package/hpkg/ReaderImplBase.h
562
fCurrentSection = section;
headers/private/package/hpkg/v1/ReaderImplBase.h
201
const SectionInfo& section) const;
headers/private/package/hpkg/v1/ReaderImplBase.h
220
const SectionInfo& section);
headers/private/package/hpkg/v1/ReaderImplBase.h
229
inline void SetCurrentSection(SectionInfo* section);
headers/private/package/hpkg/v1/ReaderImplBase.h
287
ReaderImplBase::SetCurrentSection(SectionInfo* section)
headers/private/package/hpkg/v1/ReaderImplBase.h
289
fCurrentSection = section;
headers/private/package/hpkg/v1/ReaderImplBase.h
56
BHPKGPackageSectionID section;
headers/private/package/hpkg/v1/ReaderImplBase.h
60
BHPKGPackageSectionID section);
headers/private/package/hpkg/v1/ReaderImplBase.h
64
BHPKGPackageSectionID section);
headers/private/print/BeUtils.h
51
const char* section, BPath& outPath);
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
4167
const struct iwx_pnvm_section *section;
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
4170
section = (const void *)data;
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
4171
data_len = tlv_len - sizeof(*section);
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
4188
memcpy(pnvm_data[pnvm_segs], section->data, data_len);
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
2935
iwm_nvm_read_chunk(struct iwm_softc *sc, uint16_t section, uint16_t offset,
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
2942
.type = htole16(section),
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
3009
iwm_nvm_read_section(struct iwm_softc *sc, uint16_t section, uint8_t *data,
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
3021
section, *len, chunklen, data, &seglen);
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
4042
int i, section, err;
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
4054
section = iwm_nvm_to_read[i];
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
4055
KASSERT(section <= nitems(nvm_sections));
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
4057
err = iwm_nvm_read_section(sc, section, buf, &len, bufsz);
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
4062
nvm_sections[section].data = malloc(len, M_DEVBUF, M_WAIT);
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
4063
if (nvm_sections[section].data == NULL) {
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
4067
memcpy(nvm_sections[section].data, buf, len);
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
4068
nvm_sections[section].length = len;
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
4085
const uint8_t *section, uint32_t byte_cnt)
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
4098
data = section + offset;
src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/if_iwn.c
8218
const uint8_t *section, int size)
src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/if_iwn.c
8226
memcpy(dma->vaddr, section, size);
src/add-ons/translators/rtf/convert.cpp
184
context.section++;
src/add-ons/translators/rtf/convert.cpp
221
snprintf(buffer, sizeof(buffer), "%" B_PRId32, context.section);
src/add-ons/translators/rtf/convert.cpp
38
int32 section;
src/add-ons/translators/rtf/convert.cpp
77
section = 1;
src/apps/packageinstaller/PackageInfo.cpp
232
int8 section = P_GROUPS_SECTION, installDirectoryFlag = 0;
src/apps/packageinstaller/PackageInfo.cpp
250
section = P_GROUPS_SECTION;
src/apps/packageinstaller/PackageInfo.cpp
254
section = P_PATH_SECTION;
src/apps/packageinstaller/PackageInfo.cpp
258
section = P_USER_PATH_SECTION;
src/apps/packageinstaller/PackageInfo.cpp
262
section = P_LICENSE_SECTION;
src/apps/packageinstaller/PackageInfo.cpp
336
switch (section) {
src/apps/packageinstaller/PackageItem.cpp
574
uint8 section = P_ATTRIBUTE;
src/apps/packageinstaller/PackageItem.cpp
579
section = P_ATTRIBUTE;
src/apps/packageinstaller/PackageItem.cpp
583
section = P_DATA;
src/apps/packageinstaller/PackageItem.cpp
587
switch (section) {
src/apps/packageinstaller/PackageItem.cpp
975
uint8 section = P_ATTRIBUTE;
src/apps/packageinstaller/PackageItem.cpp
980
section = P_ATTRIBUTE;
src/apps/packageinstaller/PackageItem.cpp
984
section = P_DATA;
src/apps/packageinstaller/PackageItem.cpp
988
switch (section) {
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
387
ElfSection* section = fFile->GetElfFile()->FindSection(".text");
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
388
if (section != NULL) {
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
389
fTextSectionStart = section->LoadAddress() + fRelocationDelta;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
390
fTextSectionEnd = fTextSectionStart + section->Size();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
393
section = fFile->GetElfFile()->FindSection(".plt");
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
394
if (section != NULL) {
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
395
fPLTSectionStart = section->LoadAddress() + fRelocationDelta;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
396
fPLTSectionEnd = fPLTSectionStart + section->Size();
src/kits/debugger/dwarf/AbbreviationTable.cpp
34
AbbreviationTable::Init(const void* section, off_t sectionSize)
src/kits/debugger/dwarf/AbbreviationTable.cpp
39
fData = (uint8*)section + fOffset;
src/kits/debugger/dwarf/AbbreviationTable.h
106
status_t Init(const void* section, off_t sectionSize);
src/kits/debugger/dwarf/DwarfFile.cpp
1165
DwarfFile::_ParseFrameSection(ElfSection* section, uint8 addressSize, bool isBigEndian,
src/kits/debugger/dwarf/DwarfFile.cpp
1169
fItaniumEHFrameFormat = section->IsWritable();
src/kits/debugger/dwarf/DwarfFile.cpp
1175
DataReader dataReader((uint8*)section->Data(),
src/kits/debugger/dwarf/DwarfFile.cpp
1176
section->Size(), addressSize, isBigEndian);
src/kits/debugger/dwarf/DwarfFile.cpp
1229
status_t error = _ParseCIEHeader(section, ehFrame, NULL,
src/kits/debugger/dwarf/DwarfFile.cpp
1240
dataReader, fElfFile, section);
src/kits/debugger/dwarf/DwarfFile.cpp
1242
dataReader, fElfFile, section, true);
src/kits/debugger/dwarf/DwarfFile.cpp
1478
ElfSection* section = isTypeUnit
src/kits/debugger/dwarf/DwarfFile.cpp
1481
(const uint8*)section->Data() + unit->HeaderOffset(),
src/kits/debugger/dwarf/DwarfFile.h
123
status_t _ParseFrameSection(ElfSection* section,
src/kits/debugger/elf/ElfFile.cpp
259
ElfSection* section = FindSection(name);
src/kits/debugger/elf/ElfFile.cpp
260
if (section != NULL && section->Load() == B_OK)
src/kits/debugger/elf/ElfFile.cpp
261
return section;
src/kits/debugger/elf/ElfFile.cpp
268
ElfFile::PutSection(ElfSection* section)
src/kits/debugger/elf/ElfFile.cpp
270
if (section != NULL)
src/kits/debugger/elf/ElfFile.cpp
271
section->Unload();
src/kits/debugger/elf/ElfFile.cpp
280
ElfSection* section = fSections.ItemAt(i);
src/kits/debugger/elf/ElfFile.cpp
281
if (strcmp(section->Name(), name) == 0)
src/kits/debugger/elf/ElfFile.cpp
282
return section;
src/kits/debugger/elf/ElfFile.cpp
294
ElfSection* section = fSections.ItemAt(i);
src/kits/debugger/elf/ElfFile.cpp
295
if (section->Type() == type)
src/kits/debugger/elf/ElfFile.cpp
296
return section;
src/kits/debugger/elf/ElfFile.cpp
474
ElfSection* section = new(std::nothrow) ElfSection(name,
src/kits/debugger/elf/ElfFile.cpp
478
if (section == NULL)
src/kits/debugger/elf/ElfFile.cpp
480
if (!fSections.AddItem(section)) {
src/kits/debugger/elf/ElfFile.cpp
481
delete section;
src/kits/package/hpkg/PackageReaderImpl.cpp
398
context.section = B_HPKG_SECTION_PACKAGE_TOC;
src/kits/package/hpkg/PackageReaderImpl.cpp
421
context.section = B_HPKG_SECTION_PACKAGE_TOC;
src/kits/package/hpkg/ReaderImplBase.cpp
1092
context->section, handleSection);
src/kits/package/hpkg/ReaderImplBase.cpp
1106
context->section);
src/kits/package/hpkg/ReaderImplBase.cpp
1410
ReaderImplBase::ReadSection(const PackageFileSection& section)
src/kits/package/hpkg/ReaderImplBase.cpp
1412
return fHeapReader->ReadData(section.offset,
src/kits/package/hpkg/ReaderImplBase.cpp
1413
section.data, section.uncompressedLength);
src/kits/package/hpkg/ReaderImplBase.cpp
49
BHPKGPackageSectionID section, bool ignoreUnknownAttributes)
src/kits/package/hpkg/ReaderImplBase.cpp
55
section(section)
src/kits/package/hpkg/ReaderImplBase.cpp
62
BHPKGPackageSectionID section, bool ignoreUnknownAttributes)
src/kits/package/hpkg/ReaderImplBase.cpp
68
section(section)
src/kits/package/hpkg/ReaderImplBase.cpp
915
ReaderImplBase::InitSection(PackageFileSection& section, uint64 endOffset,
src/kits/package/hpkg/ReaderImplBase.cpp
923
fFileType, section.name, length);
src/kits/package/hpkg/ReaderImplBase.cpp
931
fFileType, section.name, length);
src/kits/package/hpkg/ReaderImplBase.cpp
940
fFileType, section.name, stringsCount, stringsLength, length);
src/kits/package/hpkg/ReaderImplBase.cpp
944
section.uncompressedLength = length;
src/kits/package/hpkg/ReaderImplBase.cpp
945
section.offset = endOffset - length;
src/kits/package/hpkg/ReaderImplBase.cpp
946
section.currentOffset = 0;
src/kits/package/hpkg/ReaderImplBase.cpp
947
section.stringsLength = stringsLength;
src/kits/package/hpkg/ReaderImplBase.cpp
948
section.stringsCount = stringsCount;
src/kits/package/hpkg/ReaderImplBase.cpp
955
ReaderImplBase::PrepareSection(PackageFileSection& section)
src/kits/package/hpkg/ReaderImplBase.cpp
958
section.data = new(std::nothrow) uint8[section.uncompressedLength];
src/kits/package/hpkg/ReaderImplBase.cpp
959
if (section.data == NULL) {
src/kits/package/hpkg/ReaderImplBase.cpp
964
status_t error = ReadSection(section);
src/kits/package/hpkg/ReaderImplBase.cpp
969
section.currentOffset = 0;
src/kits/package/hpkg/ReaderImplBase.cpp
970
SetCurrentSection(&section);
src/kits/package/hpkg/v1/PackageReaderImplV1.cpp
598
context.section = B_HPKG_SECTION_PACKAGE_TOC;
src/kits/package/hpkg/v1/PackageReaderImplV1.cpp
617
context.section = B_HPKG_SECTION_PACKAGE_TOC;
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1021
ReaderImplBase::ReadCompressedBuffer(const SectionInfo& section)
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1023
uint32 compressedSize = section.compressedLength;
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1024
uint64 offset = section.offset;
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1026
switch (section.compression) {
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1028
return ReadBuffer(offset, section.data, compressedSize);
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1033
BMemoryIO bufferOutput(section.data, section.uncompressedLength);
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1065
if ((uint64)bufferOutput.Position() != section.uncompressedLength) {
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1077
section.compression);
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
46
BHPKGPackageSectionID section)
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
51
section(section)
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
58
BHPKGPackageSectionID section)
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
584
ReaderImplBase::CheckCompression(const SectionInfo& section) const
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
586
switch (section.compression) {
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
588
if (section.compressedLength != section.uncompressedLength) {
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
595
if (section.compressedLength >= section.uncompressedLength) {
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
63
section(section)
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
719
context->section, handleSection);
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
733
context->section);
src/kits/print/BeUtils.cpp
58
status_t TestForAddonExistence(const char* name, directory_which which, const char* section, BPath& outPath)
src/kits/print/BeUtils.cpp
63
(err=outPath.Append(section)) == B_OK &&
src/kits/shared/DateTimeEdit.cpp
422
int32 section = FocusIndex();
src/kits/shared/DateTimeEdit.cpp
423
if (section < 0 || section > 2)
src/kits/shared/DateTimeEdit.cpp
439
if (fFields[section] == B_DATE_ELEMENT_YEAR) {
src/kits/shared/DateTimeEdit.cpp
66
int32 section = FocusIndex();
src/kits/shared/DateTimeEdit.cpp
67
if (section < 0 || section > 2)
src/system/boot/platform/openfirmware/arch/ppc/start.cpp
72
extern "C" void __attribute__((section(".text.start")))
src/system/boot/platform/openfirmware/arch/sparc/start.cpp
21
extern "C" void __attribute__((section(".text.start")))
src/system/glue/crtbegin.c
19
__attribute__((section(".eh_frame"), aligned(4), visibility("hidden"))) = {};
src/system/glue/crtbegin.c
34
__attribute__((section(".ctors"), aligned(sizeof(fp)), visibility("hidden"), used)) = { (fp)-1 };
src/system/glue/crtbegin.c
63
__attribute__((section(".dtors"), aligned(sizeof(fp)), visibility("hidden"), used)) = { (fp)-1 };
src/system/glue/crtbegin.c
67
__attribute__((section(".init_array"), used))
src/system/glue/crtbegin.c
90
__attribute__((section(".fini_array"), used))
src/system/glue/crtend.c
14
__attribute__((section(".eh_frame"), used)) = { 0 };
src/system/glue/crtend.c
19
__attribute__((section(".ctors"), visibility("hidden"), used)) = { 0 };
src/system/glue/crtend.c
21
__attribute__((section(".dtors"), visibility("hidden"), used)) = { 0 };
src/system/kernel/arch/x86/arch_cpu.cpp
1184
struct amd_section_header* section =
src/system/kernel/arch/x86/arch_cpu.cpp
1186
if (section->type != 0 || section->size == 0) {
src/system/kernel/arch/x86/arch_cpu.cpp
1191
size -= sizeof(*section);
src/system/kernel/arch/x86/arch_cpu.cpp
1192
data += sizeof(*section);
src/system/kernel/arch/x86/arch_cpu.cpp
1195
size -= section->size;
src/system/kernel/arch/x86/arch_cpu.cpp
1196
data += section->size;
src/system/kernel/arch/x86/arch_cpu.cpp
1212
struct amd_section_header* section = (struct amd_section_header*)data;
src/system/kernel/arch/x86/arch_cpu.cpp
1213
size -= sizeof(*section);
src/system/kernel/arch/x86/arch_cpu.cpp
1214
data += sizeof(*section);
src/system/kernel/arch/x86/arch_cpu.cpp
1216
if (section->type != 1 || section->size > size
src/system/kernel/arch/x86/arch_cpu.cpp
1217
|| section->size < sizeof(amd_microcode_header)) {
src/system/kernel/arch/x86/arch_cpu.cpp
1222
size -= section->size;
src/system/kernel/arch/x86/arch_cpu.cpp
1223
data += section->size;
src/system/libnetwork/netresolv/nameser/ns_parse.c
149
ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
src/system/libnetwork/netresolv/nameser/ns_parse.c
154
tmp = section;
src/system/libnetwork/netresolv/nameser/ns_parse.c
155
if (tmp < 0 || section >= ns_s_max)
src/system/libnetwork/netresolv/nameser/ns_parse.c
157
if (section != handle->_sect)
src/system/libnetwork/netresolv/nameser/ns_parse.c
158
setsection(handle, section);
src/system/libnetwork/netresolv/nameser/ns_parse.c
163
if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
src/system/libnetwork/netresolv/nameser/ns_parse.c
166
setsection(handle, section);
src/system/libnetwork/netresolv/nameser/ns_parse.c
168
b = ns_skiprr(handle->_msg_ptr, handle->_eom, section,
src/system/libnetwork/netresolv/nameser/ns_parse.c
187
if (section == ns_s_qd) {
src/system/libnetwork/netresolv/nameser/ns_parse.c
201
if (++handle->_rrnum > handle->_counts[(int)section])
src/system/libnetwork/netresolv/nameser/ns_parse.c
202
setsection(handle, (ns_sect)((int)section + 1));
src/system/libnetwork/netresolv/nameser/ns_parse.c
216
ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) {
src/system/libnetwork/netresolv/nameser/ns_parse.c
221
tmp = section;
src/system/libnetwork/netresolv/nameser/ns_parse.c
222
if (tmp < 0 || section >= ns_s_max)
src/system/libnetwork/netresolv/nameser/ns_parse.c
224
if (section != handle->_sect)
src/system/libnetwork/netresolv/nameser/ns_parse.c
225
setsection(handle, section);
src/system/libnetwork/netresolv/nameser/ns_parse.c
230
if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
src/system/libnetwork/netresolv/nameser/ns_parse.c
233
setsection(handle, section);
src/system/libnetwork/netresolv/nameser/ns_parse.c
235
b = ns_skiprr(handle->_msg_ptr, handle->_eom, section,
src/system/libnetwork/netresolv/nameser/ns_parse.c
254
if (section == ns_s_qd) {
src/system/libnetwork/netresolv/nameser/ns_parse.c
268
if (++handle->_rrnum > handle->_counts[(int)section])
src/system/libnetwork/netresolv/nameser/ns_parse.c
269
setsection(handle, (ns_sect)((int)section + 1));
src/system/libnetwork/netresolv/nameser/ns_parse.c
88
ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
src/system/libnetwork/netresolv/nameser/ns_parse.c
98
if (section != ns_s_qd) {
src/system/libnetwork/netresolv/resolv/res_debug.c
158
ns_msg *handle, ns_sect section,
src/system/libnetwork/netresolv/resolv/res_debug.c
183
if (ns_parserr(handle, section, rrnum, &rr)) {
src/system/libnetwork/netresolv/resolv/res_debug.c
194
p_section(section, opcode));
src/system/libnetwork/netresolv/resolv/res_debug.c
195
if (section == ns_s_qd)
src/system/libnetwork/netresolv/resolv/res_debug.c
200
else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
src/system/libnetwork/netresolv/resolv/res_debug.c
639
p_section(int section, int opcode) {
src/system/libnetwork/netresolv/resolv/res_debug.c
650
return (sym_ntos(symbols, section, (int *)0));
src/system/libroot/os/system_revision.c
13
__attribute__((section("_haiku_revision")));
src/system/libroot/posix/glibc/include/arch/ppc/sysdep.h
122
.section ".data"; \
src/system/libroot/posix/glibc/include/arch/ppc/sysdep.h
134
.section ".data"; \
src/system/libroot/posix/glibc/include/arch/ppc/sysdep.h
201
.section ".text"; \
src/system/libroot/posix/glibc/include/arch/sparc/sysdep.h
27
.section .text.__sparc_get_pc_thunk.reg,"axG",@progbits,__sparc_get_pc_thunk.reg,comdat; \
src/system/libroot/posix/glibc/include/libc-symbols.h
239
__attribute__ ((unused, section (".gnu.warning." #symbol __sec_comment))) \
src/system/libroot/posix/glibc/include/libc-symbols.h
243
decl __attribute__ ((section ("__libc_freeres_ptrs" __sec_comment)))
src/system/libroot/posix/glibc/include/libc-symbols.h
245
__attribute__ ((section ("__libc_freeres_fn")))
src/system/libroot/posix/glibc/include/libc-symbols.h
329
__attribute__ ((unused, section (#set))) = &(symbol)
src/system/libroot/posix/glibc/include/libc-symbols.h
333
__attribute__ ((unused, section (#set))) = &(symbol)
src/system/libroot/posix/malloc/openbsd/malloc.c
275
__attribute__((section(".openbsd.mutable")));
src/tools/elfsymbolpatcher/ElfFile.cpp
234
ElfSymbol::ElfSymbol(ElfSection* section, int32 index)
src/tools/elfsymbolpatcher/ElfFile.cpp
235
: fSection(section),
src/tools/elfsymbolpatcher/ElfFile.cpp
249
ElfSymbol::SetTo(ElfSection* section, int32 index)
src/tools/elfsymbolpatcher/ElfFile.cpp
252
fSection = section;
src/tools/elfsymbolpatcher/ElfFile.cpp
330
ElfRelocation::ElfRelocation(ElfSection* section, int32 index)
src/tools/elfsymbolpatcher/ElfFile.cpp
331
: fSection(section),
src/tools/elfsymbolpatcher/ElfFile.cpp
345
ElfRelocation::SetTo(ElfSection* section, int32 index)
src/tools/elfsymbolpatcher/ElfFile.cpp
348
fSection = section;
src/tools/elfsymbolpatcher/ElfFile.cpp
453
ElfSection* section = NULL;
src/tools/elfsymbolpatcher/ElfFile.cpp
457
section = _FindNextSection();
src/tools/elfsymbolpatcher/ElfFile.cpp
460
section = fFile->SectionAt(fSectionIndex);
src/tools/elfsymbolpatcher/ElfFile.cpp
463
while (section && fEntryIndex >= section->CountEntries()) {
src/tools/elfsymbolpatcher/ElfFile.cpp
465
section = _FindNextSection();
src/tools/elfsymbolpatcher/ElfFile.cpp
469
if (section) {
src/tools/elfsymbolpatcher/ElfFile.cpp
470
relocation->SetTo(section, fEntryIndex);
src/tools/elfsymbolpatcher/ElfFile.cpp
483
ElfSection* section = fFile->SectionAt(fSectionIndex);
src/tools/elfsymbolpatcher/ElfFile.cpp
484
if (section && (section->GetType() == SHT_REL || section->GetType() == SHT_RELA))
src/tools/elfsymbolpatcher/ElfFile.cpp
485
return section;
src/tools/elfsymbolpatcher/ElfFile.cpp
561
if (ElfSection* section = SectionAt(index, true)) {
src/tools/elfsymbolpatcher/ElfFile.cpp
562
data = (const char*)section->GetData();
src/tools/elfsymbolpatcher/ElfFile.cpp
563
size = (data ? section->GetSize() : 0);
src/tools/elfsymbolpatcher/ElfFile.cpp
575
ElfSection* section = NULL;
src/tools/elfsymbolpatcher/ElfFile.cpp
577
section = fSections + index;
src/tools/elfsymbolpatcher/ElfFile.cpp
578
if (load && !section->GetData()) {
src/tools/elfsymbolpatcher/ElfFile.cpp
579
if (section->Load() != B_OK) {
src/tools/elfsymbolpatcher/ElfFile.cpp
580
section = NULL;
src/tools/elfsymbolpatcher/ElfFile.cpp
585
return section;
src/tools/elfsymbolpatcher/ElfFile.cpp
709
ElfSection& section = fSections[index];
src/tools/elfsymbolpatcher/ElfFile.cpp
710
error = section.Load();
src/tools/elfsymbolpatcher/ElfFile.h
46
ElfSymbol(ElfSection* section = NULL,
src/tools/elfsymbolpatcher/ElfFile.h
50
void SetTo(ElfSection* section, int32 index);
src/tools/elfsymbolpatcher/ElfFile.h
68
ElfRelocation(ElfSection* section = NULL,
src/tools/elfsymbolpatcher/ElfFile.h
72
void SetTo(ElfSection* section, int32 index);