OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PackRelocations
(Results
1 - 7
of
7
) sorted by null
/bionic/tools/relocation_packer/src/
packer.h
25
static void
PackRelocations
(const std::vector<typename ELF::Rela>& relocations,
main.cc
128
status = elf_file.
PackRelocations
();
137
status = elf_file.
PackRelocations
();
elf_file.h
10
// SetPadding() causes
PackRelocations
() to pad .rel.dyn or .rela.dyn with
42
// Set padding mode. When padding,
PackRelocations
() will not shrink
51
bool
PackRelocations
();
68
// Templated packer, helper for
PackRelocations
(). Rel type is one of
packer.cc
18
void RelocationPacker<ELF>::
PackRelocations
(const std::vector<typename ELF::Rela>& relocations,
elf_file_unittest.cc
107
EXPECT_TRUE(elf_file.
PackRelocations
());
146
EXPECT_TRUE(elf_file.
PackRelocations
());
packer_unittest.cc
56
packer.
PackRelocations
(relocations, &packed);
166
packer.
PackRelocations
(relocations, &packed);
elf_file.cc
678
bool ElfFile<ELF>::
PackRelocations
() {
711
// Helper for
PackRelocations
(). Rel type is one of ELF::Rel or ELF::Rela.
737
packer.
PackRelocations
(*relocations, &packed);
[
all
...]
Completed in 1273 milliseconds