MySQL 9.1.0
Source Code Documentation
|
#include <assert.h>
#include <elf.h>
#include <link.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
Classes | |
struct | callback_data |
struct | elf_note |
Typedefs | |
using | elf_word = ElfW(Word) |
using | elf_note_struct = ElfW(Nhdr) |
Functions | |
constexpr elf_word | NOTE_ALIGN (elf_word sz) |
static int | build_id_callback (dl_phdr_info *info, size_t, void *data_) |
bool | my_find_build_id (char *dst) |
using elf_note_struct = ElfW(Nhdr) |
using elf_word = ElfW(Word) |
|
static |
bool my_find_build_id | ( | char * | dst | ) |